public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 16:40:54 to 2026-03-16 09:23:25 UTC [more...]

[PATCH v5 0/9] Add Zvfbfa extension support
 2026-03-16  9:22 UTC  (9+ messages)
` [PATCH v5 3/9] target/riscv: rvv: Add new VTYPE CSR field - altfmt
` [PATCH v5 4/9] target/riscv: rvv: Introduce reset_ill_vtype to reset illegal vtype CSR

[PATCH v2 0/8] hw/arm/smmuv3-accel: Support AUTO properties
 2026-03-16  8:56 UTC  (23+ messages)
` [PATCH v2 1/8] hw/arm/smmuv3-accel: Check ATS compatibility between host and guest
` [PATCH v2 2/8] hw/arm/smmuv3-accel: Change ATS property to OnOffAuto
` [PATCH v2 3/8] hw/arm/smmuv3-accel: Change RIL "
` [PATCH v2 4/8] qdev: Add a SsidSizeMode property
` [PATCH v2 5/8] hw/arm/smmuv3-accel: Change SSIDSIZE property to SsidSizeMode
` [PATCH v2 6/8] qdev: Add an OasMode property
` [PATCH v2 7/8] hw/arm/smmuv3-accel: Change OAS property to OasMode
` [PATCH v2 8/8] qemu-options.hx: Document arm-smmuv3 device's accel properties

[PATCH v10 0/9] memory: Remove most _nomigrate variants
 2026-03-16  8:49 UTC  (3+ messages)
` [PATCH v10 1/9] hw/display/{cg3.tcx}: Do not use memory_region_init_rom_nomigrate()

[PATCH] migration/file: fix type mismatch and NULL deref in multifd_file_recv_data
 2026-03-16  8:46 UTC 

[PATCH v1] tests/functional/aarch64/test_aspeed: Disable kernel crypto self-tests in AST2700 boot tests
 2026-03-16  8:15 UTC 

[PATCH 0/7] Fix some -device T,help crashes
 2026-03-16  8:04 UTC  (6+ messages)
` [PATCH 3/7] hw/arm: xlnx-zynqmp: Don't call qdev_get_machine in soc init

[PATCH v7 0/1] numa: add 'memmap-type' option for memory type configuration
 2026-03-16  7:17 UTC  (5+ messages)

[PULL 00/14] Trivial patches for 2026-03-16
 2026-03-16  7:10 UTC  (15+ messages)
` [PULL 01/14] net/slirp: allow hostfwd socket paths with dashes
` [PULL 02/14] migration/savevm.c: reorder usage and assertion of mis->from_src_file
` [PULL 03/14] dump/dump.c: reorder usage and assertion of block
` [PULL 04/14] system/physmem.c: remove useless "
` [PULL 05/14] hw/usb/core.c: reorder usage and assertion of p->ep
` [PULL 06/14] target/i386: fix NULL pointer dereference in legacy-cache=off handling
` [PULL 07/14] docs: Move xbzrle.txt into the migration folder and convert to rst
` [PULL 08/14] linux-user/syscall.c: assume splice is always present
` [PULL 09/14] meson.build: stop checking for splice()
` [PULL 10/14] linux-user: assume inotify sycalls are always present
` [PULL 11/14] meson.build: stop checking for inotify_init()
` [PULL 12/14] linux-user: assume epoll is always present
` [PULL 13/14] meson.build: do not check for epoll.h (CONFIG_EPOLL)
` [PULL 14/14] rename CONFIG_EPOLL_CREATE1 to CONFIG_EPOLL, and stop checking for epoll in meson.build

[PATCH v1] MAINTAINERS: Add Kane Chen as reviewer for Aspeed machines
 2026-03-16  7:12 UTC  (2+ messages)

[PATCH v3 0/3] amd_iommu: Support Generation of IOMMU XT interrupts
 2026-03-16  7:04 UTC  (8+ messages)
` [PATCH v3 3/3] amd_iommu: Generate XT interrupts when xt support is enabled

[PATCH v3 2/2] disas/sparc: Convert malloc/free to g_malloc/g_free
 2026-03-16  7:08 UTC  (2+ messages)

[PATCH v2] rust: fix build when --disable-rust and meson < 1.9
 2026-03-16  7:06 UTC  (2+ messages)

[PATCH V3 00/13] target/i386: Misc PMU fixes and enabling
 2026-03-16  6:57 UTC  (4+ messages)
` [PATCH V3 12/13] target/i386: Clean up Intel Debug Store feature dependencies

[PATCH 0/4] Various update to MAINTAINERS
 2026-03-16  6:45 UTC  (14+ messages)
` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
` [PATCH 3/4] MAINTAINERS: Remove myself from various sections
` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"

[PULL 00/16] gdbstub: Always infer base register index from GDB XML
 2026-03-16  6:28 UTC  (4+ messages)

[PATCH v2] ppc/pnv: fix dumpdtb option
 2026-03-16  6:09 UTC  (4+ messages)

[PATCH v2 0/3] target/arm: ISV=0 data abort emulation library
 2026-03-16  2:50 UTC  (15+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] target/arm/emulate: add ISV=0 emulation library with load/store immediate
  ` [PATCH v3 2/6] target/arm/emulate: add load/store register offset
  ` [PATCH v3 3/6] target/arm/emulate: add load/store pair
  ` [PATCH v3 4/6] target/arm/emulate: add load/store exclusive
  ` [PATCH v3 5/6] target/arm/emulate: add atomic, compare-and-swap, and PAC load
  ` [PATCH v3 6/6] target/arm/hvf, whpx: wire ISV=0 emulation for data aborts
  ` [PATCH v4 0/6] target/arm: ISV=0 data abort emulation library
    ` [PATCH v4 1/6] target/arm/emulate: add ISV=0 emulation library with load/store immediate
    ` [PATCH v4 2/6] target/arm/emulate: add load/store register offset
    ` [PATCH v4 3/6] target/arm/emulate: add load/store pair
    ` [PATCH v4 4/6] target/arm/emulate: add load/store exclusive
    ` [PATCH v4 5/6] target/arm/emulate: add atomic, compare-and-swap, and PAC load
    ` [PATCH v4 6/6] target/arm/hvf, whpx: wire ISV=0 emulation for data aborts

[PATCH 0/4] ati-vga fixes
 2026-03-16  0:05 UTC  (5+ messages)
` [PATCH 1/4] ati-vga: Fix colors when frame buffer endianness does not match host
` [PATCH 2/4] ati-vga: Also switch mode on HW cursor enable bit change
` [PATCH 3/4] ati-vga: Do not add crtc offset to src and dst data address
` [PATCH 4/4] ati-vga: Avoid warning about sign extension

[PATCH] vhost-user: Fix stale error logs and return values in teardown paths
 2026-03-15 23:10 UTC 

[PATCH v3 00/11] add build option to disable audio subsystem
 2026-03-15 20:16 UTC  (12+ messages)
` [PATCH v3 01/11] audio: add `audio` build option for meson and Kconfig
` [PATCH v3 02/11] ui/vnc: disable audio feature when configured with --disable-audio
` [PATCH v3 03/11] tests/qtest: remove -audio none "
` [PATCH v3 04/11] hw/audio/pcspk: change PCSPK behaviour "
` [PATCH v3 05/11] Kconfig: add AUDIO dependency to audio-related devices
` [PATCH v3 06/11] system/vl: remove audio and audiodev options when audio is disabled
` [PATCH v3 07/11] ui/dbus: run without Audio interface "
` [PATCH v3 08/11] tests/audio: do not compile if "
` [PATCH v3 09/11] audio: do not build audio-related sources with --disable-audio
` [PATCH v3 10/11] qom: remove audiodevs root container if audio is disabled
` [PATCH v3 11/11] meson.build: ignore audio drivers when configured with --disable-audio

[PATCH] hw/audio/fmopl: Convert malloc/free to g_malloc/g_free
 2026-03-15 19:04 UTC  (2+ messages)

[RFC PATCH] target/riscv: Restrict access to RV128 registers on RV32
 2026-03-15 18:55 UTC  (3+ messages)

[PATCH 0/3] target/ppc: Replace target_ulong -> uint64_t for TARGET_PPC64
 2026-03-15 17:08 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Explicitly declare CFAR register as 64-bit
` [PATCH 2/3] target/ppc: Explicitly declare 'cpu_reserve_val2' "
` [PATCH 3/3] target/ppc: Explicitly declare BHRB related "

[PATCH] target/i386: Replace target_ulong -> uint64_t for TARGET_X86_64
 2026-03-15 16:53 UTC 

[PATCH 0/8] hw/vfio: single-binary
 2026-03-15 16:47 UTC  (6+ messages)
