public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 14:07:42 to 2026-03-20 11:28:05 UTC [more...]

[PATCH-for-11.1 00/16] target/riscv: Forbid to use legacy native endianness API
 2026-03-20 11:27 UTC  (3+ messages)
` [PATCH-for-11.1 15/16] target/riscv: Use MO_LE for instruction fetch

[PATCH v3] linux-user: update select timeout writeback
 2026-03-20 11:16 UTC 

[PATCH] target/sparc: Set reg window data structures currently after vmstate load
 2026-03-20 11:02 UTC  (3+ messages)

[PATCH] hw/isa/piix: Embed i8259 irq in device state instead of allocating
 2026-03-20 10:57 UTC  (2+ messages)

[PATCH rfc] hvf: arm: Inject SEA when executing insn in invalid memory range
 2026-03-20 10:52 UTC  (2+ messages)

[PATCH 0/3] target/ppc: Replace target_ulong -> uint64_t for TARGET_PPC64
 2026-03-20 10:35 UTC  (3+ messages)
` [PATCH 3/3] target/ppc: Explicitly declare BHRB related register as 64-bit

[PATCH v3 0/6] whpx: arm: set of small fixes for QEMU 11.0
 2026-03-20 10:29 UTC  (8+ messages)
` [PATCH v3 3/6] whpx: arm: enable more enlightements

[PATCH-for-11.0?] configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64
 2026-03-20 10:28 UTC  (2+ messages)

[PATCH] linux-user: Make openat2() use -L for absolute paths
 2026-03-20 10:13 UTC  (2+ messages)

[PATCH V3 0/2] add rtc acpi table
 2026-03-20 10:05 UTC  (5+ messages)
` [PATCH V3 1/2] hw/loongarch: "
` [PATCH V3 2/2] hw/loongarch: modify rtc fdt table

[PATCH v2 00/21] qom: introduce property flags to track external user input
 2026-03-20 10:09 UTC  (9+ messages)
` [PATCH v2 01/21] qom/object: use BIT macro for ObjectPropertyFlags
` [PATCH v2 02/21] qom/object: cache ObjectPropertyFlags in ObjectProperty

[PATCH v1 00/13] intel_iommu: Enable PASID support for passthrough device
 2026-03-20 10:13 UTC  (12+ messages)
` [PATCH v1 07/13] intel_iommu: Handle PASID entry addition for pc_inv_dsc request
` [PATCH v1 08/13] intel_iommu: Handle PASID entry removal "
` [PATCH v1 11/13] intel_iommu_accel: drop _lock suffix in vtd_flush_host_piotlb_all_locked()

[PULL 00/28] Block layer patches
 2026-03-20  9:50 UTC  (7+ messages)
` [PULL 26/28] block/nfs: add support for libnfs v6

[PATCH RFC 00/12] migration/vfio: Fix a few issues on API misuse or statistic reports
 2026-03-20  9:49 UTC  (17+ messages)
` [PATCH RFC 01/12] migration: Fix low possibility downtime violation
` [PATCH RFC 02/12] migration/qapi: Rename MigrationStats to MigrationRAMStats
` [PATCH RFC 03/12] vfio/migration: Throttle vfio_save_block() on data size to read
` [PATCH RFC 04/12] vfio/migration: Cache stop size in VFIOMigration
` [PATCH RFC 05/12] migration/treewide: Merge @state_pending_{exact|estimate} APIs
` [PATCH RFC 06/12] migration: Use the new save_query_pending() API directly
` [PATCH RFC 07/12] migration: Introduce stopcopy_bytes in save_query_pending()
` [PATCH RFC 08/12] vfio/migration: Fix incorrect reporting for VFIO pending data
` [PATCH RFC 09/12] migration: Make iteration counter out of RAM
` [PATCH RFC 10/12] migration: Introduce a helper to return switchover bw estimate
` [PATCH RFC 11/12] migration: Calculate expected downtime on demand
` [PATCH RFC 12/12] migration: Fix calculation of expected_downtime to take VFIO info

[PATCH v2] linux-user: update select timeout writeback
 2026-03-20  9:41 UTC  (2+ messages)

[PATCH v13 0/8] virtio-net: live-TAP local migration
 2026-03-20  9:39 UTC  (11+ messages)
` [PATCH v13 1/8] net/tap: move vhost-net open() calls to tap_parse_vhost_fds()
` [PATCH v13 2/8] net/tap: move vhost initialization to tap_setup_vhost()
` [PATCH v13 3/8] qapi: add local migration parameter
` [PATCH v13 4/8] net: introduce vmstate_net_peer_backend
` [PATCH v13 5/8] virtio-net: support local migration of backend
` [PATCH v13 6/8] net/tap: support local migration with virtio-net
` [PATCH v13 7/8] tests/functional: add skipWithoutSudo() decorator
` [PATCH v13 8/8] tests/functional: add test_tap_migration

[RFC PATCH 0/7] Add FEAT_MEC (encryption)
 2026-03-20  9:31 UTC  (5+ messages)
` [RFC PATCH 5/7] hw/arm/virt: Add machine option 'mec'

