messages from 2025-02-12 07:23:23 to 2025-02-12 20:02:11 UTC [more...]
[PATCH] vdpa: Allow vDPA to work on big-endian machine
2025-02-12 20:01 UTC (7+ messages)
[PATCH 00/11] rust/block: Add minimal block driver bindings
2025-02-12 19:52 UTC (38+ messages)
` [PATCH 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH 02/11] meson: Add rust_block_ss and link tools with it
` [PATCH 03/11] rust: Add some block layer bindings
` [PATCH 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH 06/11] rust/block: Add I/O buffer traits
` [PATCH 07/11] block: Add bdrv_open_blockdev_ref_file()
` [PATCH 08/11] rust/block: Add driver module
` [PATCH 09/11] rust/block: Add read support for block drivers
` [PATCH 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
[PULL 00/32] Misc HW patches for 2025-02-10
2025-02-12 19:31 UTC (18+ messages)
` [PULL 04/32] hw/timer/xilinx_timer: Make device endianness configurable
[PULL 00/12] vfio queue
2025-02-12 19:12 UTC (4+ messages)
` [PULL 05/12] vfio/iommufd: Fix SIGSEV in iommufd_cdev_attach()
[PATCH 00/11] tcg: Cleanups after disallowing 64-on-32
2025-02-12 18:21 UTC (6+ messages)
` [PATCH 09/11] accel/tcg: Fix tlb_set_page_with_attrs, tlb_set_page
` [PATCH 10/11] include/exec: Change vaddr to uintptr_t
[PATCH v6 00/11] hw/microblaze: Allow running cross-endian vCPUs
2025-02-12 18:17 UTC (27+ messages)
` [PATCH v6 01/11] hw/qdev-properties-system: Introduce EndianMode QAPI enum
` [PATCH v6 02/11] hw/intc/xilinx_intc: Make device endianness configurable
` [PATCH v6 03/11] hw/net/xilinx_ethlite: "
` [PATCH v6 04/11] hw/timer/xilinx_timer: "
` [PATCH v6 05/11] hw/char/xilinx_uartlite: "
` [PATCH v6 06/11] hw/ssi/xilinx_spi: "
` [PATCH v6 07/11] tests/functional: Avoid using www.qemu-advent-calendar.org URL
` [PATCH v6 08/11] tests/functional: Explicit endianness of microblaze assets
` [PATCH v6 09/11] tests/functional: Allow microblaze tests to take a machine name argument
` [PATCH v6 10/11] tests/functional: Remove sleep() kludges from microblaze tests
` [PATCH v6 11/11] tests/functional: Have microblaze tests inherit common parent class
[PATCH v2 0/8] hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore
2025-02-12 18:13 UTC (17+ messages)
` [PATCH v2 1/8] hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition
` [PATCH v2 2/8] hw/arm/exynos4210: Specify explicitly the GIC has 64 external IRQs
` [PATCH v2 3/8] hw/arm/realview: "
` [PATCH v2 4/8] hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNAL
` [PATCH v2 5/8] hw/arm/xilinx_zynq: Specify explicitly the GIC has 64 external IRQs
` [PATCH v2 6/8] hw/arm/vexpress: "
` [PATCH v2 7/8] hw/arm/highbank: Specify explicitly the GIC has 128 "
` [PATCH v2 8/8] hw/cpu/arm_mpcore: Remove default values for GIC "
[PATCH v2] vdpa: Fix endian bugs in shadow virtqueue
2025-02-12 18:11 UTC (2+ messages)
[PULL v2 00/14] Mem next patches
2025-02-12 18:03 UTC (6+ messages)
` [PULL v2 06/14] memory: pass MemTxAttrs to memory_access_is_direct()
` [PULL v2 11/14] os: add an ability to lock memory on_fault
[PATCH] linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
2025-02-12 17:56 UTC (2+ messages)
[PATCH 0/5] hw: More DEVICE_ [NATIVE -> LITTLE] _ENDIAN conversions
2025-02-12 17:54 UTC (11+ messages)
` [PATCH 1/5] hw/arm: Mark Allwinner Technology devices as little-endian
` [PATCH 2/5] hw/mips: Mark Boston machine "
` [PATCH 3/5] hw/mips: Mark Loonson3 Virt "
` [PATCH 4/5] hw/pci-host: Mark versatile regions "
` [PATCH 5/5] target/i386: Mark WHPX APIC region "
[PATCH v5 0/5] Allow to enable multifd and postcopy migration together
2025-02-12 17:52 UTC (13+ messages)
` [PATCH v5 3/5] migration: enable multifd and postcopy together
[PULL 00/68] target-arm queue
2025-02-12 17:38 UTC (2+ messages)
[PULL 0/2] NBD patches through 2025-02-11
2025-02-12 17:38 UTC (2+ messages)
[PULL 0/6] loongarch-to-apply queue
2025-02-12 17:39 UTC (2+ messages)
[PATCH 0/5] Fix vIOMMU reset order
2025-02-12 17:28 UTC (10+ messages)
` [PATCH 4/5] hw/arm/smmuv3: Move reset to exit phase
[PATCH 0/3] CXL CCI Log Commands implementation
2025-02-12 17:15 UTC (11+ messages)
` [PATCH 1/3] hw/cxl/cxl-mailbox-utils.c: Added support for Get Log Capabilities (Opcode 0402h)
` [PATCH 2/3] hw/cxl/cxl-mailbox-utils.c: Added support for Clear Log (Opcode 0403h)
` [PATCH 3/3] hw/cxl/cxl-mailbox-utils.c: Added support for Populate Log (Opcode 0404h) as background operation
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-12 17:10 UTC (14+ messages)
` [PATCH v4 26/33] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v4 27/33] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v4 28/33] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v4 29/33] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v4 31/33] vfio/migration: Multifd device state transfer support - send side
` [PATCH v4 32/33] vfio/migration: Add x-migration-multifd-transfer VFIO property
[PATCH v6 0/7] target/riscv: Add support for Control Transfer Records Ext
2025-02-12 16:46 UTC (5+ messages)
[PATCH v5 0/4] overcommit: introduce mem-lock-onfault
2025-02-12 16:46 UTC (17+ messages)
` [PATCH v5 1/4] os: add an ability to lock memory on_fault
` [PATCH v5 2/4] system/vl: extract overcommit option parsing into a helper
` [PATCH v5 3/4] system: introduce a new MlockState enum
` [PATCH v5 4/4] overcommit: introduce mem-lock=on-fault
[PULL 00/29] Misc HW patches for 2025-02-12
2025-02-12 15:54 UTC (3+ messages)
` [PULL 28/29] hw: Declare various const data as 'const'
` [PULL 29/29] hw: Make class data 'const'
[PATCH] vdpa: Fix endian bugs in shadow virtqueue
2025-02-12 15:53 UTC (4+ messages)
[PATCH v3 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions
2025-02-12 15:36 UTC (4+ messages)
` [PATCH v3 5/7] memory: pass MemTxAttrs to memory_access_is_direct()
[PATCH v3 00/23] hw/uefi: add uefi variable service
2025-02-12 15:18 UTC (8+ messages)
` [PATCH v3 09/23] hw/uefi: add var-service-core.c
[PULL 0/1] Tracing patches
2025-02-12 15:05 UTC (2+ messages)
` [PULL 1/1] scripts: improve error from qemu-trace-stap on missing 'stap'
[PATCH] scripts: improve error from qemu-trace-stap on missing 'stap'
2025-02-12 15:06 UTC (3+ messages)
[PATCH 0/8] hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore
2025-02-12 14:58 UTC (4+ messages)
` [PATCH 3/8] hw/arm/realview: Explicit number of GIC external IRQs
[PATCH v4] hw/arm/virt: Support larger highmem MMIO regions
2025-02-12 14:54 UTC
[PATCH 0/2] nbd: Allow debugging tuning of handshake limit
2025-02-12 14:33 UTC (5+ messages)
` [PATCH 2/2] nbd/server: Allow users to adjust handshake limit in QMP
[PATCH] qapi: merge common parts of NbdServerOptions and nbd-server-start data
2025-02-12 14:33 UTC
[PATCH] block/rbd: Do not use BDS's AioContext
2025-02-12 14:27 UTC (3+ messages)
[PULL 00/14] Mem next patches
2025-02-12 14:17 UTC (4+ messages)
` [PULL 02/14] os: add an ability to lock memory on_fault
[PULL 0/7] Functional tests and Gitlab-CI patches
2025-02-12 13:45 UTC (2+ messages)
[PATCH v7 00/10] hw/microblaze: Allow running cross-endian vCPUs
2025-02-12 13:10 UTC (17+ messages)
` [PATCH v7 01/10] hw/qdev-properties-system: Introduce EndianMode QAPI enum
` [PATCH v7 02/10] hw/intc/xilinx_intc: Make device endianness configurable
` [PATCH v7 03/10] hw/net/xilinx_ethlite: "
` [PATCH v7 04/10] hw/timer/xilinx_timer: "
` [PATCH v7 05/10] hw/char/xilinx_uartlite: "
` [PATCH v7 06/10] hw/ssi/xilinx_spi: "
` [PATCH v7 07/10] tests/functional: Explicit endianness of microblaze assets
` [PATCH v7 08/10] tests/functional: Allow microblaze tests to take a machine name argument
` [PATCH v7 09/10] tests/functional: Remove sleep() kludges from microblaze tests
` [PATCH v7 10/10] tests/functional: Have microblaze tests inherit common parent class
[PATCH] meson: Display summary of Darwin libraries detected
2025-02-12 11:29 UTC
[PATCH v7] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs
2025-02-12 10:18 UTC
[PATCH] rust: add module to convert -errno to io::Error
2025-02-12 9:39 UTC
[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc
2025-02-12 9:37 UTC (5+ messages)
` [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections
` [PATCH 29/42] qapi: Add "Details:" disambiguation marker
[PATCH] cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0()
2025-02-12 9:28 UTC (2+ messages)
[PATCH V3] target/loongarch: fix vcpu reset command word issue
2025-02-12 7:30 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).