` [PATCH 3/8] hw/vfio/pci-quirks.c: remove CONFIG_VFIO_IGD

[PATCH v3 0/8] hw/vfio: single-binary
 2026-03-15 16:46 UTC  (10+ messages)
` [PATCH v3 1/8] hw/vfio/listener.c: remove CONFIG_KVM
` [PATCH v3 2/8] hw/vfio/helpers.c: extract kvm helpers in kvm-helpers.c
` [PATCH v3 3/8] hw/vfio/pci-quirks.c: remove CONFIG_VFIO_IGD
` [PATCH v3 4/8] hw/vfio: eradicate CONFIG_IOMMU from sources
` [PATCH v3 5/8] hw/vfio/pci.c: eradicate CONFIG_KVM
` [PATCH v3 6/8] hw/vfio/ap.c: use full path for target specific header
` [PATCH v3 7/8] hw/vfio/spapr.c: extract vfio_spapr_kvm_attach_tce to hw/vfio/kvm-spapr.c
` [PATCH v3 8/8] hw/vfio: all vfio files can now be common files

[PATCH rfc] hvf: arm: Inject SEA when executing insn in invalid memory range
 2026-03-15 16:38 UTC 

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2026-03-15 15:14 UTC  (5+ messages)
` [PATCH v4 08/84] target/arm: Skip AF and DB updates for AccessType_AT

[PATCH v3 0/3] semihosting/uaccess: Swap bytes based on runtime-configurable endianness
 2026-03-15 14:07 UTC  (7+ messages)
` [PATCH v3 2/3] include/exec: Provide the cpu_internal_tswap() functions

[PATCH v3 0/6] whpx: arm: set of small fixes for QEMU 11.0
 2026-03-15 13:44 UTC  (9+ messages)
` [PATCH v3 1/6] whpx: arm: fix -cpu host
` [PATCH v3 2/6] whpx: arm: add EC_DATAABORT assert for WHvRunVpExitReasonGpaIntercept/UnmappedGpa
` [PATCH v3 3/6] whpx: arm: enable more enlightements
` [PATCH v3 4/6] whpx: arm: remove comment bit that is no longer accurate
` [PATCH v3 5/6] target/arm: cpu: alter error message for host CPU type
` [PATCH v3 6/6] whpx: arm: fix ID_AA64MMFR3_EL1 host feature register index

[PATCH v3 1/2] disas/sparc: Fix integer overflow in compare_opcodes
 2026-03-15  4:28 UTC 

[PATCH v3] hw/audio/fmopl: Convert malloc/free to g_malloc/g_free
 2026-03-14  8:22 UTC 

[PATCH v1] disas/sparc: Fix integer overflow and convert to g_malloc
 2026-03-15 12:16 UTC 

[PATCH v2] disas/sparc: Fix integer overflow and convert to g_malloc
 2026-03-15 12:39 UTC 

[PATCH] target/arm/kvm: fall back if nested unsupported
 2026-03-15  9:25 UTC  (3+ messages)

[PATCH v3] hw/audio/fmopl: Convert malloc/free to g_malloc/g_free
 2026-03-15  5:30 UTC 

[PATCH v2 0/2] hvf: map granule abstraction and configurable IPA
 2026-03-15  3:41 UTC  (5+ messages)
` [PATCH v3 0/3] hvf: map granule abstraction, configurable IPA, and MAP_FIXED alignment fix
  ` [PATCH 1/3] virtio-gpu: validate host page alignment for MAP_FIXED blobs
  ` [PATCH 2/3] accel/hvf: introduce map granule abstraction and IPA property
  ` [PATCH 3/3] target/arm/hvf: configure IPA granule on macOS 26

[PATCH v3 00/32] Hexagon system emulation - Part 2/3
 2026-03-15  0:02 UTC  (10+ messages)
` [PATCH v3 03/32] target/hexagon: Implement start/stop helpers, soft reset
` [PATCH v3 09/32] target/hexagon: Add implementation of cycle counters
` [PATCH v3 11/32] target/hexagon: Implement software interrupt
` [PATCH v3 12/32] target/hexagon: Implement stack overflow exception

[PATCH] whpx: arm: fix ID_AA64MMFR3_EL1 host feature register index
 2026-03-14 22:05 UTC  (2+ messages)

Call for GSoC internship project ideas
 2026-03-14 19:47 UTC  (3+ messages)

[PATCH v1 0/3] Fixed bugs in pl080
 2026-03-14 17:14 UTC  (4+ messages)
` [PATCH v1 2/3] The swidth and dwidth of pl080 are not equal

[PATCH v3 0/4] Fix SiFive UART spurious IRQ issue and misc updates
 2026-03-14 16:20 UTC  (9+ messages)
` [PATCH v3 1/4] hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen
` [PATCH v3 2/4] hw/char: sifive_uart: Sync txwm interrupt pending status after TX FIFO enqueue
` [PATCH v3 3/4] hw/char: sifive_uart: Update IRQ when rxctrl is written
` [PATCH v3 4/4] hw/char: sifive_uart: Remove ip variable

