public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 10:46:47 to 2026-03-10 16:29:32 UTC [more...]

[PULL 00/28] Block layer patches
 2026-03-10 16:26 UTC  (18+ messages)
` [PULL 01/28] fuse: Copy write buffer content before polling
` [PULL 02/28] fuse: Ensure init clean-up even with error_fatal
` [PULL 03/28] fuse: Remove superfluous empty line
` [PULL 04/28] fuse: Explicitly set inode ID to 1
` [PULL 05/28] fuse: Change setup_... to mount_fuse_export()
` [PULL 06/28] fuse: Destroy session on mount_fuse_export() fail
` [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 15/28] block: Move qemu_fcntl_addfl() into osdep.c
` [PULL 16/28] fuse: Drop permission changes in fuse_do_truncate
` [PULL 18/28] fuse: Reduce max read size
` [PULL 25/28] iotests/308: Add multi-threading sanity test

[PATCH] mirror: Fix missed dirty bitmap writes during startup
 2026-03-10 16:22 UTC  (3+ messages)

[PATCH v5 0/2] vmapple: making it work on the latest macOS host releases
 2026-03-10 16:20 UTC  (6+ messages)
` [PATCH v5 1/2] vmapple: apple-gfx: make it work on the latest macOS release

[PATCH] ati-vga: Fix sign extension in DEFAULT_SC_BOTTOM_RIGHT read
 2026-03-10 16:13 UTC  (10+ messages)

[PULL 00/10] PPC PR for 11.0 soft-freeze
 2026-03-10 16:13 UTC  (13+ messages)
` [PULL 01/10] ppc/pnv: Move SBE host doorbell function to top of file
` [PULL 02/10] ppc/mpipl: Implement S0 SBE interrupt
` [PULL 03/10] ppc/pnv: Handle stash command in PowerNV SBE
` [PULL 04/10] pnv/mpipl: Preserve memory regions as per MDST/MDDT tables
` [PULL 05/10] pnv/mpipl: Preserve CPU registers after crash
` [PULL 06/10] pnv/mpipl: Set thread entry size to be allocated by firmware
` [PULL 07/10] pnv/mpipl: Write the preserved CPU and MDRT state
` [PULL 08/10] pnv/mpipl: Enable MPIPL support
` [PULL 09/10] tests/functional: Add test for MPIPL in PowerNV
` [PULL 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)

[PATCH v3 00/15] Make RamDiscardManager work with multiple sources
 2026-03-10 16:09 UTC  (3+ messages)

[PULL 0/2] loongarch-to-apply queue
 2026-03-10 16:04 UTC  (5+ messages)
` [PULL 1/2] target/loongarch: Preserve PTE permission bits in LDPTE
` [PULL 2/2] target/loongarch: Avoid recursive PNX exception on CSR_BADI fetch

[PATCH v2 00/13] gdbstub: Always infer base register index from GDB XML
 2026-03-10 15:59 UTC  (15+ messages)
` [PATCH v2 01/13] meson: Restrict gdbstub to user/system builds
` [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 05/13] gdbstub: Have scripts/feature_to_c.py generate more verbose output
` [PATCH v2 06/13] gdbstub: Make base register explicit in m68k GDB XML files
` [PATCH v2 07/13] gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
` [PATCH v2 08/13] gdbstub: Emit base_register index in GDBFeature entries
` [PATCH v2 09/13] gdbstub: Use GDBFeature::base_reg in gdb_register_feature()
` [PATCH v2 10/13] gdbstub: Remove GDBRegisterState::base_reg
` [PATCH v2 11/13] gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
` [PATCH v2 12/13] gdbstub: Move gdb-xml/ within gdbstub/
` [PATCH v2 13/13] gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]

[PATCH 0/2] tests/qtest: Avoid char arrays in some Arm tests
 2026-03-10 15:59 UTC  (6+ messages)
` [PATCH 1/2] tests/qtest/ast2700-sgpio-test: Use g_strdup_printf() instead of char arrays
` [PATCH 2/2] tests/qtest/arm-cpu-features: "

[PATCH v12 0/8] virtio-net: live-TAP local migration
 2026-03-10 15:58 UTC  (10+ messages)
` [PATCH v12 3/8] qapi: add local migration parameter
` [PATCH v12 6/8] net/tap: support local migration with virtio-net

[PATCH] meson.build: Bump the minimum GCC version to v10.4
 2026-03-10 15:53 UTC 

[PATCH] MAINTAINERS: Update S390-ccw boot maintainers/reviewers
 2026-03-10 15:53 UTC  (4+ messages)

[PATCH 0/2] tests/qtest: Avoid char arrays in more Arm tests
 2026-03-10 15:50 UTC  (4+ 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: "

[PATCH 1/8] tests/qtest/migration: Fix leak of migration tests data
 2026-03-10 15:48 UTC  (11+ messages)
` [PATCH 2/8] tests/qtest/migration: Change validate_uuid test to not trigger exit(1)
` [PATCH 3/8] tests/qtest/migration: Fix misuse of listen_uri
` [PATCH 4/8] tests/qtest/migration: Stop invoking migrate_incoming from hooks
` [PATCH 5/8] tests/qtest/migration: Force exit-on-error=false when appropriate
` [PATCH 6/8] io: Fix TLS bye task leak
` [PATCH 7/8] tests/qtest/migration: Fix leak in CPR exec test
` [PATCH 8/8] migration/multifd: Fix leaks of TLS error objects