QEMU requires a 64-bit CPU host architecture?
 2026-03-20  9:26 UTC  (3+ messages)

[PATCH] block/curl: free s->password in cleanup paths
 2026-03-20  9:24 UTC  (2+ messages)

[PATCH] linux-user/i386/signal.c: Correct definition of target_fpstate_32
 2026-03-20  9:23 UTC  (5+ messages)

[PATCH v2] hw/char: clear dangling GLib event source tag
 2026-03-20  9:21 UTC  (2+ messages)

[PATCH for-11.0] Fix several typos in documentation (found by codespell)
 2026-03-20  9:15 UTC  (4+ messages)

[PATCH-for-11.1 v6 0/6] monitor/hmp: Reduce target-specific definitions
 2026-03-20  9:10 UTC  (7+ messages)
` [PATCH-for-11.1 v6 1/6] target/sparc/monitor: Dump all registers as 32-bit
` [PATCH-for-11.1 v6 2/6] monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32
` [PATCH-for-11.1 v6 3/6] monitor: Have MonitorDef::get_value() always return int64_t type
` [PATCH-for-11.1 v6 4/6] monitor: Remove last target_long use in get_monitor_def()
` [PATCH-for-11.1 v6 5/6] monitor: Reduce target-specific methods further
` [PATCH-for-11.1 v6 6/6] monitor: Remove 'monitor/hmp-target.h' header

[PATCH v3 1/1] io: invert the return semantics of qio_channel_flush
 2026-03-20  8:39 UTC 

[PATCH for-11.0 v4 0/8] hw/arm/smmuv3-accel: Support AUTO properties
 2026-03-20  7:53 UTC  (8+ messages)
` [PATCH v4 7/8] hw/arm/smmuv3-accel: Change OAS property to OasMode
` [PATCH v4 8/8] qemu-options.hx: Document arm-smmuv3 device's accel properties

[PATCH 0/2] accel/tcg: Remove non-explicit endian cpu_ld*_code() wrappers
 2026-03-20  7:45 UTC  (3+ messages)
` [PATCH 1/2] target/mips: Inline cpu_ld{uw, l}_code() calls in set_badinstr_registers
` [PATCH 2/2] accel/tcg: Remove non-explicit endian cpu_ld*_code() wrappers

