qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-19 12:41:48 to 2025-02-20 09:20:10 UTC [more...]

[PATCH v2 0/3] tests/functional: Allow running TCG plugins tests on macOS
 2025-02-20  9:18 UTC  (8+ messages)
` [PATCH v2 1/3] plugins: add explicit dependency in functional tests
` [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper
` [PATCH v2 3/3] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts

[PATCH] Fix data race with the state Field of ThreadPoolElement
 2025-02-20  9:10 UTC  (3+ messages)

[PATCH 00/10] fpu: Remove remaining target ifdefs and build only once
 2025-02-20  9:00 UTC  (3+ messages)

[PATCH 0/9] hw/char: Improve RX FIFO depth uses
 2025-02-20  8:30 UTC  (21+ messages)
` [PATCH 1/9] hw/char/pl011: Warn when using disabled receiver
` [PATCH 2/9] hw/char/pl011: Simplify a bit pl011_can_receive()
` [PATCH 3/9] hw/char/pl011: Improve RX flow tracing events
` [PATCH 4/9] hw/char/pl011: Really use RX FIFO depth
` [PATCH 5/9] hw/char/bcm2835_aux: "
` [PATCH 6/9] hw/char/imx_serial: "
` [PATCH 7/9] hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values
` [PATCH 8/9] hw/char/mcf_uart: Really use RX FIFO depth
` [PATCH 9/9] hw/char/sh_serial: Return correct number of empty RX FIFO elements

[RFC 0/2] hw/vfio/pci: Prevent BARs from being dma mapped in d3hot state
 2025-02-20  8:25 UTC  (8+ messages)
` [RFC 1/2] hw/vfio: Introduce vfio_is_dma_map_allowed() callback
` [RFC 2/2] hw/vfio/pci: Prevents BARs from being dma mapped in d3hot state

[PATCH v4 00/11]
 2025-02-20  8:06 UTC  (3+ messages)

[PATCH] qapi: pluggable backend code generators
 2025-02-20  7:58 UTC  (2+ messages)

[PATCH 0/2] tests/functional: Allow running TCG plugins tests on macOS
 2025-02-20  7:06 UTC  (10+ messages)
` [PATCH 1/2] tests/functional: Introduce the dso_suffix() helper
` [PATCH 2/2] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts

[PATCH v2] microvm: do not use the lastest cpu version
 2025-02-20  7:25 UTC  (2+ messages)

[PATCH v2 00/11] rust/block: Add minimal block driver bindings
 2025-02-20  7:10 UTC  (13+ messages)
` [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH v2 08/11] rust/block: Add driver module
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

[PATCH v3 00/28] Support AST2700 A1
 2025-02-20  5:57 UTC  (15+ messages)
` [PATCH v3 01/28] hw/intc/aspeed: Support setting different memory and register size
` [PATCH v3 02/28] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [PATCH v3 11/28] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PATCH v3 13/28] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller

[PATCH v3 0/3] CXL CCI Media Operations
 2025-02-20  5:27 UTC  (4+ messages)
    ` [PATCH v3 1/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
    ` [PATCH v3 2/3] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
    ` [PATCH v3 3/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands cxl r3.2(8.2.10.9.5.3)

[PATCH] iothread: defer AioContext GSource usage
 2025-02-20  4:05 UTC 

[PATCH v2 0/6] Enable shared device assignment
 2025-02-20  3:02 UTC  (7+ messages)
` [PATCH v2 3/6] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd

[PATCH v2] target/loongarch: fix 'make check-functional failed'
 2025-02-20  1:22 UTC 

[PATCH V3] target/loongarch: fix vcpu reset command word issue
 2025-02-20  1:42 UTC  (3+ messages)

[PATCH 1/2] migration: Prioritize RDMA in ram_save_target_page()
 2025-02-20  1:21 UTC  (13+ messages)
` [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

[PATCH v2] qapi: merge common parts of NbdServerOptions and nbd-server-start data
 2025-02-19 21:56 UTC  (2+ messages)

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-02-19 21:43 UTC  (6+ messages)
` [PATCH v2 03/18] hw/gpio/pca955*: Move Kconfig switches next to implementations

Live update: q35 and pc-i440fx support (vapic)
 2025-02-19 21:12 UTC  (2+ messages)

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-19 20:34 UTC  (37+ messages)
` [PATCH v5 01/36] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PATCH v5 02/36] thread-pool: Remove thread_pool_submit() function
` [PATCH v5 03/36] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PATCH v5 04/36] thread-pool: Implement generic (non-AIO) pool support
` [PATCH v5 05/36] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [PATCH v5 06/36] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v5 07/36] migration: postcopy_ram_listen_thread() should take BQL for some calls
` [PATCH v5 08/36] error: define g_autoptr() cleanup function for the Error type
` [PATCH v5 09/36] migration: Add thread pool of optional load threads
` [PATCH v5 10/36] migration/multifd: Split packet into header and RAM data
` [PATCH v5 11/36] migration/multifd: Device state transfer support - receive side
` [PATCH v5 12/36] migration/multifd: Make multifd_send() thread safe
` [PATCH v5 13/36] migration/multifd: Add an explicit MultiFDSendData destructor
` [PATCH v5 14/36] migration/multifd: Device state transfer support - send side
` [PATCH v5 15/36] migration/multifd: Make MultiFDSendData a struct
` [PATCH v5 16/36] migration/multifd: Add multifd_device_state_supported()
` [PATCH v5 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v5 18/36] vfio/migration: Add load_device_config_state_start trace event
` [PATCH v5 19/36] vfio/migration: Convert bytes_transferred counter to atomic
` [PATCH v5 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v5 21/36] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PATCH v5 22/36] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v5 23/36] vfio/migration: Multifd device state transfer support - VFIOStateBuffer(s)
` [PATCH v5 24/36] vfio/migration: Multifd device state transfer - add support checking function
` [PATCH v5 25/36] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v5 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 28/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v5 29/36] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PATCH v5 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v5 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v5 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v5 33/36] hw/core/machine: Add compat for x-migration-multifd-transfer VFIO property
` [PATCH v5 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v5 35/36] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH v5 36/36] vfio/migration: Update VFIO migration documentation

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
 2025-02-19 20:29 UTC  (4+ messages)

[PATCH v5 00/17] hw/arm: Add NPCM8XX Support
 2025-02-19 18:46 UTC  (18+ messages)
` [PATCH v5 01/17] roms: Update vbootrom to 1287b6e
` [PATCH v5 02/17] pc-bios: Add NPCM8XX vBootrom
` [PATCH v5 03/17] hw/ssi: Make flash size a property in NPCM7XX FIU
` [PATCH v5 04/17] hw/misc: Rename npcm7xx_gcr to npcm_gcr
` [PATCH v5 05/17] hw/misc: Move NPCM7XX GCR to NPCM GCR
` [PATCH v5 06/17] hw/misc: Add nr_regs and cold_reset_values "
` [PATCH v5 07/17] hw/misc: Add support for NPCM8XX GCR
` [PATCH v5 08/17] hw/misc: Store DRAM size in NPCM8XX GCR Module
` [PATCH v5 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module
` [PATCH v5 10/17] hw/misc: Rename npcm7xx_clk to npcm_clk
` [PATCH v5 11/17] hw/misc: Move NPCM7XX CLK to NPCM CLK
` [PATCH v5 12/17] hw/misc: Add nr_regs and cold_reset_values "
` [PATCH v5 13/17] hw/misc: Support NPCM8XX CLK Module Registers
` [PATCH v5 14/17] hw/net: Add NPCM8XX PCS Module
` [PATCH v5 15/17] hw/arm: Add NPCM8XX SoC
` [PATCH v5 16/17] hw/arm: Add NPCM845 Evaluation board
` [PATCH v5 17/17] docs/system/arm: Add Description for NPCM8XX SoC

[PATCH v7 00/52] QEMU TDX support
 2025-02-19 18:40 UTC  (3+ messages)
` [PATCH v7 19/52] i386/tdx: Track mem_ptr for each firmware entry of TDVF

[PATCH 0/4] target/arm: Improvement on memory error handling
 2025-02-19 17:55 UTC  (3+ messages)
` [PATCH 4/4] target/arm: Retry pushing CPER error if necessary

[PATCH] microvm: do not use the lastest cpu version
 2025-02-19 17:50 UTC  (3+ messages)

[PATCH v6 0/4] Allow to enable multifd and postcopy migration together
 2025-02-19 17:22 UTC  (7+ messages)
` [PATCH v6 2/4] migration: enable multifd and postcopy together

[PATCH v2] target/arm: Fix signed integer overflow undefined behavior
 2025-02-19 16:55 UTC 

[PATCH] target/arm: Fix signed integer overflow undefined behavior
 2025-02-19 16:42 UTC  (3+ messages)

[PATCH v2 0/2] rust: add module to convert between -errno and io::Error
 2025-02-19 15:27 UTC  (3+ messages)
` [PATCH 1/2] rust: subprojects: add libc crate

[PATCH 0/4] testing/next (aarch64 virt gpu tests)
 2025-02-19 15:00 UTC  (5+ messages)
` [PATCH 1/4] tests/functional: move aarch64 GPU test into own file
` [PATCH 2/4] tests/functional: factor out common code in gpu test
` [PATCH 3/4] tests/functional: ensure we have a GPU device for tests
` [PATCH 4/4] tests/functional: expand tests to cover virgl

[PATCH v8 00/28] vfio-user client
 2025-02-19 14:48 UTC  (29+ messages)
` [PATCH v8 01/28] vfio/container: pass MemoryRegion to DMA operations
` [PATCH v8 02/28] vfio/container: pass listener_begin/commit callbacks
` [PATCH v8 03/28] vfio/container: support VFIO_DMA_UNMAP_FLAG_ALL
` [PATCH v8 04/28] vfio: add vfio_attach_device_by_iommu_type()
` [PATCH v8 05/28] vfio: add vfio_prepare_device()
` [PATCH v8 06/28] vfio: refactor out vfio_interrupt_setup()
` [PATCH v8 07/28] vfio: refactor out vfio_pci_config_setup()
` [PATCH v8 08/28] vfio: add region cache
` [PATCH v8 09/28] vfio: split out VFIOKernelPCIDevice
` [PATCH v8 10/28] vfio: add device IO ops vector
` [PATCH v8 11/28] vfio-user: introduce vfio-user protocol specification
` [PATCH v8 12/28] vfio-user: add vfio-user class and container
` [PATCH v8 13/28] vfio-user: connect vfio proxy to remote server
` [PATCH v8 14/28] vfio-user: implement message receive infrastructure
` [PATCH v8 15/28] vfio-user: implement message send infrastructure
` [PATCH v8 16/28] vfio-user: implement VFIO_USER_DEVICE_GET_INFO
` [PATCH v8 17/28] vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFO
` [PATCH v8 18/28] vfio-user: implement VFIO_USER_REGION_READ/WRITE
` [PATCH v8 19/28] vfio-user: set up PCI in vfio_user_pci_realize()
` [PATCH v8 20/28] vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
` [PATCH v8 21/28] vfio-user: forward MSI-X PBA BAR accesses to server
` [PATCH v8 22/28] vfio-user: set up container access to the proxy
` [PATCH v8 23/28] vfio-user: implement VFIO_USER_DEVICE_RESET
` [PATCH v8 24/28] vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
` [PATCH v8 25/28] vfio-user: implement VFIO_USER_DMA_READ/WRITE
` [PATCH v8 26/28] vfio-user: add 'no-direct-dma' option
` [PATCH v8 27/28] vfio-user: add 'x-msg-timeout' option
` [PATCH v8 28/28] vfio-user: add coalesced posted writes

[RFC PATCH] tests/functional: Generic method to check required devices availability
 2025-02-19 14:24 UTC 

[PATCH] hw/timer/hpet: Detect invalid access to TN registers
 2025-02-19 14:38 UTC  (5+ messages)

[PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles, misc)
 2025-02-19 13:52 UTC  (5+ messages)
` [PULL 23/32] tests/functional: extend test_aarch64_virt with vulkan test

[PATCH 0/2] hw/intc: Select generic ARM_GICV3 when KVM is not available
 2025-02-19 13:42 UTC  (5+ messages)
` [PATCH 2/2] hw/intc: Have ARM_GIC select "

[PATCH] meson: Display summary of Darwin libraries detected
 2025-02-19 13:41 UTC  (7+ messages)

[PATCH trivial] Makefile: "make dist" generates a .xz, not .bz2
 2025-02-19 13:26 UTC  (2+ messages)

[PATCH 1/1] qapi/char.json: minor doc rewording for `hub` device
 2025-02-19 13:24 UTC  (2+ messages)

[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc
 2025-02-19 13:22 UTC  (8+ messages)
` [PATCH 29/42] qapi: Add "Details:" disambiguation marker

[RFC PATCH] elfload: Fix alignment when unmapping excess reservation
 2025-02-19 13:05 UTC  (3+ messages)


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).