messages from 2026-03-06 21:33:54 to 2026-03-07 23:28:36 UTC [more...]
[PATCH v4 0/6] Implement memory_region_new_* functions
2026-03-07 23:27 UTC (6+ messages)
` [PATCH v4 1/6] memory: Add memory_region_new* functions
` [PATCH v4 2/6] memory: Update documentation for memory_region_new*()
` [PATCH v4 3/6] hw/ide/sii3112: Use memory_region_new to avoid leaking regions
` [PATCH v4 5/6] hw/pci-host/articia: Add variable for common type cast
` [PATCH v4 6/6] hw/xtensa/xtfpga: Fix leaking memory region
GSoC virtio-rtc project
2026-03-07 23:21 UTC (5+ messages)
[PATCH v10 0/9] memory: Remove most _nomigrate variants
2026-03-07 23:06 UTC (10+ messages)
` [PATCH v10 1/9] hw/display/{cg3.tcx}: Do not use memory_region_init_rom_nomigrate()
` [PATCH v10 2/9] memory: Remove memory_region_init_rom_nomigrate()
` [PATCH v10 3/9] sun4m,sun4u,tcx: Do not use memory_region_init_ram_nomigrate()
` [PATCH v10 4/9] hw/xtensa/xtfpga: "
` [PATCH v10 5/9] memory: Remove memory_region_init_ram_nomigrate()
` [PATCH v10 6/9] memory: Shorten memory_region_init_ram_device_ptr and memory_region_init_rom_device
` [PATCH v10 7/9] memory: Add internal memory_region_register_ram function
` [PATCH v10 8/9] memory: Factor out common ram region initialization
` [PATCH v10 9/9] memory: Factor out common ram ptr initialization
[PULL 0/2] Plugins update for 2026-03-07
2026-03-07 21:00 UTC (3+ messages)
` [PULL 1/2] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols
` [PULL 2/2] contrib/plugins/bbv.c: Check if file is NULL
[PATCH] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols
2026-03-07 20:56 UTC (2+ messages)
[PATCH] contrib/plugins/bbv.c: Check if file is NULL
2026-03-07 20:55 UTC (3+ messages)
[PATCH 00/12] linux-user and hppa patches
2026-03-07 20:54 UTC (16+ messages)
` [PATCH 01/12] hw/hppa: Avoid leaking a diva-gsp device
` [PATCH 02/12] hw/char: Drop disable property of Diva GSP card
` [PATCH 03/12] linux-user/strace: fix printing of file offsets
` [PATCH 04/12] linux-user: properly check flags in openat2
` [PATCH 05/12] linux-user: Check if RESOLVE_CACHED flag is defined before using it
` [PATCH 06/12] linux-user: fix matching ioctl numbers in print_ioctl
` [PATCH 07/12] linux-user: fix TIOCGSID ioctl
` [PATCH 08/12] linux-user: Deal with mmap where start > reserved_va
` [PATCH 09/12] bsd-user: "
` [PATCH 10/12] tests/tcg/multiarch/test-mmap: Print more details
` [PATCH 11/12] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va
` [PATCH 12/12] linux-user: Improve formatting for mremap()
memory leaks in dbus-display-test
2026-03-07 20:47 UTC (2+ messages)
[PATCH] linux-user: Improve formatting for mremap()
2026-03-07 19:34 UTC
[PATCH v2] linux-user: Fix mremap() with old_size == 0
2026-03-07 19:13 UTC (3+ messages)
[PATCH v6 0/9] hvf, whpx: i386: x86-centric fixes before softfreeze
2026-03-07 18:18 UTC (10+ messages)
` [PATCH v6 1/9] target/i386/hvf/hvf.c: fix compilation
` [PATCH v6 2/9] meson.build: older macOS targeting compatibility with macOS 15.4 SDK
` [PATCH v6 3/9] hvf: arm: unbreak the x86 build
` [PATCH v6 4/9] whpx: i386: do not enable nested virt when kernel-irqchip=off
` [PATCH v6 5/9] target/i386: emulate: LA57 fix
` [PATCH v6 6/9] whpx: i386: enable some more enlightenments
` [PATCH v6 7/9] whpx: make Hyper-V enlightenments configurable
` [PATCH v6 8/9] whpx: arm64: enable enlightenments if asked for
` [PATCH v6 9/9] whpx: i386: remove SIPI trapping
[PATCH v19 00/13] HVF: Add support for platform vGIC and nested virtualisation
2026-03-07 18:03 UTC (14+ messages)
` [PATCH v19 01/13] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v19 02/13] hw/intc: arm_gicv3_hvf: save/restore Apple GIC state
` [PATCH v19 03/13] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v19 04/13] target/arm: hvf: instantiate GIC early
` [PATCH v19 05/13] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH v19 06/13] hvf: only call hvf_sync_vtimer() when running without the platform vGIC
` [PATCH v19 07/13] hvf: gate ARM_FEATURE_PMU register emulation behind not being at EL2
` [PATCH v19 08/13] hvf: arm: allow exposing minimal PMU when running with nested virt on
` [PATCH v19 09/13] target/arm: hvf: add asserts for code paths not leveraged when using the vGIC
` [PATCH v19 10/13] hvf: sync registers used at EL2
` [PATCH v19 11/13] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH v19 12/13] hvf: arm: disable SME when nested virt is active
` [PATCH v19 13/13] hvf: enable nested virtualisation support
[PATCH v18 00/13] HVF: Add support for platform vGIC and nested virtualisation
2026-03-07 17:44 UTC (20+ messages)
` [PATCH v18 01/13] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v18 02/13] hw/intc: arm_gicv3_hvf: save/restore Apple GIC state
` [PATCH v18 03/13] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v18 04/13] target/arm: hvf: instantiate GIC early
` [PATCH v18 05/13] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH v18 06/13] hvf: only call hvf_sync_vtimer() when running without the platform vGIC
` [PATCH v18 07/13] hvf: gate ARM_FEATURE_PMU register emulation behind not being at EL2
` [PATCH v18 08/13] hvf: arm: allow exposing minimal PMU when running with nested virt on
` [PATCH v18 09/13] target/arm: hvf: add asserts for code paths not leveraged when using the vGIC
` [PATCH v18 10/13] hvf: sync registers used at EL2
` [PATCH v18 11/13] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH v18 12/13] hvf: arm: disable SME when nested virt is active
` [PATCH v18 13/13] hvf: enable nested virtualisation support
[PATCH v3] bsd-user: Switch to SPDX-License-Expression
2026-03-07 16:49 UTC
[PATCH v2] bsd-user: Switch to SPDX-License-Expression
2026-03-07 16:40 UTC (4+ messages)
[PATCH v5 0/9] hvf, whpx: i386: x86-centric fixes before softfreeze
2026-03-07 16:02 UTC (13+ messages)
` [PATCH v5 1/9] target/i386/hvf/hvf.c: fix compilation
` [PATCH v5 2/9] meson.build: older macOS targeting compatibility with macOS 15.4 SDK
` [PATCH v5 3/9] hvf: arm: unbreak the x86 build
` [PATCH v5 4/9] whpx: i386: do not enable nested virt when kernel-irqchip=off
` [PATCH v5 5/9] target/i386: emulate: LA57 fix
` [PATCH v5 6/9] whpx: i386: enable some more enlightenments
` [PATCH v5 7/9] whpx: make Hyper-V enlightenments configurable
` [PATCH v5 8/9] whpx: arm64: enable enlightenments if asked for
` [PATCH v5 9/9] whpx: i386: remove SIPI trapping
[PATCH 0/2] hw: fix qdev_get_printable_name() leak
2026-03-07 15:57 UTC (4+ messages)
` [PATCH 1/2] hw/qdev: Document qdev_get_dev_path()
` [PATCH 2/2] hw: Make qdev_get_printable_name() consistently return freeable string
[PATCH 0/6] hw/i386/pc: Remove deprecated 4.0 machines
2026-03-07 15:42 UTC (7+ messages)
` [PATCH 1/6] hw/i386/pc: Remove deprecated pc-q35-4.0[.1] and pc-i440fx-4.0 machines
` [PATCH 2/6] system/hostmem: Remove HostMemoryBackend::use_canonical_path field
` [PATCH 3/6] hw/i386/pc: Remove pc_compat_4_0[] array
` [PATCH 4/6] hw/core/machine: Remove the hw_compat_4_0[] array
` [PATCH 5/6] hw/virtio: Remove VirtIOBalloon::qemu_4_0_config_size field
` [PATCH 6/6] hw/rtc/pl031: : Remove PL031State::migrate_tick_offset field
[PATCH] hw/m68k/mcf_intc: Use qdev input gpios for input IRQs
2026-03-07 15:35 UTC (3+ messages)
[PATCH 00/10] hw/i386/pc: Remove deprecated 3.1 machines
2026-03-07 15:26 UTC (11+ messages)
` [PATCH 01/10] hw/i386/pc: Remove deprecated pc-q35-3.1 and pc-i440fx-3.1 machines
` [PATCH 02/10] hw/i386/pc: Remove PCMachineClass::pvh_enabled field
` [PATCH 03/10] hw/i386/x86: Remove @pvh_enabled argument in x86_load_linux()
` [PATCH 04/10] hw/core/boards: Remove MachineClass::smbus_no_migration_support field
` [PATCH 05/10] hw/i386/pc: Remove pc_compat_3_1[] array
` [PATCH 06/10] hw/i386/iommu: Remove IntelIOMMUState::dma_drain field
` [PATCH 07/10] target/i386/cpu: Remove X86CPU::intel_pt_auto_level field
` [PATCH 08/10] hw/core/machine: Remove the hw_compat_3_1[] array
` [PATCH 09/10] hw/pci-bridge/pcie_rp: Remove PCIESlot::disable_acs field
` [PATCH 10/10] hw/tpm: Remove CRBState::ppi_enabled field
[PATCH v17 00/14] HVF: Add support for platform vGIC and nested virtualisation
2026-03-07 15:01 UTC (17+ messages)
` [PATCH v17 01/14] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v17 02/14] hw/intc: arm_gicv3_hvf: save/restore Apple GIC state
` [PATCH v17 03/14] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v17 04/14] target/arm: hvf: instantiate GIC early
` [PATCH v17 05/14] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH v17 06/14] hvf: only call hvf_sync_vtimer() when running without the platform vGIC
` [PATCH v17 07/14] hvf: gate ARM_FEATURE_PMU register emulation behind not being at EL2
` [PATCH v17 08/14] hvf: arm: allow exposing minimal PMU when running with nested virt on
` [PATCH v17 09/14] target/arm: hvf: add asserts for code paths not leveraged when using the vGIC
` [PATCH v17 10/14] hvf: sync registers used at EL2
` [PATCH v17 11/14] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH v17 12/14] hvf: arm: disable SME when nested virt is active
` [PATCH v17 13/14] hvf: enable nested virtualisation support
` [PATCH v17 14/14] hvf: arm: move SME2 registers to common hvf_sreg structure
[PATCH 0/4] hw/i386/pc: Remove deprecated 3.0 machines
2026-03-07 15:00 UTC (5+ messages)
` [PATCH 1/4] hw/i386/pc: Remove deprecated pc-q35-3.0 and pc-i440fx-3.0 machines
` [PATCH 2/4] hw/i386/pc: Remove pc_compat_3_0[] array
` [PATCH 3/4] target/i386/kvm: Remove X86CPU::hyperv_synic_kvm_only field
` [PATCH 4/4] hw/core/machine: Remove the hw_compat_3_0[] array
[PATCH] hvf: arm: remove SME2 stub code
2026-03-07 14:55 UTC (3+ messages)
[PATCH v2] virtio: improve virtqueue mapping error messages
2026-03-07 14:37 UTC (6+ messages)
` [PATCH v3] "
[PATCH] ppc/pnv: fix dumpdtb option
2026-03-07 14:34 UTC (11+ messages)
New contributor: interested in issue #413 (error handling audit)
2026-03-07 8:54 UTC
[PATCH] audio: Fix macOS JACK Audio Connection Kit
2026-03-07 13:06 UTC (2+ messages)
[PATCH] hw/riscv/riscv-iommu: Free instance_init allocations in instance_finalize
2026-03-07 12:52 UTC
[PULL 0/6] Hppa system for v10 diva artist patches
2026-03-07 11:57 UTC (11+ messages)
` [PULL 2/6] hw/hppa: Wire up Diva GSP card
[PATCH 0/3] sparc: fix minor memory leaks
2026-03-07 11:40 UTC (5+ messages)
` [PATCH 1/3] hw/sparc/sun4m: Don't set up dummy cpu interrupts
` [PATCH 2/3] hw/sparc/sun4m: Use qdev GPIOs rather than qemu_allocate_irqs()
` [PATCH 3/3] hw/timer/slavio_timer: Free resources allocated in instance_init
[PULL v2 00/27] Misc patches queue
2026-03-07 11:37 UTC (3+ messages)
` [PULL 12/27] audio: make jackaudio use qemu_thread_set_name
[PULL 00/12] Block layer patches
2026-03-07 11:22 UTC (2+ messages)
[PATCH v6 0/4] vmapple: making it work on the latest macOS host releases
2026-03-07 5:48 UTC (6+ messages)
` [PATCH v6 1/4] system: memory: convert some helpers to const
` [PATCH v6 2/4] vmapple: apple-gfx: make it work on the latest macOS release
` [PATCH v6 3/4] hw/vmapple: aes: convert MAX_LEN to a #define
` [PATCH v6 4/4] Revert "hw/arm: Do not build VMapple machine by default"
[PATCH v8 0/6] coreaudio fixes
2026-03-07 5:29 UTC (11+ messages)
` [PATCH v8 4/6] coreaudio: Commit the result of init in the end
` [PATCH v8 6/6] coreaudio: Initialize the buffer for device change
` [PATCH v8 5/6] audio: Add functions to initialize buffers
[PATCH v10 00/10] vfio: Create dmabuf from multiple VFIO ranges and use it in virtio-gpu
2026-03-07 3:59 UTC (12+ messages)
` [PATCH v10 01/10] virtio-gpu: Recreate the resource's dmabuf if new backing is attached
` [PATCH v10 02/10] virtio-gpu: Find hva for Guest's DMA addr associated with a ram device
` [PATCH v10 03/10] virtio-gpu: Rename udmabuf files and helpers to dmabuf
` [PATCH v10 04/10] virtio-gpu-dmabuf: Remove rcu_read_lock/unlock from virtio_gpu_create_udmabuf()
` [PATCH v10 05/10] virtio-gpu-dmabuf: Use g_autofree for the list pointer
` [PATCH v10 06/10] vfio/region: Add a helper to get region index from memory region
` [PATCH v10 07/10] vfio/device: Add support for creating dmabuf from multiple ranges
` [PATCH v10 08/10] vfio/device: Add a helper to mmap a dmabuf
` [PATCH v10 09/10] virtio-gpu-dmabuf: Improve error handling with 'Error **' and err enum
` [PATCH v10 10/10] virtio-gpu-dmabuf: Create dmabuf for blobs associated with VFIO devices
[PATCH v5 0/2] vmapple: making it work on the latest macOS host releases
2026-03-07 3:08 UTC (3+ messages)
` [PATCH v5 1/2] vmapple: apple-gfx: make it work on the latest macOS release
[PATCH v9 0/8] memory: Remove most _nomigrate variants
2026-03-07 3:01 UTC (2+ messages)
[PATCH v3 00/18] migration: more bool+errp APIs
2026-03-06 23:34 UTC (4+ messages)
` [PATCH v3 03/18] migration: make .post_save() a void function
[PATCH v12 0/8] virtio-net: live-TAP local migration
2026-03-06 21:32 UTC (6+ messages)
` [PATCH v12 2/8] net/tap: move vhost initialization to tap_setup_vhost()
` [PATCH v12 3/8] qapi: add local migration parameter
` [PATCH v12 5/8] virtio-net: support local migration of backend
` [PATCH v12 6/8] net/tap: support local migration with virtio-net
` [PATCH v12 7/8] tests/functional: add skipWithoutSudo() decorator
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