QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 21:47:29 to 2021-10-03 16:26:57 UTC [more...]

[PATCH] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-03 16:24 UTC  (2+ messages)

[PATCH 0/3] target/arm: Use tcg_constant_*
 2021-10-03 15:52 UTC  (8+ messages)
` [PATCH 1/3] target/arm: Use tcg_constant_i32() in op_smlad()
` [PATCH 2/3] target/arm: Introduce store_cpu_field_constant() helper
` [PATCH 3/3] target/arm: Use the constant variant of store_cpu_field() when possible

[PATCH] target/s390x: Optimize save_link_info() using extract() TCG opcode
 2021-10-03 15:51 UTC  (3+ messages)

[PATCH] target/m68k: Optimize shift_mem() using extract() TCG opcode
 2021-10-03 15:30 UTC  (2+ messages)

[PATCH] target/avr: Optimize various functions using extract opcode
 2021-10-03 15:24 UTC  (2+ messages)

[PATCH 0/2] target/ppc: Use tcg_constant_*
 2021-10-03 15:22 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: Use tcg_constant_i32() in gen_setb()
` [PATCH 2/2] target/ppc: Use tcg_constant_i64() in gen_brh()

[PULL 00/30] Misc changes for 2021-10-03
 2021-10-03 15:12 UTC  (33+ messages)
` [PULL 01/30] qapi/machine: Fix an incorrect comment of SMPConfiguration
` [PULL 02/30] machine: Deprecate "parameter=0" SMP configurations
` [PULL 03/30] machine: Minor refactor/fix for the smp parsers
` [PULL 04/30] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PULL 05/30] machine: Set the value of cpus to match maxcpus if it's omitted
` [PULL 06/30] machine: Improve the error reporting of smp parsing
` [PULL 07/30] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
` [PULL 08/30] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
` [PULL 09/30] machine: Prefer cores over sockets in smp parsing since 6.2
` [PULL 10/30] machine: Use ms instead of global current_machine in sanity-check
` [PULL 11/30] machine: Tweak the order of topology members in struct CpuTopology
` [PULL 12/30] machine: Make smp_parse generic enough for all arches
` [PULL 13/30] machine: Remove smp_parse callback from MachineClass
` [PULL 14/30] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PULL 15/30] machine: Use g_autoptr in machine_set_smp
` [PULL 16/30] machine: Put all sanity-check in the generic SMP parser
` [PULL 17/30] i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
` [PULL 18/30] i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
` [PULL 19/30] i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()
` [PULL 20/30] i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
` [PULL 21/30] i386: Make Hyper-V version id configurable
` [PULL 22/30] i386: Change the default Hyper-V version to match WS2016
` [PULL 23/30] configure: Loosen GCC requirement from 7.5.0 to 7.4.0
` [PULL 24/30] virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE event
` [PULL 25/30] qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi events
` [PULL 26/30] monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
` [PULL 27/30] tpm: mark correct memory region range dirty when clearing RAM
` [PULL 28/30] softmmu/memory_mapping: never merge ranges accross memory regions
` [PULL 29/30] softmmu/memory_mapping: factor out adding physical memory ranges
` [PULL 30/30] softmmu/memory_mapping: optimize for RamDiscardManager sections

[PATCH 0/2] target/hexagon: Use tcg_constant_*
 2021-10-03 14:00 UTC  (5+ messages)
` [PATCH 1/2] target/hexagon: Remove unused TCG temporary from predicated loads
` [PATCH 2/2] target/hexagon: Use tcg_constant_*

[RFC PATCH 0/4] Misc OHCI patches
 2021-10-03 13:57 UTC  (9+ messages)

[PATCH 0/2] hw/adc: Add basic Aspeed ADC model
 2021-10-03 13:56 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hw/arm: Integrate ADC model into Aspeed SoC

[PATCH] target/mips: Remove unused register from MSA 2R/2RF instruction format
 2021-10-03 13:55 UTC  (2+ messages)

[PATCH 0/3] target/nios2: Use tcg_constant_*
 2021-10-03 13:52 UTC  (8+ messages)