[PATCH 0/4] Xen: Add Q35 initial support for HVM guests
 2026-03-14 14:16 UTC  (6+ messages)
` [PATCH 1/4] pc/xen: Xen Q35 support: provide IRQ handling for PCI devices
` [PATCH 2/4] q35/xen: Add Xen support for Q35
` [PATCH 3/4] q35: Fix incorrect values for PCIEXBAR masks
` [PATCH 4/4] xen: Handle PCIe config space size in cpu_ioreq_config()

[RFC v2 0/2] tests/qtest: Add memory-access attributes (secure/space)
 2026-03-14 13:43 UTC  (7+ messages)
` [RFC v2 1/2] tests/qtest: Add attrs argument support to memory access commands
` [RFC v2 2/2] tests/qtest: Add qtest-attrs-test for memory access with attrs

[PATCH v1 0/4] Fix leaks reached by make check-qtest
 2026-03-14  9:55 UTC  (10+ messages)
` [PATCH v1 1/4] tests/qtest: Don't dup machine name in qtest_cb_for_every_machine callbacks
` [PATCH v1 2/4] tests/qtest/test-hmp: Free machine options
` [PATCH v1 3/4] target/riscv: Don't leak general_user_opts
` [PATCH v1 4/4] hw/riscv: Free resources allocated at riscv_iommu_instance_init

[PATCH v2 0/2] tests/qtest: Add Intel IOMMU bare-metal test using iommu-testdev
 2026-03-14  1:11 UTC  (3+ messages)
` [PATCH v2 1/2] tests/qtest/libqos: Add Intel IOMMU helper library
` [PATCH v2 2/2] tests/qtest: Add Intel IOMMU bare-metal test

[PATCH v3] vmstate: validate VMStateDescription::fields upon registration
 2026-03-13 23:35 UTC 

[PATCH v2] vmstate: validate VMStateDescription::fields upon registration
 2026-03-13 23:34 UTC  (3+ messages)

[PATCH v2 00/21] qom: introduce property flags to track external user input
 2026-03-13 22:36 UTC  (7+ messages)
` [PATCH v2 19/21] target/i386: remove redundant validation for lbr-fmt property
` [PATCH v2 20/21] target/i386: detect user provided lbr-fmt via property flag
` [PATCH v2 21/21] hw/core/qdev-properties: support valid default value for DEFINE_PROP_UINT64_CHECKMASK

[PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers
 2026-03-13 22:02 UTC  (5+ messages)
` [PATCH 0/1] One additional boot reviewer
  ` [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot

[RFC 0/5] hw/tpm: CRB chunking capability to handle PQC
 2026-03-13 21:06 UTC  (8+ messages)
` [RFC 4/5] hw/tpm: Implement TPM CRB chunking logic
` [RFC 5/5] test/qtest: Add test for tpm crb chunking

[PATCH RFC v2] bsd-user: Copy linux-user/think.c to bsd-user
 2026-03-13 20:26 UTC  (3+ messages)

[RFC PATCH] net/tap-win32.c: fix segmentation faults when multiple -netdev tap are used
 2026-03-13 19:48 UTC 

[PATCH v9 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-03-13 20:00 UTC  (5+ messages)
` [PATCH v9 09/30] s390x/diag: Implement DIAG 320 subcode 2
` [PATCH v9 13/30] s390x/ipl: Introduce IPL Information Report Block (IIRB)

[PULL 0/2] Linux user for v11 patches
 2026-03-13 18:30 UTC  (3+ messages)
` [PULL 1/2] linux-user: Fix zero_bss for RX PT_LOAD segments
` [PULL 2/2] linux-user: fix mremap with old_size=0 for shared mappings

[PATCH] target/sparc: Set reg window data structures currently after vmstate load
 2026-03-13 17:09 UTC 

[PATCH v2 00/38] target/cpu: Do not include 'exec/cpu-defs.h' anymore
 2026-03-13 16:42 UTC  (20+ messages)
` [PATCH v2 26/38] hw/microblaze: Include full path to target 'cpu.h' header
` [PATCH v2 30/38] hw/riscv: "
` [PATCH v2 32/38] hw/sh4: "
` [PATCH v2 33/38] hw/sparc: "
` [PATCH v2 34/38] hw/tricore: "
` [PATCH v2 35/38] hw/xtensa: "
` [PATCH v2 36/38] hw/misc/allwinner-cpucfg.c: make compilation unit common
` [PATCH v2 37/38] hw/avr: Build as common unit files
` [PATCH v2 38/38] hw/misc: Build 'mac_via' as common unit file


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox