qemu-devel
Thread
Date
Earlier messages
Messages by Thread
[PATCH] tpm: Dynamically allocate tpm-tis buffer
Arun Menon
[PATCH v3] target/arm/hvf: Fix WFI halting to stop idle vCPU spinning
Scott J. Goldman
[RFC 0/9] QEMU: CXL Type-2 device passthrough via vfio-pci
mhonap
[RFC 6/9] hw/vfio/pci: Wire CXL component-register BAR with COMP_REGS overlay
mhonap
[RFC 7/9] hw/vfio+cxl: Program HDM decoder 0 at machine_done for firmware-committed devices
mhonap
[RFC 8/9] hw/arm/smmu-common: Allow pxb-cxl as SMMUv3 primary bus
mhonap
[RFC 2/9] cxl: Add preserve_config to pxb-cxl OSC method
mhonap
[RFC 4/9] hw/vfio/region: Add vfio_region_setup_with_ops() for custom region ops
mhonap
[RFC 5/9] hw/vfio/pci: Add CXL Type-2 device detection and region setup
mhonap
[RFC 9/9] vfio/listener: Skip DMA mapping for VFIO-owned RAM-device regions
mhonap
[RFC 1/9] hw/arm/virt: Add CXL FMWS PA window for device memory
mhonap
[RFC 3/9] linux-headers: Update vfio.h for CXL Type-2 device passthrough
mhonap
[PATCH 00/41] Fix various QOM object life-cycle issues
Marc-André Lureau
[PATCH 01/41] hw/pci: handle missing bus in prop_pci_busnr_get
Marc-André Lureau
[PATCH 03/41] hw/pci-bridge: handle missing parent in prop_pxb_uid_get
Marc-André Lureau
[PATCH 02/41] chardev/char-socket: handle NULL addr in char_socket_get_addr
Marc-André Lureau
[PATCH 05/41] hw/pci-host/q35: handle NULL bus in pci-hole64 getters
Marc-André Lureau
[PATCH 04/41] hw/pci-host/i440fx: handle NULL bus in pci-hole64 getters
Marc-André Lureau
[PATCH 08/41] hw/intc/apic: guard against NULL cpu in set_id
Marc-André Lureau
[PATCH 07/41] qom: skip link property check callback when clearing link
Marc-André Lureau
[PATCH 12/41] RFC net/colo-compare: guard finalize against uninitialized state
Marc-André Lureau
[PATCH 06/41] hw/remote: check visit return in vfu_object_set_socket
Marc-André Lureau
[PATCH 17/41] hw/core/resetcontainer: free children array on finalization
Marc-André Lureau
[PATCH 20/41] target/i386/sev: add finalize functions and fix leaking setters
Marc-André Lureau
[PATCH 21/41] target/i386/kvm/tdx: free strings in tdx_guest_finalize
Marc-André Lureau
[PATCH 11/41] RFC io/net-listener: move mutex init to instance_init
Marc-André Lureau
[PATCH 15/41] hw/i386/x86: free oem_id and oem_table_id on finalization
Marc-André Lureau
[PATCH 13/41] RFC system/ioport: move embedded memory region cleanup to portio_list_destroy
Marc-André Lureau
[PATCH 14/41] ui/console: remove console from global list on finalization
Marc-André Lureau
[PATCH 22/41] hw/i386/nitro_enclave: add instance finalize
Marc-André Lureau
[PATCH 09/41] RFC hw/remote: guard listener unregister in finalize
Marc-André Lureau
Re: [PATCH 09/41] RFC hw/remote: guard listener unregister in finalize
Jagannathan Raman
[PATCH 24/41] backends/igvm-cfg: free filename on finalization
Marc-André Lureau
[PATCH 18/41] net/filter: free old values in property setters
Marc-André Lureau
[PATCH 16/41] hw/core/machine: free shim_filename on finalization
Marc-André Lureau
[PATCH 23/41] net/can: free ifname on socketcan finalization
Marc-André Lureau
[PATCH 10/41] backends/cryptodev-lkcf: skip cleanup when not initialized
Marc-André Lureau
[PATCH 27/41] system/qtest: free log path on finalization
Marc-André Lureau
[PATCH 19/41] ui/console-vc: destroy fifo on text console finalization
Marc-André Lureau
[PATCH 25/41] scsi/pr-manager-helper: free path on finalization
Marc-André Lureau
[PATCH 33/41] hw/arm/sbsa-ref: free unrealized flash devices on finalization
Marc-André Lureau
[PATCH 35/41] hw/loongarch/virt: free flash devices and OEM strings on finalization
Marc-André Lureau
[PATCH 32/41] hw/tpm: free PPI buffer on finalization
Marc-André Lureau
[PATCH 26/41] accel/kvm: free device path on finalization
Marc-André Lureau
[PATCH 30/41] hw/gpio/pca9552: fix state_str leak in pca955x_set_led
Marc-André Lureau
Re: [PATCH 30/41] hw/gpio/pca9552: fix state_str leak in pca955x_set_led
Miles Glenn
[PATCH 34/41] hw/arm/virt: free flash devices and OEM strings on finalization
Marc-André Lureau
[PATCH 36/41] hw/ppc/spapr: free host_model and host_serial on finalization
Marc-André Lureau
[PATCH 31/41] hw/arm/aspeed: free fmc_model and spi_model on finalization
Marc-André Lureau
[PATCH 39/41] hw/riscv/virt: free flash devices and OEM strings on finalization
Marc-André Lureau
[PATCH 29/41] hw/fsi: move OPBus address space init to realize
Marc-André Lureau
[PATCH 37/41] hw/ppc/pnv: drop extra ref on PHB after adding as child
Marc-André Lureau
Re: [PATCH 37/41] hw/ppc/pnv: drop extra ref on PHB after adding as child
Miles Glenn
[PATCH 40/41] hw/i2c/pmbus: fix undefined behavior in pmbus_direct_mode2data
Marc-André Lureau
[PATCH 28/41] hw/i386/pc: free pcspk on finalization
Marc-André Lureau
[PATCH 38/41] target/riscv: fix general_user_opts hash table leak
Marc-André Lureau
[PATCH 41/41] qtest: add "qom-tests" command
Marc-André Lureau
[PATCH v4 0/2] Fix and re-enable GTK clipboard
Jindřich Makovička
[PATCH v4 2/2] ui/gtk: Keep GTK clipboard enabled
Jindřich Makovička
[PATCH v4 1/2] ui/gtk: Use non-blocking clipboard retrieval
Jindřich Makovička
npcm7xx_timer-test failing sporadically in CI
Stefan Hajnoczi
[PATCH] qdev: test if DeviceListener is in use
Jagannathan Raman
Re: [PATCH] qdev: test if DeviceListener is in use
Peter Maydell
Re: [PATCH] qdev: test if DeviceListener is in use
Jagannathan Raman
[PATCH 0/4] qcow2: Fix corruption on discard during write with COW
Kevin Wolf
[PATCH 1/4] commit: Drain nodes across all of bdrv_commit()
Kevin Wolf
[PATCH 2/4] qemu-io: Add 'aio_discard' command
Kevin Wolf
[PATCH 4/4] iotests/046: Test that discard/write_zeroes wait for dependencies
Kevin Wolf
[PATCH 3/4] qcow2: Fix corruption on discard during write with COW
Kevin Wolf
[PATCH] docs: Document TIMEOUT_MULTIPLIER for raising test timeouts
Peter Maydell
Re: [PATCH] docs: Document TIMEOUT_MULTIPLIER for raising test timeouts
Pierrick Bouvier
Re: [PATCH 0/2] virtio-rtc: Add basic device support
Kuan-Wei Chiu
[PATCH 0/2] improve qom debugging and fix a dangling MemoryRegion in rutabaga
Roman Kiryanov
[PATCH 1/2] qom: improve use-after-free debugging
Roman Kiryanov
[PATCH 2/2] display: rutabaga: unparent MemoryRegions in unmap
Roman Kiryanov
[PATCH] tests/qtest: Make qtest_get_arch() cleverer
Peter Maydell
Re: [PATCH] tests/qtest: Make qtest_get_arch() cleverer
Fabiano Rosas
Re: [PATCH] tests/qtest: Make qtest_get_arch() cleverer
Peter Maydell
[PATCH v3] vdpa: Allow VDPA to work on big-endian machine
Konstantin Shkolnyy
[kvm-unit-tests PATCH] arm: add wfx test case
Alex Bennée
[PULL 00/63] target-arm queue
Peter Maydell
[PULL 02/63] hw/arm: Add the i.MX 8MM EVK(Evaluation Kit) board
Peter Maydell
[PULL 03/63] hw/misc/imx8mp_analog: Add property to analog device
Peter Maydell
[PULL 06/63] hw/arm/fsl-imx8mm: Implemented support for SNVS
Peter Maydell
[PULL 12/63] hw/arm/fsl-imx8mm: Adding support for Watchdog Timers
Peter Maydell
[PULL 10/63] hw/arm/fsl-imx8mm: Adding support for I2C emulation
Peter Maydell
[PULL 33/63] target/arm/machine: Handle ToleranceOnlySrcTestValue migration tolerance
Peter Maydell
[PULL 05/63] hw/arm/fsl-imx8mm: Add Clock Control Module IP to iMX8MM
Peter Maydell
[PULL 08/63] hw/arm/fsl-imx8mm: Add PCIe support
Peter Maydell
[PULL 09/63] hw/arm/fsl-imx8mm: Add GPIO controllers
Peter Maydell
[PULL 04/63] hw/arm/fsl-imx8mm: Add Analog device IP to iMX8MM SOC
Peter Maydell
[PULL 34/63] target/arm/cpu64: Mitigate migration failures due to spurious TCR_EL1, PIRE0_EL1 and PIR_EL1
Peter Maydell
[PULL 15/63] hw/arm/fsl-imx8mm: Adding support for USB controller
Peter Maydell
[PULL 43/63] target/arm: migrate FP/SIMD trap syndromes to registerfields
Peter Maydell
[PULL 52/63] target/arm: migrate wfx syndromes to registerfields
Peter Maydell
[PULL 31/63] target/arm/cpu: Introduce the infrastructure for cpreg migration tolerances
Peter Maydell
[PULL 45/63] target/arm: migrate SME trap syndromes to registerfields
Peter Maydell
[PULL 40/63] hw/arm/fsl-imx6ul: Wire in the LCDIF device model
Peter Maydell
[PULL 22/63] target/arm: Replace MO_TE -> mo_endian() for MVE helpers
Peter Maydell
[PULL 19/63] target/arm: Hoist MO_TE into mve_advance_vpt()
Peter Maydell
[PULL 24/63] target/arm: Replace MO_TE -> mo_endian() for Cortex-M helpers
Peter Maydell
[PULL 28/63] target/arm: Clear AArch64 ID regs from ARMISARegisters if AArch64 disabled
Peter Maydell
[PULL 11/63] hw/arm/fsl-imx8mm: Adding support for SPI controller
Peter Maydell
[PULL 01/63] docs/system: add FEAT_AA32 and FEAT_AA64 to emulation list
Peter Maydell
[PULL 21/63] target/arm: Introduce mo_endian() helper
Peter Maydell
[PULL 54/63] target/arm: migrate memory op syndromes to registerfields
Peter Maydell
[PULL 37/63] Revert "target/arm: Reinstate bogus AArch32 DBGDTRTX register for migration compat"
Peter Maydell
[PULL 23/63] target/arm: Compile mve_helper.c once
Peter Maydell
[PULL 35/63] target/arm/cpu64: Define cpreg migration tolerance for KVM_REG_ARM_VENDOR_HYP_BMAP_2
Peter Maydell
[PULL 29/63] target/arm: Allow 'aarch64=off' to be set for TCG CPUs
Peter Maydell
[PULL 39/63] hw/display: Add i.MX6UL LCDIF device model
Peter Maydell
[PULL 36/63] target/arm/helper: Define cpreg migration tolerance for DGBDTR_EL0
Peter Maydell
[PULL 63/63] target/arm: report register in WFIT syndromes
Peter Maydell
[PULL 20/63] target/arm: Hoist MO_TE into MVE DO_VSTR() macro
Peter Maydell
[PULL 57/63] target/arm: use syndrome helpers to set SAME_EL EC bit
Peter Maydell
[PULL 48/63] target/arm: migrate BXJ trap syndromes to registerfields
Peter Maydell
[PULL 46/63] target/arm: migrate PAC trap syndromes to registerfields
Peter Maydell
[PULL 27/63] hw: Move ARM_SYSCTL_GPIO definitions to arm sysctl specific header
Peter Maydell
[PULL 50/63] target/arm: migrate fault syndromes to registerfields
Peter Maydell
[PULL 38/63] hw/arm/raspi4b: NOP all DTB nodes when removing unimplemented devices
Peter Maydell
[PULL 07/63] hw/arm/fsl-imx8mm: Adding support for USDHC storage controllers
Peter Maydell
[PULL 42/63] target/arm: migrate system/cp trap syndromes to registerfields
Peter Maydell
[PULL 47/63] target/arm: migrate BTI trap syndromes to registerfields
Peter Maydell
[PULL 13/63] hw/arm/fsl-imx8mm: Adding support for General Purpose Timers
Peter Maydell
[PULL 58/63] target/arm: make whpx use syndrome helpers for decode
Peter Maydell
[PULL 49/63] target/arm: migrate Granule Protection traps to registerfields
Peter Maydell
[PULL 26/63] hw/arm: Remove hw_error() for the unimplemented CM_LMBUSCNT register
Peter Maydell
[PULL 51/63] target/arm: migrate debug syndromes to registerfields
Peter Maydell
[PULL 17/63] target/arm: Ignore endianness when setting MTE tags
Peter Maydell
[PULL 56/63] target/arm: use syndrome helpers in arm_cpu_do_interrupt_aarch32_hyp
Peter Maydell
[PULL 32/63] target/arm/machine: Handle ToleranceNotOnBothEnds migration tolerances
Peter Maydell
[PULL 59/63] target/arm: make hvf use syndrome helpers for decode
Peter Maydell
[PULL 53/63] target/arm: migrate gcs syndromes to registerfields
Peter Maydell
[PULL 16/63] hw/arm/fsl-imx8mm: Adding functional testing of iMX8MM emulation
Peter Maydell
[PULL 61/63] target/arm: use syndrome helpers to query VNCR bit
Peter Maydell
[PULL 44/63] target/arm: migrate eret trap syndromes to registerfields
Peter Maydell
[PULL 30/63] tests/functional/aarch64: Add basic test of TCG aarch64=off
Peter Maydell
[PULL 25/63] target/arm: Compile m_helper.c once
Peter Maydell
[PULL 55/63] target/arm: migrate check_hcr_el2_trap to use syndrome helper
Peter Maydell
[PULL 14/63] hw/arm/fsl-imx8mm: Adding support for ENET ethernet controller
Peter Maydell
[PULL 62/63] target/arm: remove old syndrome defines
Peter Maydell
[PULL 41/63] target/arm: migrate basic syndrome helpers to registerfields
Peter Maydell
[PULL 18/63] target/arm: Explode MO_TExx -> MO_TE | MO_xx
Peter Maydell
[PULL 60/63] target/arm: use syndrome helpers in merge_syn_data_abort
Peter Maydell
Re: [PATCH 2/5] hw/arm/fsl-imx8mp: Fix parent of ocram memory region
Bernhard Beschow
Re: [PATCH 2/5] hw/arm/fsl-imx8mp: Fix parent of ocram memory region
Peter Maydell
Re: [PATCH 5/5] Revert "sysbus: add irq_routing_notifier"
Bernhard Beschow
Re: [PATCH v2] virtio-gpu: fix inverted mouse cursor
Marc-André Lureau
Re: [PATCH v2] virtio-gpu: fix inverted mouse cursor
Benno Fünfstück
Re: [PATCH v3 0/2] i.MX6UL LCDIF device model and SoC wiring
Peter Maydell
Re: [PATCH] hw/i386/fw_cfg: Use g_new() and g_new0() instead of g_malloc()
Thomas Huth
Re: [PATCH] hw/i386/fw_cfg: Use g_new() and g_new0() instead of g_malloc()
Michael S. Tsirkin
[PULL 00/10] Misc patches (cleanups, functional tests, GCC bump, ...)
Thomas Huth
[PULL 01/10] meson.build: Bump the minimum GCC version to v10.4
Thomas Huth
[PULL 05/10] util: fix use of pthread_get_name_np on OpenBSD
Thomas Huth
[PULL 07/10] hw/core/register: add register_array_get_owner
Thomas Huth
[PULL 06/10] tests/functional/qemu_test: Silence warnings from pylint in tesseract.py
Thomas Huth
[PULL 10/10] tests/functional/ppc/test_ppe42: Fix warning from the latest version of pylint
Thomas Huth
[PULL 04/10] target: convert TABS indentation to spaces for consistency
Thomas Huth
[PULL 09/10] target/xtensa: Replace malloc() with g_strdup_printf()
Thomas Huth
[PULL 08/10] hw/i386/fw_cfg: Use g_new() and g_new0() instead of g_malloc()
Thomas Huth
[PULL 02/10] target/i386/tcg/sysemu: Move target specific SMM code to separate functions
Thomas Huth
[PULL 03/10] target/i386/tcg/sysemu: Allow 32-bit SMM code to be used in the 64-bit binary
Thomas Huth
Re: [PATCH v7 0/1] numa: add 'memmap-type' option for memory type configuration
Huang, FangSheng (Jerry)
[RFC PATCH v1 0/1] hw/arm: aspeed: PoC integration for Caliptra Root of Trust
Steven Lee via qemu development
[RFC PATCH v1 1/1] hw/arm: aspeed: Add PoC integration for Caliptra Root of Trust
Steven Lee via qemu development
[PATCH v4 00/32] monitor: Remove need of per-target handlers
Philippe Mathieu-Daudé
[PATCH v4 01/32] monitor/hmp: : Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
[PATCH v4 02/32] target/sparc/monitor: Dump all registers as 32-bit
Philippe Mathieu-Daudé
[PATCH v4 08/32] monitor: Make 'info via' a generic command
Philippe Mathieu-Daudé
[PATCH v4 03/32] monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32
Philippe Mathieu-Daudé
[PATCH v4 15/32] monitor: Do not check TARGET_I386 to build 'info sgx' command
Philippe Mathieu-Daudé
[PATCH v4 07/32] monitor: Restrict monitor_set_cpu() method scope
Philippe Mathieu-Daudé
[PATCH v4 13/32] monitor: Do not check TARGET_S390X to build s390x commands
Philippe Mathieu-Daudé
[PATCH v4 06/32] monitor/meson: Use SPICE with migration HMP commands
Philippe Mathieu-Daudé
[PATCH v4 12/32] hw/s390x: Reduce 'monitor/monitor.h' inclusions
Philippe Mathieu-Daudé
[PATCH v4 09/32] monitor: Make Xen emulation commands generic ones
Philippe Mathieu-Daudé
[PATCH v4 14/32] monitor: Do not check TARGET_I386 to build target/i386/ commands
Philippe Mathieu-Daudé
[PATCH v4 11/32] monitor: Introduce HMPCommand::arch_bitmask field
Philippe Mathieu-Daudé
[PATCH v4 04/32] monitor: Extract completion declarations to 'monitor/hmp-completion.h'
Philippe Mathieu-Daudé
[PATCH v4 10/32] system: Expose 'arch_init.h' as 'qemu/base-arch-defs.h'
Philippe Mathieu-Daudé
[PATCH v4 18/32] monitor: Do not check multiple TARGET_* to build 'info tlb' command
Philippe Mathieu-Daudé
[PATCH v4 21/32] monitor: Remove target_get_monitor_def()
Philippe Mathieu-Daudé
[PATCH v4 19/32] cpus: Introduce SysemuCPUOps::monitor_get_register() hook
Philippe Mathieu-Daudé
[PATCH v4 20/32] target/riscv: Register target_get_monitor_def in SysemuCPUOps
Philippe Mathieu-Daudé
[PATCH v4 16/32] monitor: Do not check TARGET_I386 to build 'info sev' command
Philippe Mathieu-Daudé
[PATCH v4 22/32] monitor: Have MonitorDef::get_value() always return int64_t type
Philippe Mathieu-Daudé
[PATCH v4 23/32] monitor: Reduce target-specific methods further
Philippe Mathieu-Daudé
[PATCH v4 05/32] stubs: Rename monitor* -> qmp* files
Philippe Mathieu-Daudé
[PATCH v4 28/32] target/m68k: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
Philippe Mathieu-Daudé
[PATCH v4 17/32] monitor: Do not check TARGET_I386/RISCV to build 'info mem' command
Philippe Mathieu-Daudé
[PATCH v4 26/32] cpus: Introduce SysemuCPUOps::monitor_defs hook
Philippe Mathieu-Daudé
[PATCH v4 25/32] monitor: Forward-declare the MonitorDef type
Philippe Mathieu-Daudé
[PATCH v4 24/32] monitor: Remove 'monitor/hmp-target.h' header
Philippe Mathieu-Daudé
[PATCH v4 27/32] target/i386: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
Philippe Mathieu-Daudé
[PATCH v4 30/32] monitor: Remove target_monitor_defs()
Philippe Mathieu-Daudé
[PATCH v4 32/32] monitor: Remove hmp_info_pic() left-over declaration
Philippe Mathieu-Daudé
[PATCH v4 29/32] target/sparc: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
Philippe Mathieu-Daudé
[PATCH v4 31/32] monitor: Merge hmp-target.c code within hmp-cmds.c
Philippe Mathieu-Daudé
[PATCH] tests/functional/ppc/test_ppe42: Fix warning from the latest version of pylint
Thomas Huth
Earlier messages