messages from 2025-08-27 15:18:04 to 2025-08-28 09:18:45 UTC [more...]
[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-08-28 9:17 UTC (29+ messages)
` [PATCH v5 02/21] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v5 07/21] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
` [PATCH v5 12/21] intel_iommu: Handle PASID entry addition
` [PATCH v5 13/21] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET
` [PATCH v5 14/21] intel_iommu: Stick to system MR for IOMMUFD backed host device when x-fls=on
` [PATCH v5 15/21] intel_iommu: Bind/unbind guest page table to host
` [PATCH v5 20/21] Workaround for ERRATA_772415_SPR17
[PATCH] block/curl: fix curl internal handles handling
2025-08-28 9:05 UTC (2+ messages)
[PATCH] hw/char/max78000_uart: Destroy FIFO on deinit
2025-08-28 8:50 UTC (2+ messages)
[PATCH] hw/gpio/pca9554: Avoid leak in pca9554_set_pin()
2025-08-28 8:49 UTC (2+ messages)
[PATCH v6 00/19] hw/i386: separate isapc out from pc_piix
2025-08-28 8:41 UTC (5+ messages)
` [PATCH v6 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
[PATCH v5 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
2025-08-28 8:34 UTC (3+ messages)
` [PATCH v5 08/11] hw/loongarch: Implement avec set irq
[RFC PATCH] hw/virtio: rename vhost-user-device and make user creatable
2025-08-28 8:31 UTC (2+ messages)
[PATCH for-10.2 v9 0/6] target/arm: Add FEAT_MEC to max cpu
2025-08-28 8:27 UTC (6+ messages)
` [PATCH v9 2/6] tests/functional/test_aarch64_rme: update image
[PATCH] linux-user: Tidy print_socket_protocol
2025-08-28 8:24 UTC (2+ messages)
[PATCH v12 00/27] migration: propagate vTPM errors using Error objects
2025-08-28 8:21 UTC (5+ messages)
` [PATCH v12 02/27] migration: push Error **errp into vmstate_load_state()
[PATCH] [xen-block] Return BLKIF_RSP_EOPNOTSUPP for unknown operation
2025-08-28 7:39 UTC (2+ messages)
[PATCH v4 000/163] tcg: Convert to TCGOutOp structures
2025-08-28 7:37 UTC (3+ messages)
` [PATCH v4 101/163] tcg: Convert deposit to TCGOutOpDeposit
[PATCH v2 0/5] NVMe: Add SPDM over the storage transport support
2025-08-28 7:25 UTC (6+ messages)
` [PATCH v2 1/5] spdm-socket: add seperate send/recv functions
` [PATCH v2 2/5] spdm: add spdm storage transport virtual header
` [PATCH v2 3/5] hw/nvme: add NVMe Admin Security SPDM support
` [PATCH v2 4/5] spdm: define SPDM transport enum types
` [PATCH v2 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv
[PATCH 00/22] rust: split qemu-api
2025-08-28 7:14 UTC (6+ messages)
` [PATCH 04/22] rust: make build.rs generic over various ./rust/projects
` [PATCH 06/22] rust: split "util" crate
[PATCH] linux-user: do not print IP socket options by default
2025-08-28 6:11 UTC (3+ messages)
Failure for ./tests/functional/arm/test_realview.py
2025-08-28 6:09 UTC (2+ messages)
[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
2025-08-28 5:33 UTC (2+ messages)
[PULL 00/46] linux-user patch queue
2025-08-28 2:47 UTC (48+ messages)
` [PULL 01/46] semihosting: Retrieve stack top from image_info
` [PULL 02/46] semihosting: Initialize heap once per process
` [PULL 03/46] linux-user: Create target/elfload.c files
` [PULL 04/46] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PULL 05/46] linux-user: Move get_elf_cpu_model to target/elfload.c
` [PULL 06/46] linux-user: Move get_elf_hwcap to {i386, x86_64}/elfload.c
` [PULL 07/46] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
` [PULL 08/46] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PULL 09/46] linux-user: Move hwcap functions to ppc/elfload.c
` [PULL 10/46] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PULL 11/46] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PULL 12/46] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PULL 13/46] linux-user: Move hwcap functions to s390x/elfload.c
` [PULL 14/46] linux-user: Move get_elf_hwcap to riscv/elfload.c
` [PULL 15/46] linux-user: Remove ELF_HWCAP
` [PULL 16/46] linux-user: Remove ELF_HWCAP2
` [PULL 17/46] linux-user: Move get_elf_platform to {i386, x86_64}/elfload.c
` [PULL 18/46] linux-user/i386: Return const data from get_elf_platform
` [PULL 19/46] linux-user: Move get_elf_platform to arm/elfload.c
` [PULL 20/46] linux-user/loongarch64: Create get_elf_platform
` [PULL 21/46] linux-user/hppa: "
` [PULL 22/46] linux-user: Remove ELF_PLATFORM
` [PULL 23/46] linux-user: Move get_elf_base_platform to mips/elfload.c
` [PULL 24/46] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PULL 25/46] linux-user: Create do_init_main_thread
` [PULL 26/46] linux-user/i386: Create init_main_thread
` [PULL 27/46] linux-user/arm: "
` [PULL 28/46] linux-user/arm: Remove a.out startup remenents
` [PULL 29/46] linux-user/aarch64: Create init_main_thread
` [PULL 30/46] linux-user/sparc: "
` [PULL 31/46] linux-user/ppc: "
` [PULL 32/46] linux-user/loongarch64: "
` [PULL 33/46] linux-user/mips: "
` [PULL 34/46] linux-user/microblaze: "
` [PULL 35/46] linux-user/openrisc: "
` [PULL 36/46] linux-user/sh4: "
` [PULL 37/46] linux-user/m68k: "
` [PULL 38/46] linux-user/alpha: "
` [PULL 39/46] linux-user/s390x: "
` [PULL 40/46] linux-user/riscv: "
` [PULL 41/46] linux-user/hppa: "
` [PULL 42/46] linux-user/xtensa: "
` [PULL 43/46] linux-user/hexagon: "
` [PULL 44/46] linux-user: Remove do_init_main_thread
` [PULL 45/46] linux-user: Add strace for rseq
` [PULL 46/46] linux-user: do not print IP socket options by default
[PATCH v4 00/19] target/loongarch: Enhancement about tcg mmu
2025-08-28 2:38 UTC (3+ messages)
` [PATCH v4 03/19] target/loongarch: Set page size in TLB entry with STLB
[PATCH v5 00/13] virtio: introduce support for GSO over UDP tunnel
2025-08-28 1:47 UTC (2+ messages)
[PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
2025-08-28 1:23 UTC (2+ messages)
[PATCH] pcie_sriov: Fix broken MMIO accesses from SR-IOV VFs
2025-08-28 1:21 UTC (2+ messages)
[PATCH v8 0/2] Fix check-qtest-ppc64 sanitizer errors
2025-08-28 1:07 UTC (10+ messages)
` [PATCH v8 2/2] memory: Do not create circular reference with subregion
[PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
2025-08-28 0:57 UTC (4+ messages)
[PATCH RFC 0/9] migration: Threadify loadvm process
2025-08-27 23:51 UTC (11+ messages)
` [PATCH RFC 1/9] migration/vfio: Remove BQL implication in vfio_multifd_switchover_start()
` [PATCH RFC 2/9] migration/rdma: Fix wrong context in qio_channel_rdma_shutdown()
` [PATCH RFC 3/9] migration/rdma: Allow qemu_rdma_wait_comp_channel work with thread
` [PATCH RFC 4/9] migration/rdma: Change io_create_watch() to return immediately
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process
` [PATCH RFC 6/9] migration/rdma: Remove coroutine path in qemu_rdma_wait_comp_channel
` [PATCH RFC 7/9] migration/postcopy: Remove workaround on wait preempt channel
` [PATCH RFC 8/9] migration/ram: Remove workaround on ram yield during load
` [PATCH RFC 9/9] migration/rdma: Remove rdma_cm_poll_handler
[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-08-27 23:14 UTC (24+ messages)
` [PATCH v5 03/29] crypto/x509-utils: Add helper functions for certificate store
` [PATCH v5 04/29] hw/s390x/ipl: Create "
` [PATCH v5 07/29] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v5 08/29] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2
` [PATCH v5 11/29] crypto/x509-utils: Add helper functions for DIAG 508 subcode 1
` [PATCH v5 12/29] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v5 15/29] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v5 16/29] hw/s390x/ipl: Set iplb->len to maximum length of "
[PULL 00/14] QEMU patches for 2025-08-27
2025-08-27 22:50 UTC (16+ messages)
` [PULL 01/14] target/i386: Add support for save/load of exception error code
` [PULL 02/14] scripts/minikconf.py: fix invalid attribute access
` [PULL 03/14] scripts/minikconf.py: s/Error/KconfigParserError
` [PULL 04/14] python: mkvenv: fix messages printed by mkvenv
` [PULL 05/14] MAINTAINERS: add a few more files to "Top Level Makefile and configure"
` [PULL 06/14] x86/loader: Don't update kernel header for CoCo VMs
` [PULL 07/14] i386/tcg/svm: fix incorrect canonicalization
` [PULL 08/14] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
` [PULL 09/14] rust: disable borrow_as_ptr warning
` [PULL 10/14] rust: qemu-api-macros: support matching more than one error
` [PULL 11/14] subprojects: update proc-macro2 and syn
` [PULL 12/14] rust/qemu-api-macros: make derive(Object) friendly when missing parent
` [PULL 13/14] rust: declare self as qemu_api for proc-macros
` [PULL 14/14] rust: move dependencies to rust/Cargo.toml
[PATCH v3 0/4] Introduce a battery, AC adapter, and lid button
2025-08-27 22:00 UTC (5+ messages)
` [PATCH v3 1/4] hw/acpi: Support extended GPE handling for additional ACPI devices
` [PATCH v3 2/4] hw/acpi: Introduce the QEMU Battery
` [PATCH v3 3/4] hw/acpi: Introduce the QEMU AC adapter
` [PATCH v3 4/4] hw/acpi: Introduce the QEMU lid button
[PATCH v2] MAINTAINERS: add a few more files to "Top Level Makefile and configure"
2025-08-27 21:26 UTC (2+ messages)
[PATCH] linux-user: Add strace for rseq
2025-08-27 21:18 UTC (2+ messages)
[PATCH] Adding termios2 support
2025-08-27 21:11 UTC (2+ messages)
[PATCH] target/riscv: use riscv_csrr in riscv_csr_read
2025-08-27 20:36 UTC
[PULL 00/31] First pull request with functional tests patches for QEMU 10.2
2025-08-27 20:26 UTC (2+ messages)
[RFC PATCH 00/14] tracetool: add Rust support
2025-08-27 19:15 UTC (9+ messages)
` [PATCH 02/14] rust: move dependencies to rust/Cargo.toml
` [PATCH 03/14] trace/ftrace: move snprintf+write from tracepoints to ftrace.c
` [PATCH 04/14] tracetool: add CHECK_TRACE_EVENT_GET_STATE
` [PATCH 05/14] tracetool/backend: remove redundant trace event checks
[PATCH] hw/vfio-user: add x-pci-class-code
2025-08-27 19:08 UTC
[RFC V2 0/8] Live update: tap and vhost
2025-08-27 18:38 UTC (4+ messages)
` [RFC V2 3/8] vhost: reset vhost devices for cpr
[PATCH] dump: enhance win_dump_available to report properly
2025-08-27 18:14 UTC (2+ messages)
[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
2025-08-27 17:39 UTC (4+ messages)
` [PATCH v3 10/26] accel/mshv: Add vCPU creation and execution loop
[Stable-7.2.20 00/18] Patch Round-up for stable 7.2.20, freeze on 2025-09-06
2025-08-27 17:03 UTC (19+ messages)
` [Stable-7.2.20 01/18] hw/display/qxl-render.c: fix qxl_unpack_chunks() chunk size calculation
` [Stable-7.2.20 02/18] target/i386: fix width of third operand of VINSERTx128
` [Stable-7.2.20 03/18] target/arm/sme: Reorg SME access handling in handle_msr_i()
` [Stable-7.2.20 04/18] target/arm/sme: Rebuild hflags in set_pstate() helpers
` [Stable-7.2.20 05/18] target/arm/sme: Introduce aarch64_set_svcr()
` [Stable-7.2.20 06/18] target/arm/sme: Reset SVE state in aarch64_set_svcr()
` [Stable-7.2.20 07/18] target/arm/sme: Reset ZA "
` [Stable-7.2.20 08/18] target/arm/sme: Rebuild hflags "
` [Stable-7.2.20 09/18] target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()
` [Stable-7.2.20 10/18] linux-user/aarch64: Support TPIDR2_MAGIC signal frame record
` [Stable-7.2.20 11/18] target/mips: Only update MVPControl.EVP bit if executed by master VPE
` [Stable-7.2.20 12/18] hw/net/cadence_gem: fix register mask initialization
` [Stable-7.2.20 13/18] hw/intc/arm_gicv3_kvm: Write all 1's to clear enable/active
` [Stable-7.2.20 14/18] target/arm: Fix big-endian handling of NEON gdb remote debugging
` [Stable-7.2.20 15/18] target/arm: Fix handling of setting SVE registers from gdb
` [Stable-7.2.20 16/18] hw/ssi/aspeed_smc: Fix incorrect FMC_WDT2 register read on AST1030
` [Stable-7.2.20 17/18] qemu-iotests: Ignore indentation in Killed messages
` [Stable-7.2.20 18/18] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
[RFC 0/6] virtio-net: initial iterative live migration support
2025-08-27 16:55 UTC (19+ messages)
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
` [RFC 5/6] virtio,virtio-net: "
[PATCH 0/1] Support per-head resolutions with virtio-gpu
2025-08-27 16:43 UTC (5+ messages)
` [PATCH 1/1] hw/display: "
[ANNOUNCE] QEMU 10.1.0 is now available
2025-08-27 15:45 UTC (4+ messages)
[PATCH V1] hw/input/ps2: Enqueue keycodes atomically for PS/2 keyboard
2025-08-27 11:04 UTC
[Stable-10.0.4 00/59] Patch Round-up for stable 10.0.4, freeze on 2025-09-06
2025-08-27 15:03 UTC (24+ messages)
` [Stable-10.0.4 06/59] docs/user: clarify user-mode expects the same OS
` [Stable-10.0.4 18/59] target/loongarch: Fix valid virtual address checking
` [Stable-10.0.4 20/59] vhost: Do not abort on log-start error
` [Stable-10.0.4 21/59] vhost: Do not abort on log-stop error
` [Stable-10.0.4 24/59] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
` [Stable-10.0.4 27/59] target/arm: Fix big-endian handling of NEON gdb remote debugging
` [Stable-10.0.4 30/59] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
` [Stable-10.0.4 31/59] scripts/make-release: Go back to cloning all the EDK2 submodules
` [Stable-10.0.4 32/59] qga: correctly write to /sys/power/state on linux
` [Stable-10.0.4 33/59] Revert "i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]"
` [Stable-10.0.4 36/59] i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
` [Stable-10.0.4 37/59] target/i386/cpu: Move addressable ID encoding out of compat property in CPUID[0x1]
` [Stable-10.0.4 39/59] ppc/xive: Report access size in XIVE TM operation error logs
` [Stable-10.0.4 40/59] ppc/xive2: Fix calculation of END queue sizes
` [Stable-10.0.4 41/59] ppc/xive2: Remote VSDs need to match on forwarding address
` [Stable-10.0.4 42/59] ppc/xive2: fix context push calculation of IPB priority
` [Stable-10.0.4 43/59] ppc/xive: Fix PHYS NSR ring matching
` [Stable-10.0.4 49/59] hw/nvme: fix namespace attachment
` [Stable-10.0.4 51/59] hw/nvme: cap MDTS value for internal limitation
` [Stable-10.0.4 54/59] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
` [Stable-10.0.4 55/59] mkvenv: Support pip 25.2
` [Stable-10.0.4 56/59] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
` [Stable-10.0.4 57/59] hw/uefi: return success for notifications
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;
as well as URLs for NNTP newsgroup(s).