qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-21 09:40:08 to 2025-11-22 03:46:02 UTC [more...]

[PATCH 1/1] scripts: Changed potential O(n) file size calculation to O(1)
 2025-11-21 14:57 UTC  (8+ messages)

[Stable-10.0.7 00/81] Patch Round-up for stable 10.0.7, freeze on 2025-12-01
 2025-11-21 18:44 UTC  (40+ messages)
` [Stable-10.0.7 03/81] hw/ppc/e500: Check for compatible CPU type instead of aborting ungracefully
` [Stable-10.0.7 04/81] target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode
` [Stable-10.0.7 07/81] target/riscv/kvm: add senvcfg CSR
` [Stable-10.0.7 08/81] target/riscv/kvm: read/write KVM regs via env size
` [Stable-10.0.7 13/81] io: move websock resource release to close method
` [Stable-10.0.7 15/81] crypto: stop requiring "key encipherment" usage in x509 certs
` [Stable-10.0.7 16/81] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
` [Stable-10.0.7 17/81] target/hppa: Set FPCR exception flag bits for non-trapped exceptions
` [Stable-10.0.7 19/81] hw/hppa: Fix interrupt of LASI parallel port
` [Stable-10.0.7 24/81] target/i386: clear CPU_INTERRUPT_SIPI for all accelerators
` [Stable-10.0.7 25/81] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU 10.0.x
` [Stable-10.0.7 29/81] block/curl.c: Fix CURLOPT_VERBOSE parameter type
` [Stable-10.0.7 32/81] target/microblaze: div: Break out raise_divzero()
` [Stable-10.0.7 34/81] target/s390x: Fix missing interrupts for small CKC values
` [Stable-10.0.7 36/81] target/s390x: Use address generation for register branch targets
` [Stable-10.0.7 37/81] tests/tcg/s390x: Test SET CLOCK COMPARATOR
` [Stable-10.0.7 38/81] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
` [Stable-10.0.7 39/81] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
` [Stable-10.0.7 40/81] vhost-user: fix shared object lookup handler logic
` [Stable-10.0.7 41/81] tests/qtest/bios-tables-test: Prepare for _DSM change in the DSDT table
` [Stable-10.0.7 43/81] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _DSM change
` [Stable-10.0.7 49/81] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-10.0.7 50/81] qio: Protect NetListener callback with mutex
` [Stable-10.0.7 51/81] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [Stable-10.0.7 52/81] hw/net/e1000e_core: Correct rx oversize packet checks
` [Stable-10.0.7 54/81] net: pad packets to minimum length in qemu_receive_packet()
` [Stable-10.0.7 55/81] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun
` [Stable-10.0.7 56/81] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
` [Stable-10.0.7 58/81] block: get type of block allocation in commit_run
` [Stable-10.0.7 59/81] block: move commit_run loop to separate function
` [Stable-10.0.7 61/81] block: allow commit to unmap zero blocks
` [Stable-10.0.7 62/81] block: add test non-active commit with zeroed data
` [Stable-10.0.7 64/81] tests: move test_virt assets to share.linaro.org
` [Stable-10.0.7 67/81] tests: move test_virt_gpu "
` [Stable-10.0.7 68/81] rbd: Run co BH CB in the coroutine’s AioContext
` [Stable-10.0.7 69/81] nfs: "
` [Stable-10.0.7 70/81] curl: Fix coroutine waking
` [Stable-10.0.7 72/81] nvme: "
` [Stable-10.0.7 77/81] hw/southbridge/lasi: Correct LasiState parent

[PULL 0/1] Lost MAINTAINERS update
 2025-11-21 12:35 UTC  (2+ messages)
` [PULL 1/1] MAINTAINERS: update email of zhenwei pi

[RFC-PATCH-for-11.0 v3 00/21] accel/tcg: Remove most MO_TE uses in cpu_ld/st_code/data()
 2025-11-22  2:26 UTC  (11+ messages)
