messages from 2025-05-12 09:56:56 to 2025-05-12 18:15:04 UTC [more...]
[PATCH v8 00/48] single-binary: compile target/arm twice
2025-05-12 18:04 UTC (23+ messages)
` [PATCH v8 01/48] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
` [PATCH v8 02/48] include/system/hvf: missing vaddr include
` [PATCH v8 03/48] meson: add common libs for target and target_system
` [PATCH v8 04/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v8 07/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v8 10/48] target/arm/cpu: compile file twice (user, system) only
` [PATCH v8 12/48] tcg: add vaddr type for helpers
` [PATCH v8 13/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v8 15/48] target/arm/helper: extract common helpers
` [PATCH v8 16/48] target/arm/debug_helper: only include "
` [PATCH v8 17/48] target/arm/debug_helper: remove target_ulong
` [PATCH v8 18/48] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v8 19/48] target/arm/helper: restrict include to common helpers
` [PATCH v8 20/48] target/arm/helper: replace target_ulong by vaddr
` [PATCH v8 21/48] target/arm/helper: expose aarch64 cpu registration
` [PATCH v8 22/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v8 27/48] target/arm/arm-powerctl: compile file once (system)
` [PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v8 36/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v8 39/48] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
` [PATCH v8 41/48] target/arm/tcg/hflags: compile file twice (system, user)
` [PATCH v8 45/48] target/arm/helper: restrict define_tlb_insn_regs to system target
[RFC PATCH v9 0/4] Report vfio-ap configuration changes
2025-05-12 18:02 UTC (5+ messages)
` [RFC PATCH v9 1/4] hw/vfio/ap: notification handler for AP config changed event
` [RFC PATCH v9 2/4] hw/vfio/ap: store object indicating AP config changed in a queue
` [RFC PATCH v9 3/4] hw/vfio/ap: Storing event information for an AP configuration change event
` [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change
[PULL 00/19] Misc HW patches for 2025-05-08
2025-05-12 17:42 UTC (4+ messages)
[PULL 0/3] QTest patches for 2025-05-09
2025-05-12 17:38 UTC (2+ messages)
[PULL v3 00/21] Trivial patches for 2025-05-07
2025-05-12 17:37 UTC (2+ messages)
[PATCH v4 00/13] Make blockdev-mirror dest sparse in more cases
2025-05-12 17:30 UTC (10+ messages)
` [PATCH v4 07/13] mirror: Pass full sync mode rather than bool to internals
` [PATCH v4 08/13] mirror: Allow QMP override to declare target already zero
` [PATCH v4 09/13] mirror: Drop redundant zero_target parameter
[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
2025-05-12 17:29 UTC (4+ messages)
` [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
[PATCH] target/i386: Make ITS_NO available to guests
2025-05-12 17:26 UTC
[PATCH v7 00/49] single-binary: compile target/arm twice
2025-05-12 17:05 UTC (4+ messages)
[PATCH v2 00/14] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-05-12 17:01 UTC (6+ messages)
` [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
2025-05-12 16:40 UTC (6+ messages)
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
2025-05-12 14:23 UTC (5+ messages)
[PATCH v2] net/af-xdp: Support pinned map path for AF_XDP sockets
2025-05-12 16:06 UTC
[PATCH v2] migration: Fix migration failure when aia is configured as 'aplic-imsic'
2025-05-12 12:07 UTC
[PATCH V3 00/42] Live update: vfio and iommufd
2025-05-12 15:32 UTC (43+ messages)
` [PATCH V3 01/42] MAINTAINERS: Add reviewer for CPR
` [PATCH V3 02/42] migration: cpr helpers
` [PATCH V3 03/42] migration: lower handler priority
` [PATCH V3 04/42] vfio: vfio_find_ram_discard_listener
` [PATCH V3 05/42] vfio: move vfio-cpr.h
` [PATCH V3 06/42] vfio/container: register container for cpr
` [PATCH V3 07/42] vfio/container: preserve descriptors
` [PATCH V3 08/42] vfio/container: export vfio_legacy_dma_map
` [PATCH V3 09/42] vfio/container: discard old DMA vaddr
` [PATCH V3 10/42] vfio/container: restore "
` [PATCH V3 11/42] vfio/container: mdev cpr blocker
` [PATCH V3 12/42] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V3 13/42] pci: export msix_is_pending
` [PATCH V3 14/42] pci: skip reset during cpr
` [PATCH V3 15/42] vfio-pci: "
` [PATCH V3 16/42] vfio/pci: vfio_vector_init
` [PATCH V3 17/42] vfio/pci: vfio_notifier_init
` [PATCH V3 18/42] vfio/pci: pass vector to virq functions
` [PATCH V3 19/42] vfio/pci: vfio_notifier_init cpr parameters
` [PATCH V3 20/42] vfio/pci: vfio_notifier_cleanup
` [PATCH V3 21/42] vfio/pci: export MSI functions
` [PATCH V3 22/42] vfio-pci: preserve MSI
` [PATCH V3 23/42] vfio-pci: preserve INTx
` [PATCH V3 24/42] migration: close kvm after cpr
` [PATCH V3 25/42] migration: cpr_get_fd_param helper
` [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr
` [PATCH V3 27/42] vfio: pass ramblock to vfio_container_dma_map
` [PATCH V3 28/42] backends/iommufd: iommufd_backend_map_file_dma
` [PATCH V3 29/42] backends/iommufd: change process ioctl
` [PATCH V3 30/42] physmem: qemu_ram_get_fd_offset
` [PATCH V3 31/42] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V3 32/42] vfio/iommufd: export iommufd_cdev_get_info_iova_range
` [PATCH V3 33/42] vfio/iommufd: define hwpt constructors
` [PATCH V3 34/42] vfio/iommufd: invariant device name
` [PATCH V3 35/42] vfio/iommufd: register container for cpr
` [PATCH V3 36/42] vfio/iommufd: preserve descriptors
` [PATCH V3 37/42] vfio/iommufd: reconstruct device
` [PATCH V3 38/42] vfio/iommufd: reconstruct hw_caps
` [PATCH V3 39/42] vfio/iommufd: reconstruct hwpt
` [PATCH V3 40/42] vfio/iommufd: change process
` [PATCH V3 41/42] iommufd: preserve DMA mappings
` [PATCH V3 42/42] vfio/container: delete old cpr register
[PATCH] s390x: Fix leak in machine_set_loadparm
2025-05-12 15:37 UTC (4+ messages)
[PATCH v2 0/2] rust: pl011: really use RX FIFO depth
2025-05-12 15:35 UTC (4+ messages)
` [PATCH 1/2] rust: pl011: Rename RX FIFO methods
` [PATCH 2/2] rust: pl011: Really use RX FIFO depth
[PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
2025-05-12 15:33 UTC (15+ messages)
` [PATCH v4 01/22] hw/usb/xhci: Move HCD constants to a header and add register constants
` [PATCH v4 02/22] hw/usb/xhci: Rename and move HCD register region constants to header
` [PATCH v4 06/22] hw/usb/xhci: Support TR NOOP commands
` [PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable
` [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
[PULL 0/3] SPDX checkpatch
2025-05-12 15:36 UTC (7+ messages)
` [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
[PATCH 0/2] Initial logging support for Rust
2025-05-12 15:32 UTC (13+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
` [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
[PULL v3 0/8] block-job patches 2025-04-29
2025-05-12 15:29 UTC (2+ messages)
` [PULL v3 8/8] blockdev-backup: Add error handling option for copy-before-write jobs
[PATCH] tests/qtest/ast2700-smc-test: Fix leak
2025-05-12 15:29 UTC (2+ messages)
[PATCH v2 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on
2025-05-12 15:27 UTC (3+ messages)
` [PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-12 15:24 UTC (15+ messages)
` [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
` How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
` How to mark internal properties
` [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
[PATCH v11 0/3] Allow to enable multifd and postcopy migration together
2025-05-12 15:19 UTC (5+ messages)
` [PATCH v11 1/3] migration: write zero pages when postcopy enabled
` [PATCH v11 2/3] migration: enable multifd and postcopy together
` [PATCH v11 3/3] tests/qtest/migration: add postcopy tests with multifd
live-migration performance regression when using pmem
2025-05-12 15:16 UTC
[PATCH v3 00/10] Improve futex usage
2025-05-12 15:12 UTC (5+ messages)
` [PATCH v3 08/10] migration/colo: Replace QemuSemaphore with QemuEvent
` [PATCH v3 09/10] migration/postcopy: "
[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
2025-05-12 15:06 UTC (8+ messages)
` [PATCH v10 3/3] migration: write zero pages when postcopy enabled
[PATCH v4] tests/functional: Add PCI hotplug test for aarch64
2025-05-12 14:45 UTC
[PATCH v2] tests/functional: Add PCI hotplug test for aarch64
2025-05-12 14:30 UTC (7+ messages)
[PATCH v3] tests/functional: Add PCI hotplug test for aarch64
2025-05-12 14:26 UTC (2+ messages)
[PATCH v2 0/4] crypto: fully drop built-in cipher provider
2025-05-12 14:24 UTC (5+ messages)
` [PATCH v2 1/4] tests: skip encrypted secret tests if AES is not available
` [PATCH v2 2/4] tests: skip legacy qcow2 encryption test "
` [PATCH v2 3/4] tests: fix skipping cipher tests when "
` [PATCH v2 4/4] crypto: fully drop built-in cipher provider
[PATCH v6 00/24] target/m68k: fpu improvements
2025-05-12 14:23 UTC (3+ messages)
` [PATCH v6 09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP
[PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
2025-05-12 14:10 UTC (3+ messages)
[PATCH v3] qtest/migration/rdma: Add test for rdma migration with ipv6
2025-05-12 13:56 UTC (2+ messages)
[RFC PATCH v8 0/6] Report vfio-ap configuration changes
2025-05-12 13:55 UTC (4+ messages)
` [RFC PATCH v8 6/6] s390: implementing CHSC SEI for AP config change
[PATCH V2 0/5] fast qom tree get
2025-05-12 13:47 UTC (6+ messages)
` [PATCH V2 1/5] qom: qom-tree-get
` [PATCH V2 2/5] python: use qom-tree-get
` [PATCH V2 3/5] tests/qtest/qom-test: unit test for qom-tree-get
` [PATCH V2 4/5] qom: qom-list-getv
` [PATCH V2 5/5] tests/qtest/qom-test: unit test for qom-list-getv
[PATCH] linux-headers: update from 6.15 + kvm/next
2025-05-12 13:36 UTC (2+ messages)
[PATCH v1 0/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
2025-05-12 13:18 UTC (6+ messages)
` [PATCH v1 1/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
` [PATCH v1 2/3] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
[PATCH] tests/functional: Add PCI hotplug test for aarch64
2025-05-12 12:58 UTC (7+ messages)
[PATCH v4 00/23] tcg-plugins: add hooks for discontinuities
2025-05-12 12:51 UTC (7+ messages)
` [PATCH v4 16/23] target/riscv: call plugin trap callbacks
` [PATCH v4 22/23] tests: add test for double-traps on rv64
` [PATCH v4 23/23] tests: add test with interrupted memory accesses "
[PATCH 0/2] qcow2: queue discards when discard-no-unref enabled
2025-05-12 12:28 UTC (3+ messages)
` [PATCH 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled
[PATCH 0/2] rust: pl011: really use RX FIFO depth
2025-05-12 12:14 UTC (5+ messages)
` [PATCH 1/2] rust: pl011: Rename RX FIFO methods
` [PATCH 2/2] rust: pl011: Really use RX FIFO depth
[PATCH 0/9] ui: Improve scale handling
2025-05-12 11:49 UTC (4+ messages)
` [PATCH 1/9] ui/gtk: Document scale and coordinate handling
[PATCH 0/3] Add a for_commit option to qemu-img measure
2025-05-12 11:16 UTC (3+ messages)
` [PATCH 1/3] block: add for_commit option to measure
[PATCH v5 00/26] target/riscv: SATP mode and CPU definition overhaul
2025-05-12 10:39 UTC (22+ messages)
` [PATCH 01/26] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PATCH 03/26] target/riscv: update max_satp_mode based on QOM properties
` [PATCH 04/26] target/riscv: remove supported from RISCVSATPMap
` [PATCH 05/26] target/riscv: move satp_mode.{map, init} out of CPUConfig
` [PATCH 07/26] target/riscv: store RISCVCPUDef struct directly in the class
` [PATCH 09/26] target/riscv: move RISCVCPUConfig fields to a header file
` [PATCH 11/26] target/riscv: add more RISCVCPUDef fields
` [PATCH 14/26] target/riscv: convert bare CPU models to RISCVCPUDef
` [PATCH 15/26] target/riscv: convert dynamic "
` [PATCH 16/26] target/riscv: convert SiFive E "
` [PATCH 17/26] target/riscv: convert ibex "
` [PATCH 19/26] target/riscv: th: make CSR insertion test a bit more intuitive
` [PATCH 20/26] target/riscv: generalize custom CSR functionality
` [PATCH 21/26] target/riscv: convert TT C906 to RISCVCPUDef
` [PATCH 22/26] target/riscv: convert TT Ascalon "
` [PATCH 23/26] target/riscv: convert Ventana V1 "
` [PATCH 24/26] target/riscv: convert Xiangshan Nanhu "
` [PATCH 25/26] target/riscv: remove .instance_post_init
` [PATCH 26/26] qom: reverse order of instance_post_init calls
[PATCH v3 0/2] qapi/throttle: Fix qmp_block_set_io_throttle blocked for too long
2025-05-12 10:31 UTC (3+ messages)
[PATCH] virtio-net: Copy all for dhclient workaround
2025-05-12 10:11 UTC (2+ messages)
[RFC PATCH] MAINTAINERS: Add an entry for the Bananapi machine
2025-05-12 10:06 UTC (2+ messages)
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).