` [PATCH 1/3] target/nios2: Replace load_zero() by zero constant in DisasContext
` [PATCH 2/3] target/nios2: Use DisasContext::zero constant instead of temporary
` [PATCH 3/3] target/nios2: Use tcg_constant_*

[PATCH] target/riscv: csr: Implement mconfigptr CSR
 2021-10-03 11:28 UTC 

[PATCH] hw/misc: applesmc: use host osk as default on macs
 2021-10-02 20:24 UTC 

[PATCH] target/mips: remove gen_mfc0_load64() and use tcg_gen_ld32s_tl()
 2021-10-02 20:55 UTC  (4+ messages)

[PULL 00/13] QAPI patches patches for 2021-10-02
 2021-10-02 20:31 UTC  (15+ messages)
` [PULL 01/13] qapi/pylintrc: ignore 'consider-using-f-string' warning
` [PULL 02/13] qapi/gen: use dict.items() to iterate over _modules
` [PULL 03/13] qapi/parser: fix unused check_args_section arguments
` [PULL 04/13] qapi: Add spaces after symbol declaration for consistency
` [PULL 05/13] qapi/parser: remove FIXME comment from _append_body_line
` [PULL 06/13] qapi/parser: clarify _end_section() logic
` [PULL 07/13] qapi/parser: Introduce NullSection
` [PULL 08/13] qapi/parser: add import cycle workaround
` [PULL 09/13] qapi/parser: add type hint annotations (QAPIDoc)
` [PULL 10/13] qapi/parser: Add FIXME for consolidating JSON-related types
` [PULL 11/13] qapi/parser: enable mypy checks
` [PULL 12/13] qapi/parser: Silence too-few-public-methods warning
` [PULL 13/13] qapi/parser: enable pylint checks

[PATCH v3 0/3] hw/mips/boston: ELF kernel support
 2021-10-02 18:45 UTC  (4+ messages)
` [PATCH v3 1/3] hw/mips/boston: Massage memory map information
` [PATCH v3 2/3] hw/mips/boston: Allow loading elf kernel and dtb
` [PATCH v3 3/3] hw/mips/boston: Add FDT generator

[PATCH] docs/devel: memory: Document MemoryRegionOps requirement
 2021-10-02 14:37 UTC  (5+ messages)

[PATCH v3 00/41] linux-user: Streamline handling of SIGSEGV
 2021-10-02 14:30 UTC  (27+ messages)
` [PATCH v3 10/41] linux-user/host/sparc: Populate host_signal.h
` [PATCH v3 11/41] linux-user/host/arm: "
` [PATCH v3 21/41] target/alpha: Make alpha_cpu_tlb_fill sysemu only
` [PATCH v3 22/41] target/arm: Use cpu_loop_exit_segv for mte tag lookup
` [PATCH v3 25/41] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v3 28/41] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v3 31/41] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v3 33/41] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v3 35/41] target/riscv: Make riscv_cpu_tlb_fill "
` [PATCH v3 39/41] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v3 40/41] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v3 41/41] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu

[PATCH 00/12] macfb: fixes for booting MacOS
 2021-10-02 14:06 UTC  (22+ messages)
` [PATCH 01/12] macfb: handle errors that occur during realize
` [PATCH 02/12] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH 03/12] macfb: fix overflow of color_palette array
` [PATCH 04/12] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH 05/12] macfb: add trace events for reading and writing the control registers
` [PATCH 06/12] macfb: implement mode sense to allow display type to be detected
` [PATCH 07/12] macfb: add qdev property to specify display type
` [PATCH 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH 09/12] macfb: fix up 1-bit pixel encoding
` [PATCH 10/12] macfb: fix 24-bit RGB "
` [PATCH 11/12] macfb: add vertical blank interrupt
` [PATCH 12/12] q800: wire macfb IRQ to separate video interrupt on VIA2

[PATCH 0/2] nubus: a couple of Coverity fixes
 2021-10-02 13:43 UTC  (5+ messages)
` [PATCH 1/2] nubus.h: add ULL suffix to NUBUS_SUPER_SLOT_SIZE and NUBUS_SUPER_SLOT_SIZE
` [PATCH 2/2] nubus-device: ensure that name is freed after use in nubus_device_realize()

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-10-01 15:15 UTC  (3+ messages)

