messages from 2026-03-10 16:27:55 to 2026-03-11 03:51:27 UTC [more...]
[PATCH v5 00/35] Hexagon system emulation, Part 1/3
2026-03-11 3:49 UTC (16+ messages)
` [PATCH v5 01/35] docs: Add hexagon sysemu docs
` [PATCH v5 02/35] docs/system: Add hexagon CPU emulation
` [PATCH v5 03/35] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH v5 04/35] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH v5 10/35] target/hexagon: Add a placeholder fp exception
` [PATCH v5 12/35] target/hexagon: Add guest, system reg number state
` [PATCH v5 13/35] target/hexagon: Add TCG values for sreg, greg
` [PATCH v5 15/35] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH v5 16/35] target/hexagon: Add new macro definitions "
` [PATCH v5 17/35] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH v5 20/35] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH v5 22/35] target/hexagon: Implement do_raise_exception()
` [PATCH v5 23/35] target/hexagon: Add system reg insns
` [PATCH v5 24/35] target/hexagon: Add sysemu TCG overrides
` [PATCH v5 31/35] hw/hexagon: Introduce hexagon TLB device
[PATCH] coverity: fix coverity issues related to confidential guest reset
2026-03-11 3:46 UTC
[PATCH v11 00/10] vfio: Create dmabuf from multiple VFIO ranges and use it in virtio-gpu
2026-03-11 2:50 UTC (11+ messages)
` [PATCH v11 01/10] virtio-gpu: Recreate the resource's dmabuf if new backing is attached
` [PATCH v11 02/10] virtio-gpu: Find hva for Guest's DMA addr associated with a ram device
` [PATCH v11 03/10] virtio-gpu: Rename udmabuf files and helpers to dmabuf
` [PATCH v11 04/10] virtio-gpu-dmabuf: Remove rcu_read_lock/unlock from virtio_gpu_create_udmabuf()
` [PATCH v11 05/10] virtio-gpu-dmabuf: Use g_autofree for the list pointer
` [PATCH v11 06/10] vfio/region: Add a helper to get region index from memory region
` [PATCH v11 07/10] vfio/device: Add support for creating dmabuf from multiple ranges
` [PATCH v11 08/10] vfio/device: Add a helper to mmap a dmabuf
` [PATCH v11 09/10] virtio-gpu-dmabuf: Improve error handling with 'Error **' and err enum
` [PATCH v11 10/10] virtio-gpu-dmabuf: Create dmabuf for blobs associated with VFIO devices
[PATCH] hw/i2c/aspeed: fix lost interrupts on back-to-back commands
2026-03-11 2:37 UTC
[PULL 0/2] loongarch-to-apply queue
2026-03-11 2:29 UTC (4+ messages)
` [PULL 1/2] target/loongarch: Preserve PTE permission bits in LDPTE
[PATCH 0/4] Fix SiFive UART spurious IRQ issue and misc updates
2026-03-11 2:28 UTC (3+ messages)
[PATCH v3 0/6] Fix Zjpm implementation
2026-03-11 2:28 UTC (3+ messages)
[PATCH 0/3] virtio-gpu: enable Venus/Vulkan without OpenGL display
2026-03-11 2:27 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] ui: introduce GRAPHIC_FLAGS_VK for Vulkan scanout
` [PATCH v2 2/3] virtio-gpu: decouple Venus from CONFIG_OPENGL
` [PATCH v2 3/3] virtio-gpu: advertise VIRTIO_GPU_F_BLOB_ALIGNMENT
[PATCH 0/2] hvf: map granule abstraction and macOS 26 4KB IPA
2026-03-11 2:27 UTC (4+ messages)
` [PATCH v2 0/2] hvf: map granule abstraction and configurable IPA
` [PATCH v2 1/2] accel/hvf: introduce map granule abstraction and IPA property
` [PATCH v2 2/2] target/arm/hvf: configure IPA granule on macOS 26
[PATCH v2 0/2] Set MISA.[C|X] based on the selected extensions
2026-03-11 2:26 UTC (3+ messages)
` [PATCH v2 1/2] target/riscv: Update MISA.C for Zc* extensions
[PATCH v2] target/riscv: Initialize riscv_excp_names[] and riscv_intr_names[] using designated initializer
2026-03-11 2:24 UTC (2+ messages)
[PATCH] target/riscv: Mask xepc[0] only when Zc* extension is enabled
2026-03-11 2:24 UTC (2+ messages)
[PULL 00/38] aspeed queue
2026-03-11 2:22 UTC (4+ messages)
` [PULL 14/38] hw/i3c/dw-i3c: Add data TX and RX
[PATCH v1] hw/i3c/dw-i3c: Fix uninitialized data use in short transfer
2026-03-11 2:13 UTC
[PULL 00/16] gdbstub: Always infer base register index from GDB XML
2026-03-11 1:41 UTC (18+ messages)
` [PULL 01/16] tests/tcg: Temporary disable multiarch tests for PPC targets
` [PULL 02/16] tests/tcg: Disable prot-none test on GitLab
` [PULL 03/16] tests/docker: add gdb-multiarch to all-test-cross
` [PULL 04/16] target/i386/gdbstub: Remove stale comment
` [PULL 05/16] meson: Restrict gdbstub to user/system builds
` [PULL 06/16] gdbstub: Simplify gdb_init_cpu() logic
` [PULL 07/16] gdbstub: Add trace events for around XML parsing / generation
` [PULL 08/16] gdbstub: Have scripts/feature_to_c.py generate more verbose output
` [PULL 09/16] gdbstub: Make base register explicit in m68k GDB XML files
` [PULL 10/16] gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
` [PULL 11/16] gdbstub: Emit base_register index in GDBFeature entries
` [PULL 12/16] gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
` [PULL 13/16] tests/tcg: Re-enable disabled multiarch tests for PPC targets
` [PULL 14/16] gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
` [PULL 15/16] gdbstub: Move gdb-xml/ within gdbstub/
` [PULL 16/16] gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
[PATCH] throttle-group: fix race condition when using iothreads
2026-03-10 23:08 UTC
[PATCH 0/3] virtio-snd: snapshot prep cleanups
2026-03-10 23:56 UTC (4+ messages)
` [PATCH 1/3] virtio-snd: remove the unused field
` [PATCH 2/3] virtio-snd: remove virtio_snd_pcm_set_params from VirtIOSoundPCMStream
` [PATCH 3/3] virtio-snd: introduce VirtIOPcmParams
[PATCH v4 00/16] gdbstub: Always infer base register index from GDB XML
2026-03-10 23:52 UTC (22+ messages)
` [PATCH v4 01/16] tests/tcg: Temporary disable multiarch tests for PPC targets
` [PATCH v4 02/16] tests/tcg: Disable prot-none test on GitLab
` [PATCH v4 03/16] tests/docker: add gdb-multiarch to all-test-cross
` [PATCH v4 04/16] target/i386/gdbstub: Remove stale comment
` [PATCH v4 05/16] meson: Restrict gdbstub to user/system builds
` [PATCH v4 06/16] gdbstub: Simplify gdb_init_cpu() logic
` [PATCH v4 07/16] gdbstub: Add trace events for around XML parsing / generation
` [PATCH v4 08/16] gdbstub: Have scripts/feature_to_c.py generate more verbose output
` [PATCH v4 09/16] gdbstub: Make base register explicit in m68k GDB XML files
` [PATCH v4 10/16] gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
` [PATCH v4 11/16] gdbstub: Emit base_register index in GDBFeature entries
` [PATCH v4 12/16] gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
` [PATCH v4 13/16] tests/tcg: Re-enable disabled multiarch tests for PPC targets
` [PATCH v4 14/16] gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
` [PATCH v4 15/16] gdbstub: Move gdb-xml/ within gdbstub/
` [PATCH v4 16/16] gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
[PATCH 0/7] testing/next: gdb-multiarch, check-tcg, vbsa tests
2026-03-10 23:28 UTC (6+ messages)
` [PATCH 1/7] tests/docker: add gdb-multiarch to all-test-cross
[PULL 00/49] Misc HW patches for 2026-03-09
2026-03-10 23:06 UTC (8+ messages)
` [PULL 27/49] meson: Add -Wformat-overflow=2
` Minimal GCC version for QEMU (was: Re: [PULL 27/49] meson: Add -Wformat-overflow=2)
` Minimal GCC version for QEMU
[PATCH v3 00/12] gdbstub: Always infer base register index from GDB XML
2026-03-10 22:40 UTC (15+ messages)
` [PATCH v3 01/12] target/i386/gdbstub: Remove stale comment
` [PATCH v3 02/12] meson: Restrict gdbstub to user/system builds
` [PATCH v3 03/12] gdbstub: Simplify gdb_init_cpu() logic
` [PATCH v3 04/12] gdbstub: Add trace events for around XML parsing / generation
` [PATCH v3 05/12] gdbstub: Have scripts/feature_to_c.py generate more verbose output
` [PATCH v3 06/12] gdbstub: Make base register explicit in m68k GDB XML files
` [PATCH v3 07/12] gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
` [PATCH v3 08/12] gdbstub: Emit base_register index in GDBFeature entries
` [PATCH v3 09/12] gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
` [PATCH v3 10/12] gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
` [PATCH v3 11/12] gdbstub: Move gdb-xml/ within gdbstub/
` [PATCH v3 12/12] gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
[PATCH] linux-user: Fix zero_bss for RX PT_LOAD segments
2026-03-10 22:36 UTC (4+ messages)
[PATCH 00/15] hw/alpha: QOMify Clipper and Typhoon
2026-03-10 22:31 UTC (16+ messages)
` [PATCH 01/15] hw/alpha/typhoon: Fix whitespace and block comment style problems
` [PATCH 02/15] hw/alpha/dp264: Fix "
` [PATCH 03/15] hw/alpha/dp264: Validate kernel and initrd sizes
` [PATCH 04/15] hw/alpha/dp264: Use rom_add_blob_fixed() for initrd params
` [PATCH 05/15] hw/alpha/typhoon: Create instance_init and class_init
` [PATCH 06/15] hw/alpha/dp264: Add CPUs as children of the machine
` [PATCH 07/15] hw/alpha: Use QOM composition for the Typhoon chipset
` [PATCH 08/15] hw/alpha: Set CPU link properties and use them
` [PATCH 09/15] hw/alpha: Convert IRQ pointers to named GPIOs
` [PATCH 10/15] hw/alpha: Expose RAM to typhoon via QOM property link
` [PATCH 11/15] hw/alpha: Explicitly define TyphoonClass in alpha_sys.h
` [PATCH 12/15] hw/alpha: Move PCI IRQ mapping to TyphoonClass subclass
` [PATCH 13/15] hw/alpha: Move minimum PCI device slot to TyphoonClass
` [PATCH 14/15] hw/alpha: Use QOM path resolution to get Typhoon PCI bus
` [PATCH 15/15] hw/alpha: Split typhoon_init() into instance_init and realize
[PATCH] qdev: Consolidate qdev_get_human_name() into qdev_get_printable_name()
2026-03-10 22:08 UTC (3+ messages)
[PATCH 0/2] virtio-gpu: fix overflow check when allocating 2d image
2026-03-10 21:26 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-gpu: use computed rowstride instead of deriving it from hostmem
[PATCH 1/8] tests/qtest/migration: Fix leak of migration tests data
2026-03-10 21:14 UTC (11+ messages)
` [PATCH 2/8] tests/qtest/migration: Change validate_uuid test to not trigger exit(1)
` [PATCH 5/8] tests/qtest/migration: Force exit-on-error=false when appropriate
` [PATCH 7/8] tests/qtest/migration: Fix leak in CPR exec test
` [PATCH 8/8] migration/multifd: Fix leaks of TLS error objects
[PATCH v2 00/13] gdbstub: Always infer base register index from GDB XML
2026-03-10 20:21 UTC (9+ messages)
` [PATCH v2 02/13] target/i386/gdbstub: Remove stale comment
` [PATCH v2 03/13] gdbstub: Simplify gdb_init_cpu() logic
` [PATCH v2 04/13] gdbstub: Add trace events for around XML parsing / generation
` [PATCH v2 09/13] gdbstub: Use GDBFeature::base_reg in gdb_register_feature()
[PATCH 0/2] tests/qtest/test-x86-cpuid-compat: fix leaks
2026-03-10 20:18 UTC (5+ messages)
` [PATCH 1/2] tests/qtest/test-x86-cpuid-compat: Switch test_cpuid_prop to data-driven
` [PATCH 2/2] tests/qtest/test-x86-cpuid-compat: Switch test_feature_flag "
[PATCH] tests/qtest/vhost-user-test: Use g_timeout_add() to schedule connect
2026-03-10 20:00 UTC (2+ messages)
[PATCH trivial v2] plugins: add missing docstrings to qemu-plugin.h
2026-03-10 19:36 UTC (2+ messages)
[PATCH 0/4] Fix error handling for callers of
2026-03-10 19:12 UTC (9+ messages)
` [PATCH 1/4] hw/core/loader: fix error handling for load_image_targphys callers
` [PATCH 2/4] hw/core/loader: fix error handling for get_image_size callers
` [PATCH 3/4] util/event_notifier: fix error handling for event_notifier_init callers
` [PATCH 4/4] hw/pci/msix: fix error handling for msix_init callers
[PATCH] vmstate: assert that VMStateDescription::fields is not NULL
2026-03-10 18:44 UTC (3+ messages)
[PATCH] mirror: Fix missed dirty bitmap writes during startup
2026-03-10 18:35 UTC (4+ messages)
[PATCH] meson.build: Bump the minimum GCC version to v10.4
2026-03-10 18:08 UTC (2+ messages)
[PATCH 1/1] hw/nvram/fw_cfg: update bootorder and bios-geometry before launching
2026-03-10 18:04 UTC (2+ messages)
[PATCH v2] vmstate: fix subsection load name check
2026-03-10 18:00 UTC (6+ messages)
[PATCH] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols
2026-03-10 17:52 UTC (12+ messages)
[RFC PATCH 0/8] hw/arm/smmuv3-accel: Support AUTO properties
2026-03-10 17:44 UTC (10+ messages)
` [RFC PATCH 1/8] hw/arm/smmuv3-accel: Add helper for resolving auto parameters
` [RFC PATCH 2/8] hw/arm/smmuv3-accel: Introduce _AUTO support for ATS
` [RFC PATCH 6/8] hw/arm/smmuv3-accel: Introduce _AUTO support for SSID size
[PATCH v11 00/21] migration: Add COLO multifd support and COLO migration unit test
2026-03-10 17:42 UTC (5+ messages)
` [PATCH v11 13/21] migration-test: Add "
[PULL 00/31] testing, plugin and maintainer updates
2026-03-10 17:20 UTC (3+ messages)
` [PULL 28/31] plugins/api: split out time control helpers
[PATCH v2 0/2] hw/nvram/fw_cfg: update bootorder to fix SeaBIOS bootup failure
2026-03-10 17:06 UTC (3+ messages)
` [PATCH v2 1/2] system/runstate: add runstate transition notifier
` [PATCH v2 2/2] hw/nvram/fw_cfg: update bootorder and bios-geometry before launching
[PATCH 0/2] tests/qtest: Avoid char arrays in more Arm tests
2026-03-10 17:07 UTC (5+ messages)
` [PATCH 1/2] tests/qtest/ast2700-gpio-test: Use g_strdup_printf() instead of char arrays
` [PATCH 2/2] tests/qtest/aspeed_gpio-test: "
[PULL 000/102] Mostly i386 patches for QEMU 11.0 soft freeze
2026-03-10 16:59 UTC (5+ messages)
` [PULL 063/102] i386/sev: add support for confidential guest reset
` [PULL 073/102] hw/machine: introduce machine specific option 'x-change-vmfd-on-reset'
[PULL 00/10] i386 and NULL pointer dereference fixes for QEMU 11.0 soft freeze
2026-03-10 16:53 UTC (3+ messages)
` [PULL 06/10] target/i386: emulate: LA57 fix
[PULL 00/12] Hppa updates qemu v11 patches
2026-03-10 16:49 UTC (7+ messages)
` [PULL 12/12] target/hppa: add 64 bit support to gdbstub
[PATCH] docs: Move xbzrle.txt into the migration folder and convert to rst
2026-03-10 16:33 UTC (2+ messages)
[PULL 00/28] Block layer patches
2026-03-10 16:26 UTC (24+ messages)
` [PULL 01/28] fuse: Copy write buffer content before polling
` [PULL 04/28] fuse: Explicitly set inode ID to 1
` [PULL 07/28] fuse: Fix mount options
` [PULL 08/28] fuse: Set direct_io and parallel_direct_writes
` [PULL 09/28] fuse: Introduce fuse_{at,de}tach_handlers()
` [PULL 10/28] fuse: Introduce fuse_{inc,dec}_in_flight()
` [PULL 11/28] fuse: Add halted flag
` [PULL 12/28] fuse: fuse_{read,write}: Rename length to blk_len
` [PULL 13/28] iotests/308: Use conv=notrunc to test growability
` [PULL 14/28] fuse: Explicitly handle non-grow post-EOF accesses
` [PULL 16/28] fuse: Drop permission changes in fuse_do_truncate
` [PULL 17/28] fuse: Manually process requests (without libfuse)
` [PULL 18/28] fuse: Reduce max read size
` [PULL 19/28] fuse: Process requests in coroutines
` [PULL 20/28] block/export: Add multi-threading interface
` [PULL 21/28] iotests/307: Test multi-thread export interface
` [PULL 22/28] fuse: Make shared export state atomic
` [PULL 23/28] fuse: Implement multi-threading
` [PULL 24/28] qapi/block-export: Document FUSE's multi-threading
` [PULL 25/28] iotests/308: Add multi-threading sanity test
` [PULL 26/28] block/nfs: add support for libnfs v6
` [PULL 27/28] qapi: block: Refactor HTTP(s) common arguments
` [PULL 28/28] block/curl: add support for S3 presigned URLs
[PULL 00/10] PPC PR for 11.0 soft-freeze
2026-03-10 16:28 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox