messages from 2025-09-12 13:51:40 to 2025-09-15 06:45:58 UTC [more...]
[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-09-15 6:44 UTC (7+ messages)
` [PATCH v5 01/29] Add boot-certs to s390-ccw-virtio machine type option
[PATCH v4 00/10] virtio-console: notify about the terminal size
2025-09-15 6:35 UTC (10+ messages)
` [PATCH v4 07/10] qmp: add chardev-resize command
` [PATCH v4 08/10] virtio-serial-bus: add terminal resize messages
[RFC 0/6] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
2025-09-15 6:33 UTC (16+ messages)
` [RFC 3/6] virtio-gpu-udmabuf: Create dmabuf for blobs associated with VFIO devices
` [RFC 4/6] virtio-gpu: Don't rely on res->blob to identify blob resources
` [RFC 5/6] virtio-gpu: Recreate the resource's dmabuf if new backing is attached
` [RFC 6/6] virtio-gpu: Find the host addr given gpa associated with a ram device
[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
2025-09-15 5:43 UTC (4+ messages)
` [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
[PATCH v8 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
2025-09-15 5:06 UTC (2+ messages)
[PATCH v3 0/4] Fix RISC-V timer migration issues
2025-09-15 4:25 UTC (10+ messages)
` [PATCH v3 1/4] hw/intc: Save time_delta in RISC-V mtimer VMState
` [PATCH v3 2/4] migration: Add support for a variable-length array of UINT32 pointers
` [PATCH v3 3/4] hw/intc: Save timers array in RISC-V mtimer VMState
` [PATCH v3 4/4] target/riscv: Save stimer and vstimer in CPU vmstate
[PATCH 0/4] Fix SiFive UART character drop issue and minor refactors
2025-09-15 4:07 UTC (10+ messages)
` [PATCH 1/4] hw/char: sifive_uart: Raise IRQ according to the Tx/Rx watermark thresholds
` [PATCH 2/4] hw/char: sifive_uart: Avoid pushing Tx FIFO when size is zero
` [PATCH 3/4] hw/char: sifive_uart: Remove outdated comment about Tx FIFO
` [PATCH 4/4] hw/char: sifive_uart: Add newline to error message
[PATCH for-10.1 0/1] roms/opensbi: Update to v1.7
2025-09-15 3:27 UTC (4+ messages)
` [PATCH for-10.1 1/1] "
[PATCH 0/3] riscv: add all available CSRs to 'info registers'
2025-09-15 3:22 UTC (7+ messages)
` [PATCH 1/3] target/riscv/cpu: add riscv_dump_csr() helper
` [PATCH 2/3] target/riscv/cpu: print all FPU CSRs in riscv_cpu_dump_state()
` [PATCH 3/3] target/riscv: print all available "
[PATCH] target/riscv: implement MonitorDef HMP API
2025-09-15 3:05 UTC (3+ messages)
[PATCH] linux-user/syscall.c: sync RISC-V hwprobe with Linux
2025-09-15 2:46 UTC (3+ messages)
[PATCH] intc/aia: fix the read of in_clrip register
2025-09-15 2:12 UTC (2+ messages)
[PATCH] docs/interop/firmware: Add riscv64 to FirmwareArchitecture
2025-09-15 2:01 UTC (2+ messages)
[PATCH] hw/riscv/riscv-iommu: Fix MSI table size limit
2025-09-15 1:54 UTC (2+ messages)
[PATCH v2] aplic: fix mask for smsiaddrcfgh
2025-09-15 1:51 UTC (2+ messages)
[PATCH] hw/mips/fuloong2e: Fix vt82c686b idsel
2025-09-14 18:55 UTC
[PATCH v4 0/6] sd: Add RPMB emulation to eMMC model
2025-09-14 12:46 UTC (7+ messages)
` [PATCH v4 1/6] hw/sd/sdcard: Fix size check for backing block image
` [PATCH v4 2/6] hw/sd/sdcard: Allow user-instantiated eMMC
` [PATCH v4 3/6] hw/sd/sdcard: Add basic support for RPMB partition
` [PATCH v4 4/6] hw/sd/sdcard: Handle RPMB MAC field
` [PATCH v4 5/6] scripts: Add helper script to generate eMMC block device images
` [PATCH v4 6/6] docs: Add eMMC device model description
[PATCH v3 0/6] sd: Add RPMB emulation to eMMC model
2025-09-14 12:23 UTC (4+ messages)
` [PATCH v3 6/6] docs: Add eMMC device model description
[PATCH 0/8] sd: Add RPMB emulation to eMMC model
2025-09-14 12:23 UTC (4+ messages)
` [PATCH 8/8] scripts: Add helper script to generate eMMC block device images
[PATCH trivial] ui/gtk: Fix callback function signature
2025-09-14 10:29 UTC (3+ messages)
[PATCH 00/22] Fix memory region leaks and use-after-finalization
2025-09-14 9:06 UTC (8+ messages)
` [PATCH 02/22] vfio/pci: Do not unparent in instance_finalize()
[PATCH] .gitmodules: move u-boot mirrors to qemu-project-mirrors
2025-09-13 10:41 UTC (2+ messages)
[PULL 00/61] CPU, Rust, x86 changes for 2025-09-13
2025-09-13 9:37 UTC (63+ messages)
` [PULL 01/61] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PULL 02/61] target/sparc: limit cpu_check_irqs "
` [PULL 03/61] target/i386: limit a20 "
` [PULL 04/61] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PULL 05/61] user-exec: remove cpu_interrupt() stub
` [PULL 06/61] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PULL 07/61] cpu-common: use atomic access for interrupt_request
` [PULL 08/61] cpus: document that qemu_cpu_kick() can be used for BQL-less operation
` [PULL 09/61] accel: use store_release/load_acquire for cross-thread exit_request
` [PULL 10/61] accel: use atomic accesses for exit_request
` [PULL 11/61] accel/tcg: create a thread-kick function for TCG
` [PULL 12/61] accel/tcg: inline cpu_exit()
` [PULL 13/61] cpus: remove TCG-ism from cpu_exit()
` [PULL 14/61] cpus: properly kick CPUs out of inner execution loop
` [PULL 15/61] treewide: rename qemu_wait_io_event/qemu_wait_io_event_common
` [PULL 16/61] bsd-user, linux-user: introduce qemu_process_cpu_events
` [PULL 17/61] cpus: clear exit_request in qemu_process_cpu_events
` [PULL 18/61] accel: make all calls to qemu_process_cpu_events look the same
` [PULL 19/61] tcg/user: do not set exit_request gratuitously
` [PULL 20/61] ci: temporarily remove rust from Ubuntu
` [PULL 21/61] configure: bump Meson to 1.9.0 for use with Rust
` [PULL 22/61] meson, cargo: require Rust 1.83.0
` [PULL 23/61] rust: add missing const markers for MSRV==1.83.0
` [PULL 24/61] rust: use inline const expressions
` [PULL 25/61] rust: add qdev Device derive macro
` [PULL 26/61] rust: vmstate: convert to use builder pattern
` [PULL 27/61] rust: vmstate: use const_refs_to_static
` [PULL 28/61] rust: qdev: const_refs_to_static
` [PULL 29/61] docs/rust: update msrv
` [PULL 30/61] rust: remove unused global qemu "allocator"
` [PULL 31/61] rust: add workspace authors
` [PULL 32/61] rust: move vmstate_clock!() to qdev module
` [PULL 33/61] rust: move VMState handling to QOM module
` [PULL 34/61] rust: move Cell vmstate impl
` [PULL 35/61] rust: split Rust-only "common" crate
` [PULL 36/61] rust: make build.rs generic over various ./rust/projects
` [PULL 37/61] rust: split "util" crate
` [PULL 38/61] rust: split "migration" crate
` [PULL 39/61] rust: split "bql" crate
` [PULL 40/61] rust: split "qom" crate
` [PULL 41/61] rust: split "chardev" crate
` [PULL 42/61] rust: split "system" crate
` [PULL 43/61] rust: split "hwcore" crate
` [PULL 44/61] rust: rename qemu_api_macros -> qemu_macros
` [PULL 45/61] rust/hpet: drop now unneeded qemu_api dep
` [PULL 46/61] rust/pl011: drop dependency on qemu_api
` [PULL 47/61] rust: repurpose qemu_api -> tests
` [PULL 48/61] rust: re-export qemu_macros internal helper in "bits"
` [PULL 49/61] rust: re-export qemu macros from common/qom/hwcore
` [PULL 50/61] docs: update rust.rst
` [PULL 51/61] rust: meson: remove unnecessary complication in device crates
` [PULL 52/61] rust: do not inline do_init_io
` [PULL 53/61] hpet: guard IRQ handling with BQL
` [PULL 54/61] i386/cpu: Enable SMM cpu address space under KVM
` [PULL 55/61] target/i386: Define enum X86ASIdx for x86's address spaces
` [PULL 56/61] multiboot: Fix the split lock
` [PULL 57/61] i386/kvm: Get X86MachineState in kvm_arch_init() without the cast check
` [PULL 58/61] i386/kvm: Drop KVM_CAP_X86_SMM check in kvm_arch_init()
` [PULL 59/61] accel/kvm: Switch to check KVM_CAP_GUEST_MEMFD and KVM_CAP_USER_MEMORY2 on VM
` [PULL 60/61] accel/kvm: Zero out mem explicitly in kvm_set_user_memory_region()
` [PULL 61/61] accel/kvm: Set guest_memfd_offset to non-zero value only when guest_memfd is valid
[PATCH v8 0/2] Generate strided vector loads/stores with tcg nodes
2025-09-13 9:17 UTC (3+ messages)
` [PATCH v8 1/2] target/riscv: Use tcg nodes for strided vector ld/st generation
` [PATCH v8 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction
target/riscv/pmu.c:216:riscv_pmu_icount_update_priv: assertion failed: (newpriv <= PRV_S)
2025-09-13 6:27 UTC (2+ messages)
[PATCH v2 0/3] kvm: guest_memfd enhancement and fix for KVM_SET_USER_MEMORY_REGION2
2025-09-13 4:35 UTC (2+ messages)
[PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
2025-09-13 4:32 UTC (2+ messages)
[PATCH] multiboot: Fix the split lock
2025-09-13 4:32 UTC (2+ messages)
[PATCH V3] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
2025-09-13 4:12 UTC
when to use MemoryRegionCache vs direct address space read/write vs address_space_map?
2025-09-13 3:52 UTC (2+ messages)
seabios-hppa: is it acpi-aware?
2025-09-12 21:12 UTC (4+ messages)
[PATCH 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
2025-09-12 17:43 UTC (4+ messages)
` [PATCH 1/5] hw/gpio: Add property for ASPEED GPIO in 32 bits basis
Some iotests are failing with -luks
2025-09-12 18:35 UTC (7+ messages)
[PATCH 0/6] tests/functional: remove last use of avocado.utils
2025-09-12 18:22 UTC (7+ messages)
` [PATCH 1/6] tests/functional: import GDB remote code from avocado
` [PATCH 2/6] tests/functional: convert reverse debug test to local gdb module
` [PATCH 3/6] tests/functional: replace avocado process with subprocess
` [PATCH 4/6] tests/functional: drop datadrainer class in reverse debugging
` [PATCH 5/6] tests/functional: close GDB socket in reverse debugging test
` [PATCH 6/6] tests/functional: use self.log for all logging
[PATCH v5 00/47] AMD Versal Gen 2 support
2025-09-12 17:31 UTC (9+ messages)
` [PATCH v5 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v5 02/47] hw/arm/xlnx-versal: prepare for FDT creation
` [PATCH v5 03/47] hw/arm/xlnx-versal: uart: refactor creation
` [PATCH v5 04/47] hw/arm/xlnx-versal: canfd: "
[PATCH v2 0/8] io: deal with blocking/non-blocking fds
2025-09-12 17:11 UTC (17+ messages)
` [PATCH v2 1/8] char-socket: tcp_chr_recv(): drop extra _set_(block, cloexec)
` [PATCH v2 1/8] char-socket: tcp_chr_recv(): drop extra _set_(block,cloexec)
` [PATCH v2 2/8] char-socket: tcp_chr_recv(): add comment
` [PATCH v2 3/8] util: add qemu_set_blocking() function
` [PATCH v2 4/8] util: drop qemu_socket_set_nonblock()
` [PATCH v2 5/8] util: drop qemu_socket_try_set_nonblock()
` [PATCH v2 6/8] io/channel-socket: rework qio_channel_socket_copy_fds()
` [PATCH v2 7/8] util: drop qemu_socket_set_block()
` [PATCH v2 8/8] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
[PATCH v4 0/9] Add IBM PPE42 CPU support
2025-09-12 16:47 UTC (10+ messages)
` [PATCH v4 1/9] target/ppc: IBM PPE42 general regs and flags
` [PATCH v4 2/9] target/ppc: Add IBM PPE42 family of processors
` [PATCH v4 3/9] target/ppc: IBM PPE42 exception flags and regs
` [PATCH v4 4/9] target/ppc: Add IBM PPE42 exception model
` [PATCH v4 5/9] target/ppc: Support for IBM PPE42 MMU
` [PATCH v4 6/9] target/ppc: Add IBM PPE42 special instructions
` [PATCH v4 7/9] hw/ppc: Support for an IBM PPE42 CPU decrementer
` [PATCH v4 8/9] hw/ppc: Add a test machine for the IBM PPE42 CPU
` [PATCH v4 9/9] tests/functional: Add test for IBM PPE42 instructions
[PATCH v2 0/5] tests/functional: Adapt reverse_debugging to run w/o Avocado
2025-09-12 16:50 UTC (7+ messages)
[PATCH v4 0/2] save qemu-file incoming non-blocking fds
2025-09-12 16:48 UTC (5+ messages)
` [PATCH v4 1/2] migration/qemu-file: don't make incoming fds blocking again
` [PATCH v4 2/2] io/channel: document how qio_channel_readv_full() handles fds
[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
2025-09-12 16:33 UTC (13+ messages)
` [PATCH v3 05/20] audio: make jackaudio use qemu_thread_set_name
` [PATCH v3 09/20] ui/vnc: remove use of error_printf_unless_qmp()
` [PATCH v3 14/20] util: fix interleaving of error & trace output
` [PATCH v3 18/20] util: add support for formatting a program name in messages
[PATCH v3 0/9] Add IBM PPE42 CPU support
2025-09-12 15:59 UTC (4+ messages)
` [PATCH v3 6/9] target/ppc: Add IBM PPE42 special instructions
[PATCH V3 0/9] Live update: cpr-exec
2025-09-12 15:44 UTC (21+ messages)
` [PATCH V3 4/9] vl: helper to request exec
` [PATCH V3 5/9] migration: cpr-exec-command parameter
` [PATCH V3 7/9] migration: cpr-exec mode
[PATCH v2 0/3] migration/tls: Graceful shutdowns for main and postcopy channels
2025-09-12 15:36 UTC (7+ messages)
` [PATCH v2 1/3] io/crypto: Move tls premature termination handling into QIO layer
` [PATCH v2 2/3] io/tls: Make qio_channel_tls_bye() always synchronous
[PATCH 00/33] vhost-user-blk: live-backend local migration
2025-09-12 15:24 UTC (7+ messages)
` [PATCH 02/33] vhost: drop backend_features field
` [PATCH 24/33] chardev-add: support local migration
[PATCH] migration: Apply migration specific keep-alive defaults to inet socket
2025-09-12 15:02 UTC (7+ messages)
[PATCH 00/10] io: deal with blocking/non-blocking fds
2025-09-12 14:51 UTC (7+ messages)
` [PATCH 04/10] util: drop qemu_socket_set_nonblock()
[PATCH] target/mips: Fix msaregnames off-by-one
2025-09-12 14:37 UTC (2+ messages)
[PATCH] target/mips: Fix msaregnames and mxuregnames off-by-one
2025-09-12 14:29 UTC
[PATCH v3] qapi: net/tap: deprecate vhostforce option
2025-09-12 14:25 UTC (2+ messages)
[RFC PATCH 0/7] target/i386: SEV: Add support for enabling VMSA SEV features
2025-09-12 14:17 UTC (5+ messages)
` [RFC PATCH 5/7] target/i386: SEV: Add support for enabling Secure TSC SEV feature
` [RFC PATCH 7/7] target/i386: SEV: Add support for enabling Secure AVIC "
[PATCH v6 00/14] virtio: introduce support for GSO over UDP tunnel
2025-09-12 14:04 UTC (5+ messages)
` [PATCH v6 09/14] qmp: update virtio features map to support extended features
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).