` [RFC-PATCH-for-11.0 v3 03/21] target/loongarch: Use little-endian variant of cpu_ldl_code()
` [RFC-PATCH-for-11.0 v3 04/21] target/sparc: Use big-endian "
` [RFC-PATCH-for-11.0 v3 09/21] accel/tcg: Remove non-explicit endian cpu_ld*_code() helpers
` [RFC-PATCH-for-11.0 v3 10/21] target/hexagon: Use little-endian variant of cpu_ld/st_data*()
` [RFC-PATCH-for-11.0 v3 13/21] target/m68k: "
` [RFC-PATCH-for-11.0 v3 14/21] target/s390x: "
` [RFC-PATCH-for-11.0 v3 18/21] target/riscv: Use little-endian variant of cpu_ld/st_data*() for vector
` [RFC-PATCH-for-11.0 v3 19/21] target/sh4: Replace cpu_stl_data() by explicit endianness variants
` [RFC-PATCH-for-11.0 v3 20/21] target/mips: Use big-endian variant of cpu_ld/st_data*() for MSA

[Stable-10.1.3 00/76] Patch Round-up for stable 10.1.3, freeze on 2025-12-01
 2025-11-21 13:51 UTC  (45+ messages)
` [Stable-10.1.3 02/76] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
` [Stable-10.1.3 04/76] vfio: rename field to "num_initial_regions"
` [Stable-10.1.3 06/76] target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode
` [Stable-10.1.3 07/76] hw/riscv: Correct mmu-type property of sifive_u harts in device tree
` [Stable-10.1.3 08/76] aplic: fix mask for smsiaddrcfgh
` [Stable-10.1.3 11/76] io: release active GSource in TLS channel finalizer
` [Stable-10.1.3 12/76] io: move websock resource release to close method
` [Stable-10.1.3 13/76] io: fix use after free in websocket handshake code
` [Stable-10.1.3 14/76] crypto: stop requiring "key encipherment" usage in x509 certs
` [Stable-10.1.3 18/76] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
` [Stable-10.1.3 19/76] qtest/am53c974-test: add additional test for cmdfifo overflow
` [Stable-10.1.3 20/76] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
` [Stable-10.1.3 22/76] target/i386: clear CPU_INTERRUPT_SIPI for all accelerators
` [Stable-10.1.3 25/76] block: remove 'detached-header' option from opts after use
` [Stable-10.1.3 26/76] block: fix luks 'amend' when run in coroutine
` [Stable-10.1.3 28/76] gdbstub: Fix %s formatting
` [Stable-10.1.3 29/76] target/microblaze: Remove unused arg from check_divz()
` [Stable-10.1.3 30/76] target/microblaze: div: Break out raise_divzero()
` [Stable-10.1.3 31/76] target/microblaze: Handle signed division overflows
` [Stable-10.1.3 33/76] target/s390x: Fix missing clock-comparator interrupts after reset
` [Stable-10.1.3 34/76] target/s390x: Use address generation for register branch targets
` [Stable-10.1.3 35/76] tests/tcg/s390x: Test SET CLOCK COMPARATOR
` [Stable-10.1.3 37/76] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
` [Stable-10.1.3 39/76] vhost-user: fix shared object lookup handler logic
` [Stable-10.1.3 44/76] qemu-img rebase: don't exceed IO_BUF_SIZE in one operation
` [Stable-10.1.3 45/76] tests/qemu-iotest: fix iotest 024 with qed images
` [Stable-10.1.3 47/76] qio: Unwatch before notify in QIONetListener
` [Stable-10.1.3 48/76] qio: Remember context of qio_net_listener_set_client_func_full
` [Stable-10.1.3 49/76] qio: Protect NetListener callback with mutex
` [Stable-10.1.3 50/76] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [Stable-10.1.3 51/76] hw/net/e1000e_core: Correct rx oversize packet checks
` [Stable-10.1.3 55/76] hw/display/xlnx_dp: Don't abort for unsupported graphics formats
` [Stable-10.1.3 56/76] hw/misc/npcm_clk: Don't divide by zero when calculating frequency
` [Stable-10.1.3 57/76] tests: move test_xen assets to share.linaro.org
` [Stable-10.1.3 60/76] tests: move test_kvm_xen "
` [Stable-10.1.3 61/76] tests: move test_kvm "
` [Stable-10.1.3 62/76] tests: move test_virt_gpu "
` [Stable-10.1.3 63/76] rbd: Run co BH CB in the coroutine’s AioContext
` [Stable-10.1.3 64/76] nfs: "
` [Stable-10.1.3 65/76] curl: Fix coroutine waking
` [Stable-10.1.3 66/76] nvme: Kick and check completions in BDS context
` [Stable-10.1.3 67/76] nvme: Fix coroutine waking
` [Stable-10.1.3 70/76] tests/functional: handle URLError when fetching assets
` [Stable-10.1.3 76/76] target/i386: fix stack size when delivering real mode interrupts

