messages from 2025-09-02 18:00:15 to 2025-09-03 12:33:37 UTC [more...]
[PATCH 00/24] target/arm/hvf: Consolidate
2025-09-03 12:33 UTC (36+ messages)
` [PATCH 01/24] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PATCH 02/24] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PATCH 03/24] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PATCH 04/24] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PATCH 05/24] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PATCH 06/24] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PATCH 07/24] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PATCH 08/24] target/arm/hvf: Mention hvf_wfi() "
` [PATCH 09/24] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PATCH 10/24] target/arm/hvf: Mention hvf_arch_set_traps() "
` [PATCH 11/24] accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
` [PATCH 12/24] target/arm/hvf: Mention hvf_inject_interrupts() must run on vCPU thread
` [PATCH 13/24] accel/hvf: Implement hvf_arch_vcpu_destroy()
` [PATCH 14/24] target/arm/hvf: Hardcode Apple MIDR
` [PATCH 15/24] target/arm/hvf: switch hvf_arm_get_host_cpu_features to not create a vCPU
` [PATCH 16/24] target/arm/hvf: Factor hvf_handle_exception() out
` [PATCH 17/24] target/arm/hvf: Factor hvf_handle_vmexit() out
` [PATCH 18/24] target/arm/hvf: Keep calling hv_vcpu_run() in loop
` [PATCH 19/24] cpus: Trace cpu_exec_start() and cpu_exec_end() calls
` [PATCH 20/24] accel/hvf: Guard hv_vcpu_run() between cpu_exec_start/end() calls
` [PATCH 21/24] target/arm: Call aarch64_add_pauth_properties() once in host_initfn()
` [PATCH 22/24] accel/hvf: Restrict ARM specific fields of AccelCPUState
` [PATCH 23/24] target/arm: Rename init_cpreg_list() -> arm_init_cpreg_list()
` [PATCH 24/24] target/arm: Add arm_destroy_cpreg_list() helper
[PULL 0/5] Trivial patches for 2025-09-03
2025-09-03 12:29 UTC (7+ messages)
` [PULL 1/5] chardev/baum: Fix compiler warning for Windows builds
` [PULL 2/5] block/curl: fix curl internal handles handling
` [PULL 3/5] block/curl: drop old/unuspported curl version checks
` [PULL 4/5] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
` [PULL 5/5] docs: fix typo in xive doc
[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
2025-09-03 12:00 UTC (9+ messages)
[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
2025-09-03 10:53 UTC (5+ messages)
` [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
[PATCH] memory: Fix addr for flatview_access_allowed()
2025-09-03 10:38 UTC (3+ messages)
[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-09-03 10:18 UTC (19+ messages)
` [PATCH v5 10/21] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
` [PATCH v5 11/21] intel_iommu: Handle PASID entry removal and update
` [PATCH v5 12/21] intel_iommu: Handle PASID entry addition
` [PATCH v5 16/21] intel_iommu: Replay pasid bindings after context cache invalidation
[PATCH 0/4] arm_load_dtb cleanups
2025-09-03 10:05 UTC (10+ messages)
` [PATCH 1/4] hw/arm: use g_autofree for filename in arm_load_dtb
` [PATCH 2/4] hw/arm: use g_autofree for fdt "
` [PATCH 3/4] hw/arm: use g_auto(GStrv) for node_path "
[PATCH v2 0/5] NVMe: Add SPDM over the storage transport support
2025-09-03 10:01 UTC (5+ messages)
` [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
[PATCH 00/10] io: deal with blocking/non-blocking fds
2025-09-03 9:48 UTC (13+ messages)
` [PATCH 01/10] io/channel: document how qio_channel_readv_full() handles fds
` [PATCH 02/10] char-socket: rework tcp_chr_recv()
` [PATCH 03/10] util: add qemu_set_blocking() function
` [PATCH 04/10] util: drop qemu_socket_set_nonblock()
` [PATCH 05/10] util: drop qemu_socket_try_set_nonblock()
` [PATCH 06/10] util: drop qemu_socket_set_block()
` [PATCH 07/10] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
` [PATCH 08/10] oslib-posix: add qemu_fds_set_blocking() helper
` [PATCH 09/10] qio_channel_readv_full(): move setting fd blocking to callers
` [PATCH 10/10] migration/qemu-file: don't make incoming fds blocking again
[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
2025-09-03 9:47 UTC (6+ messages)
` [RFC PATCH v2 3/9] hw: npcm7xx_fiu and mx_pic change .impl.unaligned = true
` [Withdrawn] [RFC PATCH v2 0/9] support unaligned access to xHCI Capability
[PATCH v2 0/4] linux-user/riscv: add vector state to signal context
2025-09-03 9:42 UTC (6+ messages)
` [PATCH v2 1/4] tests/tcg/riscv64: Add a user signal handling test
` [PATCH v2 2/4] linux-user/riscv: Add extended state to sigcontext
` [PATCH v2 3/4] linux-user/riscv: Add vector state to signal context
` [PATCH v2 4/4] tests/tcg/riscv64: Add vector state to signal test
[PULL v2 00/38] Misc HW patches for 2025-09-02
2025-09-03 9:37 UTC (3+ messages)
[Question] Interest in IFC modeling or missing parts for T1042 SoC?
2025-09-03 9:28 UTC
[PATCH 0/4] linux-user/riscv: add vector state to signal
2025-09-03 9:14 UTC (7+ messages)
` [PATCH 1/4] tests/tcg/riscv64: Add a user signal handling test
` [PATCH 2/4] linux-user/riscv: Add extended state to sigcontext
` [PATCH 3/4] linux-user/riscv: Add vector state to signal context
` [PATCH 4/4] tests/tcg/riscv64: Add vector state to signal test
[PATCH v3 00/12] target/loongarch: Small enhancement about TLB flush
2025-09-03 8:54 UTC (13+ messages)
` [PATCH v3 01/12] target/loongarch: Use mmu idx bitmap method when flush TLB
` [PATCH v3 02/12] target/loongarch: Add parameter tlb pointer with fill_tlb_entry
` [PATCH v3 03/12] target/loongarch: Reduce TLB flush with helper_tlbwr
` [PATCH v3 04/12] target/loongarch: Update TLB index selection method
` [PATCH v3 05/12] target/loongarch: Fix page size set issue with CSR_STLBPS
` [PATCH v3 06/12] target/loongarch: Add tlb search callback in loongarch_tlb_search()
` [PATCH v3 07/12] target/loongarch: Add common API loongarch_tlb_search_cb()
` [PATCH v3 08/12] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid_or_g
` [PATCH v3 09/12] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid
` [PATCH v3 10/12] target/loongarch: Invalid tlb entry in invalidate_tlb()
` [PATCH v3 11/12] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid_or_g()
` [PATCH v3 12/12] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid()
[PATCH v1 00/21] Control coprocessor reset for AST2700
2025-09-03 8:48 UTC (16+ messages)
` [PATCH v1 01/21] hw/arm/aspeed_ast27x0-fc: Support VBootRom
` [SPAM] "
` [PATCH v1 04/21] hw/arm/aspeed_ast27x0-ssp: Switch SSP memory to SDRAM and use dram_container for remap support
` [SPAM] "
` [PATCH v1 06/21] hw/arm/ast27x0: Add SRAM alias for SSP and ensure correct device realization order
` [SPAM] "
` [PATCH v1 10/21] hw/arm/ast27x0: Move DRAM and SDMC initialization earlier to support memory aliasing
` [SPAM] "
Issues with pdcm in qemu 10.1-rc on migration and save/restore
2025-09-03 8:38 UTC (7+ messages)
[PATCH v7 00/14] riscv: Add support for MIPS P8700 CPU
2025-09-03 8:38 UTC (4+ messages)
` [PATCH v7 04/14] target/riscv: Add MIPS P8700 CSRs
[PATCH] qga/installer: Remove QGA VSS if QGA installation failed
2025-09-03 8:14 UTC (4+ messages)
[PATCH 0/5] block/vvfat: introduce "size" option
2025-09-03 7:57 UTC (6+ messages)
` [PATCH 1/5] vvfat: introduce no-mbr option
` [PATCH 2/5] vvfat: move fat_type check prior to size setup
` [PATCH 3/5] vvfat: add a define for SECTOR_SIZE
` [PATCH 4/5] vvfat: move size parameters within driver structure
` [PATCH 5/5] vvfat: add support for "size" options
[PATCH v2 00/20] TAP initialization refactoring
2025-09-03 7:45 UTC (19+ messages)
` [PATCH v2 01/20] net/tap: net_init_tap_one(): add return value
` [PATCH v2 05/20] net/tap: net_init_tap_one(): move parameter checking earlier
` [PATCH v2 11/20] net/tap: net_init_tap_one(): refactor to use netdev as first arg
` [PATCH v2 12/20] net/tap: net_init_tap_one(): support bridge
` [PATCH v2 14/20] net/tap: refactor net_tap_init() into net_tap_open_one()
` [PATCH v2 16/20] net/tap: introduce net_tap_fd_init_external()
[PATCH] Revert "tests/qtest: use qos_printf instead of g_test_message"
2025-09-03 7:38 UTC (2+ messages)
[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
2025-09-03 7:37 UTC (5+ messages)
` [PATCH 1/2] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PATCH 2/2] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way
[PATCH] qga: Fix truncated output handling in guest-exec status reporting
2025-09-03 7:08 UTC (2+ messages)
[PATCH] linux-user: add y2038 safe socket timeout options
2025-09-03 6:52 UTC
[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
2025-09-03 6:47 UTC (8+ messages)
` [PATCH v13 07/27] migration: push Error **errp into qemu_loadvm_state()
[RFC 0/6] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
2025-09-03 5:42 UTC (7+ messages)
` [RFC 1/6] linux-headers: Update vfio.h to include VFIO_DEVICE_FEATURE_DMA_BUF
` [RFC 2/6] vfio: Add support for VFIO_DEVICE_FEATURE_DMA_BUF
` [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] net/hub: make net_hub_port_cleanup idempotent
2025-09-03 5:42 UTC (5+ messages)
[PATCH 0/5] hw/pci-host/bonito: Improve various emulation functions
2025-09-03 5:34 UTC (3+ messages)
[PATCH v2 00/18] python: 3.14 compatibility and python-qemu-qmp synchronization
2025-09-03 5:11 UTC (19+ messages)
` [PATCH v2 01/18] python: backport 'Change error classes to have better repr methods'
` [PATCH v2 02/18] python: backport 'EventListener: add __repr__ method'
` [PATCH v2 03/18] python: backport 'kick event queue on legacy event_pull()'
` [PATCH v2 04/18] python: backport 'protocol: adjust logging name when changing client name'
` [PATCH v2 05/18] python: backport 'drop Python3.6 workarounds'
` [PATCH v2 06/18] python: backport 'qmp-shell: add common_parser()'
` [PATCH v2 07/18] python: backport 'feat: allow setting read buffer limit'
` [PATCH v2 08/18] python: backport 'make require() preserve async-ness'
` [PATCH v2 09/18] python: backport 'qmp-shell-wrap: handle missing binary gracefully'
` [PATCH v2 10/18] python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
` [PATCH v2 11/18] python: backport 'Remove deprecated get_event_loop calls'
` [PATCH v2 12/18] python: backport 'avoid creating additional event loops per thread'
` [PATCH v2 13/18] python: synchronize qemu.qmp documentation
` [PATCH v2 14/18] iotests: drop compat for old version context manager
` [PATCH v2 15/18] python: ensure QEMUQtestProtocol closes its socket
` [PATCH v2 16/18] iotests/147: ensure temporary sockets are closed before exiting
` [PATCH v2 17/18] iotests/151: ensure subprocesses are cleaned up
` [PATCH v2 18/18] iotests/check: always enable all python warnings
[PATCH] block/iscsi: fix crashes on session disconnect and I/O hard timeout
2025-09-03 5:05 UTC (2+ messages)
` [Withdrawn] "
[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
2025-09-03 4:48 UTC (4+ messages)
` [PATCH 14/61] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type
[RFC PATCH 0/3] Support RISC-V Zvqdotq vector dot-product extension
2025-09-03 3:43 UTC (5+ messages)
` [RFC PATCH 2/3] target/riscv: rvv: Add Zvqdotq support
[PATCH 0/3] target/riscv: corner case fixes
2025-09-03 3:01 UTC (4+ messages)
` [PATCH 1/3] target/riscv: Fix IALIGN check in misa write
` [PATCH 2/3] target/risvc: Fix vector whole ldst vstart check
` [PATCH 3/3] tests/tcg: Add riscv test for interrupted vector ops
[PATCH v5 0/2] target/riscv: Generate strided vector ld/st with tcg
2025-09-03 2:54 UTC (3+ messages)
[PATCH v3 0/3] Register reset interface with hot-add CPUs
2025-09-03 2:35 UTC (4+ messages)
` [PATCH v3 1/3] hw/loongarch/virt: Add BSP support with aux boot code
` [PATCH v3 2/3] hw/loongarch/virt: Remove unnecessay pre-boot setting with BSP
` [PATCH v3 3/3] hw/loongarch/virt: Register reset interface with CPU object
[PATCH v1 00/11] Support PCIe RC to AST2600 and AST2700
2025-09-03 2:15 UTC (3+ messages)
` [SPAM] "
[PATCH v2] hw/sensor: added MAX16600 device model
2025-09-02 22:03 UTC
[PATCH] hw/sensor: added MAX16600 device model
2025-09-02 21:55 UTC (2+ messages)
[PATCH] hw/arm/raspi4b: remove redundant check in raspi_add_memory_node
2025-09-02 21:08 UTC (2+ messages)
[PATCH] hw/arm/raspi4b: replace fprintf with error_report
2025-09-02 20:12 UTC (3+ messages)
[PATCH 00/19] python: 3.14 compatibility and python-qemu-qmp synchronization
2025-09-02 19:34 UTC (4+ messages)
[PATCH 0/4] virtio document cleanups (esp vhost-user)
2025-09-02 18:35 UTC (7+ messages)
` [PATCH 1/4] docs/system: split VirtIO devices from the rest
` [PATCH 2/4] docs/system: unify the naming style for VirtIO devices
` [PATCH 4/4] docs/system: merge vhost-user-input into vhost-user-contrib
[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
2025-09-02 18:21 UTC (3+ messages)
[PATCH v2 0/8] sd: Add RPMB emulation to eMMC model
2025-09-02 18:07 UTC (20+ messages)
` [PATCH v2 1/8] hw/sd/sdcard: Fix size check for backing block image
[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
2025-09-02 18:07 UTC
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).