[PATCH v3 0/6] qapi: Add support for aliases
 2021-10-02 13:33 UTC  (11+ messages)
` [PATCH v3 6/6] tests/qapi-schema: Test cases "

[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-02 12:53 UTC  (23+ messages)
` [PATCH v3 01/22] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v3 02/22] qapi/misc-target: Group SEV QAPI definitions
` [PATCH v3 03/22] target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
` [PATCH v3 04/22] target/i386/kvm: Restrict SEV stubs to x86 architecture
` [PATCH v3 05/22] target/i386/monitor: Return QMP error when SEV is disabled in build
` [PATCH v3 06/22] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH v3 07/22] target/i386/sev_i386.h: Remove unused headers
` [PATCH v3 08/22] target/i386/sev: Remove sev_get_me_mask()
` [PATCH v3 09/22] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH v3 10/22] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH v3 11/22] target/i386/sev: Restrict SEV to system emulation
` [PATCH v3 12/22] target/i386/sev: Declare system-specific functions in 'sev_i386.h'
` [PATCH v3 13/22] target/i386/sev: Remove stubs by using code elision
` [PATCH v3 14/22] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v3 15/22] target/i386/sev: Move qmp_sev_inject_launch_secret() "
` [PATCH v3 16/22] target/i386/sev: Move qmp_query_sev_capabilities() "
` [PATCH v3 17/22] target/i386/sev: Move qmp_query_sev_launch_measure() "
` [PATCH v3 18/22] target/i386/sev: Move qmp_query_sev() & hmp_info_sev() "
` [PATCH v3 19/22] monitor: Restrict 'info sev' to x86 targets
` [PATCH v3 20/22] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
` [PATCH v3 21/22] x86/sev: generate SEV kernel loader hashes in x86_load_linux
` [PATCH v3 22/22] MAINTAINERS: Cover AMD SEV files

hexagon container update
 2021-10-02 13:09 UTC  (6+ messages)

[PULL v2 00/33] x86 and misc changes for 2021-09-28
 2021-10-02 12:57 UTC  (4+ messages)

[PATCH v12 00/16] machine: smp parsing fixes and improvement
 2021-10-02 11:27 UTC  (7+ messages)
` [PATCH v12 16/16] machine: Make smp_parse return a boolean

[PULL 00/44] ppc-for-6.2 queue 20210930
 2021-10-02 10:39 UTC  (3+ messages)
` [PULL 33/44] target/ppc: Fix 64-bit decrementer

[PULL 00/20] Q800 for 6.2 patches
 2021-10-02 10:33 UTC  (5+ messages)
` [PULL 03/20] nubus-device: expose separate super slot memory region
` [PULL 11/20] nubus-device: add romfile property for loading declaration ROMs

[PATCH v3 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-10-02 10:28 UTC  (2+ messages)

[PATCH v2] monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
 2021-10-02  9:56 UTC  (2+ messages)

[PATCH v4 0/4] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-10-02  9:55 UTC  (2+ messages)

[PATCH v2] configure: Loosen GCC requirement from 7.5.0 to 7.4.0
 2021-10-02  6:34 UTC  (3+ messages)

[PATCH v4 00/13] qapi: static typing conversion, pt5b
 2021-10-02  6:20 UTC  (3+ messages)

[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
 2021-10-02  4:35 UTC  (8+ messages)
` [PATCH 3/3] dtc: Update to version 1.6.1

[PATCH] monitor: Tidy up find_device_state()
 2021-10-02  5:36 UTC  (2+ messages)

[PATCH 1/2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-10-02  5:30 UTC  (4+ messages)

running TCG tests for xtensaeb
 2021-10-02  4:33 UTC 

TCG Floating Point Support (Work in Progress)
 2021-10-02  2:07 UTC  (5+ messages)

[PATCH v3 0/9] optimize the downtime for vfio migration
 2021-10-01 23:04 UTC  (9+ messages)
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v3 9/9] vfio: defer to commit kvm irq routing when enable msi/msix


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).