[PATCH 00/14] Error message improvements
 2025-11-21 17:45 UTC  (5+ messages)
` [PATCH 09/14] error: Use error_setg_file_open() for simplicity and consistency

[PATCH v11 00/28] WHPX support for Arm
 2025-11-21 11:40 UTC  (33+ messages)
` [PATCH v11 01/28] target/arm/kvm: add constants for new PSCI versions
` [PATCH v11 02/28] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v11 03/28] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v11 04/28] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v11 05/28] tests: data: update AArch64 ACPI tables
` [PATCH v11 06/28] whpx: Move around files before introducing AArch64 support
` [PATCH v11 07/28] whpx: reshuffle common code
` [PATCH v11 08/28] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v11 09/28] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v11 10/28] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v11 11/28] whpx: switch irqchip in kernel to a bool outside the struct
` [PATCH v11 12/28] whpx: interrupt controller support
` [PATCH v11 13/28] whpx: add arm64 support
` [PATCH v11 14/28] whpx: change memory management logic
` [PATCH v11 15/28] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v11 16/28] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v11 17/28] hw: arm: virt: rework MSI-X configuration
` [PATCH v11 18/28] hw: arm: virt-acpi-build: add hack
` [PATCH v11 19/28] docs: arm: update virt machine model description
` [PATCH v11 20/28] whpx: arm64: clamp down IPA size
` [PATCH v11 21/28] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v11 22/28] whpx: arm64: implement -cpu host
` [PATCH v11 23/28] target/arm: whpx: instantiate GIC early
` [PATCH v11 24/28] whpx: arm64: gicv3: add migration blocker
` [PATCH v11 25/28] whpx: enable arm64 builds
` [PATCH v11 26/28] whpx: apic: use non-deprecated APIs to control interrupt controller state
` [PATCH v11 27/28] whpx: arm64: check for physical address width after WHPX availability
` [PATCH v11 28/28] whpx: arm64: add partition-wide reset on the reboot path

[PATCH v1 0/1] (RESEND) Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug
 2025-11-21 22:20 UTC  (5+ messages)
` [PATCH v1 1/1] hw/pci-host/aspeed_pcie: "
  ` [SPAM] "

[PATCH v2 00/15] Error message improvements
 2025-11-21 12:14 UTC  (11+ messages)
` [PATCH v2 01/15] error: Strip trailing '\n' from error string arguments (again)
` [PATCH v2 02/15] hw/usb: Convert to qemu_create() for a better error message
` [PATCH v2 03/15] ui: Convert to qemu_create() for simplicity and consistency
` [PATCH v2 04/15] tap-solaris: Use error_setg_file_open() for better error messages
` [PATCH v2 05/15] qga: "
` [PATCH v2 07/15] hw/virtio: Use error_setg_file_open() for a better error message
` [PATCH v2 11/15] net/slirp: Improve file open "
` [PATCH v2 12/15] error: Use error_setg_errno() to improve error messages
` [PATCH v2 13/15] error: Use error_setg_errno() for simplicity and consistency
` [PATCH v2 15/15] block/file-win32: Improve an error message

[PATCH] qtest: Allow and ignore blank lines in input
 2025-11-21 18:38 UTC  (2+ messages)

[PATCH 0/7] riscv: implement Ssqosid extension and CBQRI controllers
 2025-11-21 18:57 UTC  (4+ messages)
` [PATCH 3/7] hw/riscv: implement CBQRI capacity controller

[PULL 0/3] Trivial patches for 2025-11-21
 2025-11-21 12:54 UTC  (2+ messages)
` [PULL 1/3] qga: use access(2) to check for command existance instead of questionable stat(2)

[PATCH 0/4] igvm: rework igvm file loading + processing, fix reset
 2025-11-21 13:48 UTC  (9+ messages)
` [PATCH 1/4] igvm: make igvm-cfg object resetable
` [PATCH 2/4] igvm: move file load to complete callback
` [PATCH 3/4] igvm: add trace point for igvm file loading and processing
` [PATCH 4/4] igvm: move igvm file processing to reset callbacks