[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
 2026-03-20  7:44 UTC  (4+ messages)
` [PATCH 1/5] i386/sev: Add sev-emulated QOM object with TCG support

[PATCH] migration/rdma: add x-rdma-chunk-shift parameter
 2026-03-20  7:42 UTC  (4+ messages)

[PATCH] hw/ide: resolve core crash caused by optical drive pop-up during virtual machine startup
 2026-03-20  7:08 UTC  (3+ messages)

[Bug 2126951] Re: `block-stream` segfault with concurrent `query-named-block-nodes`
 2026-03-20  5:12 UTC  (6+ messages)
` [Bug 2126951] Autopkgtest regression report (qemu/1:10.1.0+ds-5ubuntu2.5)
` [Bug 2126951] Autopkgtest regression report (qemu/1:8.2.2+ds-0ubuntu1.14)
` [Bug 2126951] Autopkgtest regression report (qemu/1:6.2+dfsg-2ubuntu6.29)

[PATCH] block: fix annotation
 2026-03-20  1:17 UTC 

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

[PATCH] target/arm: Don't skip access flag fault for AccessType_AT
 2026-03-20  1:56 UTC  (3+ messages)

[PATCH v3 0/2] iommufd: give hints to user about kernel support
 2026-03-20  1:17 UTC  (4+ messages)
` [PATCH v3 1/2] backends/iommufd.c: report error when /dev/iommu is not available
` [PATCH v3 2/2] hw/vfio/iommufd.c: report hint to user when vfio-dev/vfio*/dev is missing

duplicating CPUs with memcpy() in cpu_copy() vs memory-allocated things in CPUArchState structs
 2026-03-19 23:31 UTC  (2+ messages)

[PULL 00/17] riscv-to-apply queue
 2026-03-19 23:25 UTC  (18+ messages)
` [PULL 01/17] hw/riscv: Fix integer overflow in cm_base calculation
` [PULL 02/17] target/riscv: Fix null pointer dereference in cpu_set_exception_base
` [PULL 03/17] MAINTAINERS: update my email
` [PULL 04/17] MAINTAINERS: Add myself as a reviewer for RISC-V TCG CPUs
` [PULL 05/17] hw/dma: sifive_pdma: Set done bit upon completion
` [PULL 06/17] hw/riscv: Remove deprecated 'riscv, delegate' device-tree property
` [PULL 07/17] fpu: Fix repacking issues in the uncanonical step for E4M3 overflow
` [PULL 08/17] fpu: Fix unexpected exception flags when converting infinity to OCP E4M3
` [PULL 09/17] hw/riscv/riscv-iommu: Free instance_init allocations in instance_finalize
` [PULL 10/17] target/riscv: Support Smpmpmt extension
` [PULL 11/17] hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen
` [PULL 12/17] hw/char: sifive_uart: Sync txwm interrupt pending status after TX FIFO enqueue
` [PULL 13/17] hw/char: sifive_uart: Update IRQ when rxctrl is written
` [PULL 14/17] hw/char: sifive_uart: Remove ip variable
` [PULL 15/17] target/riscv: rvv: Fix missing flags merge in probe_pages for cross-page accesses
` [PULL 16/17] target/riscv: rvv: Fix page probe issues in vext_ldff
` [PULL 17/17] target/riscv: Fix scountovf CSR behavior in VS-mode and M-mode

[PATCH v11 00/21] migration: Add COLO multifd support and COLO migration unit test
 2026-03-19 22:40 UTC  (6+ messages)
` [PATCH v11 13/21] migration-test: Add "

[RFC PATCH 0/9] plugins: Introduce Fault Injection framework and API extensions
 2026-03-19 22:29 UTC  (5+ messages)

[PATCH RFC 00/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
 2026-03-19 22:07 UTC  (13+ messages)
` [PATCH RFC 06/10] vmstate: Introduce vmstate_save_field_with_vmdesc()
` [PATCH RFC 07/10] vmstate: Allow vmstate_info_nullptr to emit non-NULL markers
` [PATCH RFC 08/10] vmstate: Implement load of ptr marker in vmstate core
` [PATCH RFC 09/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC

[PATCH v3 0/6] target/arm: ISV=0 data abort emulation library
 2026-03-19 22:00 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] target/arm/emulate: add ISV=0 emulation library with load/store immediate

[PATCH] configure: Remove unused variable default_cflags
 2026-03-19 21:27 UTC  (3+ messages)

[PULL 0/6] Hppa fixes for v11 patches
 2026-03-19 21:12 UTC  (6+ messages)
` [PULL 1/6] hw/hppa: Fix description of the HP A400-44 server
` [PULL 2/6] hw/hppa: Adjust physical addresses of Astro and Elroy
` [PULL 3/6] target/hppa: Always map 64-bit firmware at 0xfffffff0f0000000
` [PULL 4/6] hw/pci-host/astro: Use proper region names
` [PULL 5/6] hw/hppa: Fix crash of 64-bit HP-UX 11 while flushing caches

[PATCH v2 0/2] iommufd: give hints to user about kernel support
 2026-03-19 21:02 UTC  (5+ messages)
` [PATCH v2 1/2] backends/iommufd.c: report error when /dev/iommu is not available

[PATCH-for-11.1 0/8] system/memory: Constify various AddressSpace/MemoryRegionCache arguments
 2026-03-19 20:44 UTC  (10+ messages)
` [PATCH-for-11.1 1/8] system/memory: Constify various AddressSpace arguments (flatview)
` [PATCH-for-11.1 2/8] system/memory: Constify various AddressSpace arguments (checks)
` [PATCH-for-11.1 3/8] system/memory: Constify various AddressSpace arguments (xlat)
` [PATCH-for-11.1 4/8] system/memory: Constify various AddressSpace arguments (flat-range)
` [PATCH-for-11.1 5/8] system/memory: Constify various AddressSpace arguments (notify)
` [PATCH-for-11.1 6/8] system/memory: Constify various AddressSpace arguments (cache)
` [PATCH-for-11.1 7/8] system/memory: Constify various AddressSpace arguments (access)
` [PATCH-for-11.1 8/8] system/memory: Constify various MemoryRegionCache arguments

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

[PATCH] linux-user: Improve formatting for mremap()
 2026-03-19 19:42 UTC  (2+ messages)

[PATCH v2 0/7] hw/arm/sabrelite: Add FlexCAN support
 2026-03-19 19:37 UTC  (9+ messages)
` [PATCH v2 1/7] hw/arm/sabrelite: Open code DEFINE_MACHINE_ARM
` [PATCH v2 2/7] hw/arm/sabrelite: Introduce class SabreliteMachineState
` [PATCH v2 3/7] hw/misc/imx6_ccm: Add PLL3 and CAN clock
` [PATCH v2 4/7] hw/net/can/flexcan: NXP FlexCAN core emulation
` [PATCH v2 5/7] hw/arm: Plug FlexCAN into FSL_IMX6 and Sabrelite
` [PATCH v2 6/7] tests: Add qtests for FlexCAN
` [PATCH v2 7/7] docs/arm/sabrelite: Mention FlexCAN support

[PATCH 0/5] target/s390x: Forbid to use legacy ldst_phys() API
 2026-03-19 18:52 UTC  (6+ messages)
` [PATCH 1/5] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (cpu)
` [PATCH 2/5] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (mmu)
` [PATCH 3/5] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (tcg)
` [PATCH 4/5] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (kvm)
` [PATCH 5/5] configs/targets: Restrict the legacy ldst_phys() API on s390x target

[PATCH v3 -qemu 0/2] hw/cxl: Media Operation Discovery fixlets
 2026-03-19 18:42 UTC  (3+ messages)
` [PATCH 1/2] hw/cxl: Respect Media Operation max ops discovery semantics
` [PATCH 2/2] hw/cxl: Exclude Discovery from Media Operation Discovery output

[PATCH] linux-user: update ppoll/pselect6 timeout on EINTR
 2026-03-19 18:30 UTC  (2+ messages)

[PATCH v3 0/4] Fix error handling for callers of load_image_targphys, get_image_size, event_notifier_init, msix_init
 2026-03-19 18:29 UTC  (8+ messages)
` [PATCH v3 1/4] hw/core/loader: fix error handling for load_image_targphys callers
` [PATCH v3 2/4] hw/core/loader: fix error handling for get_image_size callers
` [PATCH v3 4/4] hw/pci/msix: fix error handling for msix_init callers

[PULL 00/25] s390x & functional tests pull request for the softfreeze
 2026-03-19 17:41 UTC  (3+ messages)
` [PULL 03/25] tests/functional/ppc/test_40: Fix the URL of the NetBSD-7.1.2-prep.iso asset

[PATCH] hw/usb/hcd-ohci: check for MPS=0 to avoid infinite loop
 2026-03-19 17:34 UTC  (2+ messages)

[PATCH v4 0/8] hw/vfio: single-binary
 2026-03-19 16:43 UTC  (5+ messages)

[PATCH for-11.0] docs: Update GitHub URL of libu2f-emu
 2026-03-19 16:07 UTC 

[PATCH] ide: Set IDENTIFY word 93 to 0 on SATA drives
 2026-03-19 16:05 UTC  (5+ messages)

[PATCH] meson.build: Add --enable-use-pdb option
 2026-03-19 15:55 UTC  (3+ messages)

[PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
 2026-03-19 15:55 UTC  (2+ messages)

[PATCH] qmp: Check vhost protocol features for NULL prior to dumping
 2026-03-19 15:13 UTC  (2+ messages)
`  "

[RFC V2 0/2] migration: optimize cpr fd lookup using GHashTable
 2026-03-19 15:03 UTC  (3+ messages)

[PATCH v2 -qemu 0/2] hw/cxl: Media Operation Discovery fixlets
 2026-03-19 14:54 UTC  (5+ messages)
` [PATCH 1/2] hw/cxl: Respect Media Operation max ops discovery semantics
` [PATCH 2/2] hw/cxl: Exclude Discovery from Media Operation Discovery output

[PATCH qemu 0/1] Update opentitan uart (part of supporting opentitan version 1)
 2026-03-19 14:48 UTC  (2+ messages)
` [PATCH qemu 1/1] Replace opentitan UART device with newer version (opentitan 1.0)

[PATCH for-11.0 v2 0/2] Build fixes for minimal microvm
 2026-03-19 14:22 UTC  (2+ messages)

[PATCH] mailmap: Update email for Nina Schoetterl-Glausch
 2026-03-19 14:20 UTC 

[RFC 0/5] hw/tpm: CRB chunking capability to handle PQC
 2026-03-19 14:14 UTC  (5+ messages)

[PULL 0/2] Staging patches
 2026-03-19 14:06 UTC  (2+ messages)
` [PULL 2/2] hw/display/tcx: Init memory regions in realize


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