[PULL 00/49] Misc HW patches for 2026-03-09
 2026-03-10 15:47 UTC  (11+ 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 v2] target/i386: add compat for migrating error code
 2026-03-10 15:43 UTC 

[PATCH v11 00/21] migration: Add COLO multifd support and COLO migration unit test
 2026-03-10 15:29 UTC  (6+ messages)
` [PATCH v11 02/21] MAINTAINERS: Remove Hailiang Zhang from COLO migration framework
` [PATCH v11 13/21] migration-test: Add COLO migration unit test

[PATCH v4 0/4] gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
 2026-03-10 15:26 UTC  (4+ messages)
` [PATCH v4 4/4] "

[PULL 00/16] Accelerators and TCG patches for 2026-03-10
 2026-03-10 15:19 UTC  (14+ messages)
` [PULL 05/16] tcg: Add tcg_op_imm_match
` [PULL 07/16] tcg/optimize: possibly expand deposit into zero with shifts
` [PULL 08/16] target/hppa: Expand tcg_global_mem_new() -> tcg_global_mem_new_i64()
` [PULL 09/16] accel/kvm: Include missing 'exec/cpu-common.h' header
` [PULL 10/16] accel/kvm: Make kvm_irqchip*notifier() declaration non target-specific
` [PULL 11/16] accel/stubs: Build stubs once
` [PULL 12/16] accel/mshv: Forward-declare mshv_root_hvcall structure
` [PULL 13/16] accel/mshv: Build without target-specific knowledge
` [PULL 14/16] accel/hvf: "
` [PULL 15/16] accel/xen: "
` [PULL 16/16] accel/qtest: Build once as common object

[PATCH v3 0/3] target/riscv: add unratified RISC-V Zbr0p93 ext
 2026-03-10 15:13 UTC  (4+ messages)
` [PATCH v3 1/3] util: export CRC32[C] lookup tables
` [PATCH v3 2/3] target/riscv: add draft RISC-V Zbr ext as xbr0p93
` [PATCH v3 3/3] disas: diassemble RISC-V Zbr0p93 instructions

[PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
 2026-03-10 14:52 UTC  (4+ messages)

[PATCH v5 00/10] Implement MPIPL for PowerNV
 2026-03-10 14:52 UTC  (15+ messages)
` [PATCH v5 01/10] ppc/pnv: Move SBE host doorbell function to top of file
` [PATCH v5 02/10] ppc/mpipl: Implement S0 SBE interrupt
` [PATCH v5 03/10] ppc/pnv: Handle stash command in PowerNV SBE
` [PATCH v5 04/10] pnv/mpipl: Preserve memory regions as per MDST/MDDT tables
` [PATCH v5 05/10] pnv/mpipl: Preserve CPU registers after crash
` [PATCH v5 06/10] pnv/mpipl: Set thread entry size to be allocated by firmware
` [PATCH v5 07/10] pnv/mpipl: Write the preserved CPU and MDRT state
` [PATCH v5 08/10] pnv/mpipl: Enable MPIPL support
` [PATCH v5 09/10] tests/functional: Add test for MPIPL in PowerNV
` [PATCH v5 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)

[PULL 0/3] Firmware 20260310 patches
 2026-03-10 14:52 UTC  (5+ messages)
` [PULL 1/3] docs/interop: Add AMD SEV-SNP SVSM interface to firmware.json
` [PULL 2/3] igvm: fix build when igvm is not installed in a well known path
` [PULL 3/3] i386/sev/igvm: do not reset guest policy if IGVM does not set it

[PATCH v3 0/3] block/curl: fix S3 presigned URL support
 2026-03-10 14:49 UTC  (2+ messages)

[PATCH 0/8] migration-test: Plumbing
 2026-03-10 14:36 UTC  (2+ messages)

[PATCH v2] ui/vdagent: add migration blocker when machine version < 10.1
 2026-03-10 14:32 UTC  (2+ messages)

[PATCH v2 00/10] hw/i386/pc: Remove deprecated 3.1 machines
 2026-03-10 14:48 UTC  (18+ messages)
` [PATCH v2 01/10] hw/i386/pc: Remove deprecated pc-q35/pc-i440fx/xenfv "
` [PATCH v2 02/10] hw/i386/pc: Remove PCMachineClass::pvh_enabled field
` [PATCH v2 03/10] hw/i386/x86: Remove @pvh_enabled argument in x86_load_linux()
` [PATCH v2 04/10] hw/core/boards: Remove MachineClass::smbus_no_migration_support field
` [PATCH v2 05/10] hw/i386/pc: Remove pc_compat_3_1[] array
` [PATCH v2 06/10] hw/i386/iommu: Remove IntelIOMMUState::dma_drain field
` [PATCH v2 07/10] target/i386/cpu: Remove X86CPU::intel_pt_auto_level field
` [PATCH v2 08/10] hw/core/machine: Remove the hw_compat_3_1[] array

[PATCH 0/6] hw/i386/pc: Remove deprecated 4.0 machines
 2026-03-10 14:00 UTC  (4+ messages)
` [PATCH 2/6] system/hostmem: Remove HostMemoryBackend::use_canonical_path field

[PATCH v4 00/35] Hexagon system emulation - Part 1/3
 2026-03-10 13:54 UTC  (4+ messages)
` [PATCH v4 06/35] target/hexagon: Suppress unused-variable warnings for sysemu source regs

[PATCH 0/5] i386/cpu: CPUID & CPU model cleanup and CWF cache model
 2026-03-10 14:08 UTC  (6+ messages)
` [PATCH 1/5] i386/cpu: Rename AMX mirror cpuid macros with _ALIAS suffix
` [PATCH 2/5] i386/cpu: Rename AMX mirror feature words with -alias suffix
` [PATCH 3/5] i386/cpu: Remove unnecessary cache_info fields from builtin CPU model
` [PATCH 4/5] i386/cpu: Adjust the note for CPU models with its-no
` [PATCH 5/5] i386/cpu: Enable CPUID 0x1f & cache model for ClearwaterForest

[PATCH] block/nfs: add support for libnfs v6
 2026-03-10 13:41 UTC  (2+ messages)

[PATCH v2] vmstate: fix subsection load name check
 2026-03-10 13:39 UTC  (5+ messages)

[PULL 00/18] Staging patches
 2026-03-10 13:31 UTC  (2+ messages)

[PULL 00/25] s390x & functional tests pull request for the softfreeze
 2026-03-10 13:31 UTC  (2+ messages)

[PATCH v2 00/32] Encode object type security status in code
 2026-03-10 13:28 UTC  (4+ messages)
` [PATCH v2 17/32] accel: mark kvm, xen & hvf as secure; tcg & qtest as insecure

[PATCH v19 00/13] HVF: Add support for platform vGIC and nested virtualisation
 2026-03-10 13:06 UTC  (4+ messages)

[PATCH] qdev: Consolidate qdev_get_human_name() into qdev_get_printable_name()
 2026-03-10 12:57 UTC  (3+ messages)

[PATCH] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols
 2026-03-10 12:44 UTC  (11+ messages)

[PATCH 0/5] isa-serial: acpi: declare shared IRQs for COM1/3 and COM2/4
 2026-03-10 12:41 UTC  (7+ messages)
` [PATCH 4/5] hw/char/serial-isa.c: declare IRQ as shared in ACPI IRQ descriptor

[PATCH v2 0/2] tests/functional: improve robustness of build dir location logic
 2026-03-10 12:13 UTC  (5+ messages)
` [PATCH v2 1/2] tests/functional: fix log placement when run directly
` [PATCH v2 2/2] tests/functional: remove heuristics for finding build dir

[PATCH] tests/functional: fix log placement when run directly
 2026-03-10 12:03 UTC  (3+ messages)

[PATCH v2] virtio: improve virtqueue mapping error messages
 2026-03-10 11:52 UTC  (8+ messages)
` [PATCH v3] "

[PULL 00/10] i386 and NULL pointer dereference fixes for QEMU 11.0 soft freeze
 2026-03-10 11:38 UTC  (2+ messages)

[PULL 0/4] Python patches
 2026-03-10 11:38 UTC  (2+ messages)

[PATCH v3 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-03-10 11:37 UTC  (4+ messages)
` [PATCH v3 14/32] hw/arm/tegra241-cmdqv: Emulate global CMDQV registers

[PATCH v2 0/2] target/loongarch: Fix NX enforcement for PTW helpers
 2026-03-10 11:30 UTC  (2+ messages)

[PATCH v5 00/25] export/fuse: Use coroutines and multi-threading
 2026-03-10 11:13 UTC  (2+ messages)

[PATCH v4 00/10] Implement MPIPL for PowerNV
 2026-03-10 11:01 UTC  (3+ messages)
` [PATCH v4 07/10] pnv/mpipl: Write the preserved CPU and MDRT state

[PULL 00/12] Hppa updates qemu v11 patches
 2026-03-10 10:54 UTC  (6+ messages)
` [PULL 12/12] target/hppa: add 64 bit support to gdbstub

[PULL 00/28] Remove deprecated pc machine types -2.8 up to -2.12
 2026-03-10 10:51 UTC  (4+ messages)
` [PULL 22/28] hw/i386/pc: Remove pc_compat_2_12[] array

[PATCH v2 0/3] target/riscv: add unratified RISC-V Zbr0p93 ext
 2026-03-10 10:45 UTC  (4+ messages)
` [PATCH v2 1/3] util: export CRC32[C] lookup tables
` [PATCH v2 2/3] target/riscv: add draft RISC-V Zbr ext as xbr0p93
` [PATCH v2 3/3] disas: diassemble RISC-V Zbr0p93 instructions


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