[PATCH] hw/9pfs: Follow native symlinks when security-model=mapped
 2025-11-21 18:32 UTC  (3+ messages)

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-21 18:44 UTC  (19+ messages)
` [PATCH v6 08/33] hw/pci/pci: Add optional supports_address_space() callback
` [PATCH v6 17/33] hw/arm/smmuv3: Add support for providing a direct MSI doorbell GPA
` [PATCH v6 27/33] hw/arm/smmuv3-accel: Add a property to specify RIL support
` [PATCH v6 33/33] hw/arm/smmuv3-accel: Add support for PASID enable

[PATCH 0/3] amd_iommu: Support Generation of IOMMU XT interrupts
 2025-11-21 16:36 UTC  (7+ messages)
` [PATCH 1/3] amd_iommu: Use switch case to determine mmio register name

[PATCH 0/4] target/ppc: Use probe_access
 2025-11-21 13:33 UTC  (3+ messages)
` [PATCH 1/4] target/ppc: Use probe_access for LSW, STSW

[RFC PATCH] plugins: shorten aggressively long name
 2025-11-21 13:03 UTC 

[PATCH v3] monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race
 2025-11-22  1:46 UTC 

[PATCH 0/4] tests/migration-test: Introduce mem_type
 2025-11-21 17:50 UTC  (4+ messages)
` [PATCH 2/4] tests/migration-test: Merge shmem_opts into memory_backend

[PULL 0/9] Staging patches
 2025-11-22  0:26 UTC  (8+ messages)
` [PULL 3/9] migration: Plug memory leaks after migrate_set_error()
` [PULL 4/9] migration: Use warn_reportf_err() where appropriate
` [PULL 5/9] migration/postcopy-ram: Improve error reporting after loadvm failure
` [PULL 6/9] tests/migration-test: Introduce MemType
` [PULL 7/9] tests/migration-test: Merge shmem_opts into memory_backend
` [PULL 8/9] tests/migration-test: Add MEM_TYPE_SHMEM
` [PULL 9/9] tests/migration-test: Use MEM_TYPE_MEMFD for memory_backend

RiscV CLIC support
 2025-11-21 13:22 UTC 

[PATCH for-11.0] arm: add DCZID_EL0 to idregs array
 2025-11-21 14:47 UTC  (3+ messages)

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-11-21 13:13 UTC  (5+ messages)
` [RFC v3 05/21] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
` [RFC v3 06/21] hw/arm/smmuv3: Thread SEC_SID through helper APIs

[PATCH] migration: cpr socket permissions fix
 2025-11-21 16:07 UTC  (2+ messages)

[PATCH] machine: Provide a description for aux-ram-share property
 2025-11-21 18:29 UTC  (2+ messages)

[PATCH 0/3] migration: Error fixes and improvements
 2025-11-21 12:38 UTC  (7+ messages)

[PATCH 00/22] python: drop qemu.qmp from qemu.git tree
 2025-11-21 10:24 UTC  (3+ messages)
` [PATCH 13/22] mtest2make: cleanup mtest-suites variables

[PATCH v2 0/4] trace: add Rust DTrace/SystemTap SDT support
 2025-11-21 10:02 UTC  (2+ messages)

[PATCH 0/5] i386: Add support for CPUID 0x80000026 and Bus Lock Detect
 2025-11-21  8:34 UTC  (6+ messages)
` [PATCH 1/5] i386: Implement CPUID 0x80000026
` [PATCH 2/5] i386: Add CPU property x-force-cpuid-0x80000026
` [PATCH 3/5] i386: Enable CPUID 80000026 for EPYC-Genoa/Turin vCPU
` [PATCH 4/5] i386: Add Bus Lock Detect support
` [PATCH 5/5] i386: Add Bus Lock Detect support for EPYC-Turin-v2 model

[PATCH v2] Fix the typo of vfio-pci device's enable-migration option
 2025-11-21  9:43 UTC 

[PULL 00/10] Fixes for QEMU v10.2rc2
 2025-11-21  9:38 UTC  (3+ messages)
` [PULL 03/10] tests/functional/x86_64/test_virtio_gpu: Fix various issues reported by pylint
` [PULL 04/10] tests/functional/x86_64/test_reverse_debug: Silence pylint warning

[PULL 0/8] block-job patches 2025-04-29
 2025-11-21  9:39 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).