messages from 2024-08-27 10:36:45 to 2024-08-28 06:52:00 UTC [more...]
[PATCH] virtio/vhost-user: fix qemu crash when hotunplug vhost-user-net device
2024-08-28 6:50 UTC (3+ messages)
[PATCH 0/2] chardev: fixes for recent record/replay on muxed
2024-08-28 6:41 UTC (4+ messages)
` [PATCH 1/2] chardev: Fix record/replay error path NULL deref in device creation
` [PATCH 2/2] chardev: Remove __-prefixed names
[PATCH 0/1] plugins: add API to read guest CPU memory from hwaddr
2024-08-28 6:32 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v9 00/10] Support persistent reservation operations
2024-08-28 6:27 UTC (9+ messages)
` [PATCH v9 09/10] hw/nvme: add reservation protocal command
` [External] "
[PATCH 0/2] Some refactoring
2024-08-28 6:15 UTC (7+ messages)
` [PATCH v4 1/2] kvm: replace fprintf with error_report/printf() in kvm_init()
` [PATCH v4 2/2] kvm: refactor core virtual machine creation into its own function
[PATCH v4 0/7] Fix check-qtest-ppc64 sanitizer errors
2024-08-28 5:33 UTC (14+ messages)
` [PATCH v4 6/7] memory: Do not create circular reference with subregion
` [PATCH v4 7/7] tests/qtest: Delete previous boot file
[PATCH RESEND v9 0/9] Add Rust build support, ARM PL011 device impl
2024-08-28 4:11 UTC (10+ messages)
` [PATCH RESEND v9 1/9] Require meson version 1.5.0
` [PATCH RESEND v9 2/9] build-sys: Add rust feature option
` [PATCH RESEND v9 3/9] configure, meson: detect Rust toolchain
` [PATCH RESEND v9 4/9] rust: add bindgen step as a meson dependency
` [PATCH RESEND v9 5/9] .gitattributes: add Rust diff and merge attributes
` [PATCH RESEND v9 6/9] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [PATCH RESEND v9 7/9] rust: add crate to expose bindings and interfaces
` [PATCH RESEND v9 8/9] rust: add utility procedural macro crate
` [PATCH RESEND v9 9/9] rust: add PL011 device model
[PATCH] hw/arm/xilinx_zynq: Enable Security Extensions
2024-08-28 0:50 UTC
[PATCH v10 00/21] riscv support for control flow integrity extensions
2024-08-28 0:16 UTC (32+ messages)
` [PATCH v10 01/21] target/riscv: expose *envcfg csr and priv to qemu-user as well
` [PATCH v10 02/21] linux-user/riscv: set priv for qemu-user and defaults for *envcfg
` [PATCH v10 03/21] target/riscv: Add zicfilp extension
` [PATCH v10 04/21] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v10 05/21] target/riscv: save and restore elp state on priv transitions
` [PATCH v10 06/21] target/riscv: additional code information for sw check
` [PATCH v10 07/21] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v10 08/21] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v10 09/21] disas/riscv: enable `lpad` disassembly
` [PATCH v10 10/21] target/riscv: Expose zicfilp extension as a cpu property
` [PATCH v10 11/21] target/riscv: Add zicfiss extension
` [PATCH v10 12/21] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v10 13/21] target/riscv: tb flag for shadow stack instructions
` [PATCH v10 14/21] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v10 15/21] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v10 16/21] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v10 17/21] target/riscv: implement zicfiss instructions
` [PATCH v10 18/21] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v10 19/21] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v10 20/21] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PATCH v10 21/21] target/riscv: Expose zicfiss extension as a cpu property
[PATCH v9 00/17] riscv support for control flow integrity extensions
2024-08-27 23:06 UTC (4+ messages)
` [PATCH v9 11/17] target/riscv: mmu changes for zicfiss shadow stack protection
[PATCH v3 0/2] plugins: add plugin API to read guest memory
2024-08-27 21:53 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] plugins: add option to dump write argument to syscall plugin
[PATCH v6 00/19] migration/multifd: Remove multifd_send_state->pages
2024-08-27 21:40 UTC (32+ messages)
` [PATCH v6 01/19] migration/multifd: Reduce access to p->pages
` [PATCH v6 02/19] migration/multifd: Inline page_size and page_count
` [PATCH v6 03/19] migration/multifd: Remove pages->allocated
` [PATCH v6 04/19] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov
` [PATCH v6 05/19] migration/multifd: Introduce MultiFDSendData
` [PATCH v6 06/19] migration/multifd: Make MultiFDPages_t:offset a flexible array member
` [PATCH v6 07/19] migration/multifd: Replace p->pages with an union pointer
` [PATCH v6 08/19] migration/multifd: Move pages accounting into multifd_send_zero_page_detect()
` [PATCH v6 09/19] migration/multifd: Remove total pages tracing
` [PATCH v6 10/19] migration/multifd: Isolate ram pages packet data
` [PATCH v6 11/19] migration/multifd: Don't send ram data during SYNC
` [PATCH v6 12/19] migration/multifd: Replace multifd_send_state->pages with client data
` [PATCH v6 13/19] migration/multifd: Allow multifd sync without flush
` [PATCH v6 14/19] migration/multifd: Standardize on multifd ops names
` [PATCH v6 15/19] migration/multifd: Register nocomp ops dynamically
` [PATCH v6 16/19] migration/multifd: Move nocomp code into multifd-nocomp.c
` [PATCH v6 17/19] migration/multifd: Make MultiFDMethods const
` [PATCH v6 18/19] migration/multifd: Stop changing the packet on recv side
` [PATCH v6 19/19] migration/multifd: Add documentation for multifd methods
[PULL for-9.1-rc4 0/1] NBD patches for 2024-08-26
2024-08-27 21:15 UTC (2+ messages)
[PATCH 0/6] refactor RDMA live migration based on rsocket API
2024-08-27 20:57 UTC (3+ messages)
[PATCH v3] vhost-user: Do not wait for reply for not sent VHOST_USER_SET_LOG_BASE
2024-08-27 20:55 UTC (8+ messages)
[PULL 00/96] ppc-for-9.1-2 queue
2024-08-27 20:51 UTC (3+ messages)
` [PULL 02/96] spapr: Migrate ail-mode-3 spapr cap
[PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()
2024-08-27 19:27 UTC (3+ messages)
` [PATCH v3 1/2] qdev-monitor: avoid QemuOpts in QMP device_add
` [PATCH v3 2/2] vl: use qmp_device_add() in qemu_create_cli_devices()
[ANNOUNCE] QEMU 8.2.6 Stable released
2024-08-27 18:48 UTC (2+ messages)
[PATCH v2 0/2] qdev-monitor: avoid QemuOpts in QMP device_add
2024-08-27 19:20 UTC (5+ messages)
[PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default
2024-08-27 18:53 UTC (5+ messages)
[PATCH v1] softmmu/physmem: fix memory leak in dirty_memory_extend()
2024-08-27 18:41 UTC (10+ messages)
[PATCH v3 0/4] gdbstub: Add support for MTE in system mode
2024-08-27 18:01 UTC (5+ messages)
` [PATCH v3 4/4] tests/tcg/aarch64: Extend MTE gdbstub tests to "
[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
2024-08-27 17:54 UTC (18+ messages)
` [PATCH v2 01/17] vfio/migration: Add save_{iterate, complete_precopy}_started trace events
` [PATCH v2 02/17] migration/ram: Add load start trace event
` [PATCH v2 03/17] migration/multifd: Zero p->flags before starting filling a packet
` [PATCH v2 04/17] thread-pool: Add a DestroyNotify parameter to thread_pool_submit{, _aio)()
` [PATCH v2 05/17] thread-pool: Implement non-AIO (generic) pool support
` [PATCH v2 06/17] migration: Add save_live_complete_precopy_{begin, end} handlers
` [PATCH v2 07/17] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v2 08/17] migration: Add load_finish handler and associated functions
` [PATCH v2 09/17] migration/multifd: Device state transfer support - receive side
` [PATCH v2 10/17] migration/multifd: Convert multifd_send()::next_channel to atomic
` [PATCH v2 11/17] migration/multifd: Add an explicit MultiFDSendData destructor
` [PATCH v2 12/17] migration/multifd: Device state transfer support - send side
` [PATCH v2 13/17] migration/multifd: Add migration_has_device_state_support()
` [PATCH v2 14/17] migration: Add save_live_complete_precopy_thread handler
` [PATCH v2 15/17] vfio/migration: Multifd device state transfer support - receive side
` [PATCH v2 16/17] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v2 17/17] vfio/migration: Multifd device state transfer support - send side
[PATCH] mark <zlib.h> with for-crc32 in a consistent manner
2024-08-27 17:51 UTC (4+ messages)
[PATCH] hw/ppc: fix decrementer with BookE timers
2024-08-27 17:40 UTC (5+ messages)
[PATCH] Add vhost-user-spi and vhost-user-spi-pci devices
2024-08-27 17:14 UTC (2+ messages)
[EXT] Re: [PATCH] hw/cxl: Fix background completion percentage calculation
2024-08-27 16:38 UTC (2+ messages)
[PATCH 0/2] QEMU DCD emulation support fix
2024-08-27 16:40 UTC (3+ messages)
` [PATCH 1/2] hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event records
` [PATCH 2/2] hw/cxl/cxl_event: Fix interrupt triggering for dynamic capacity events grouped via More flag
[PATCH v4 00/14] riscv: QEMU RISC-V IOMMU Support
2024-08-27 16:04 UTC (4+ messages)
` [PATCH v4 03/14] hw/riscv: add RISC-V IOMMU base emulation
[RFC PATCH v3 00/24] NXP i.MX RT595
2024-08-27 16:04 UTC (3+ messages)
` [RFC PATCH v3 12/24] hw/arm: add basic support for the RT500 SoC
[PATCH v2 0/2] plugins: add plugin API to read guest memory
2024-08-27 16:01 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] plugins: add option to dump write argument to syscall plugin
[PATCH v12 0/3] Support message-based DMA in vfio-user server
2024-08-27 15:49 UTC (4+ messages)
` [PATCH v12 1/3] Update subprojects/libvfio-user
` [PATCH v12 2/3] vfio-user: Message-based DMA support
` [PATCH v12 3/3] vfio-user: Fix memory region reference accounting
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2024-08-27 15:49 UTC (4+ messages)
` [PATCH v10 1/8] "
[PATCH v4 00/34] modules: add meta-data database
2024-08-27 15:37 UTC (3+ messages)
` [PATCH v4 19/34] modules: check arch on qom lookup
[PATCH] hw/cxl: Support aborting background commands
2024-08-27 15:33 UTC
[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
2024-08-27 15:30 UTC (5+ messages)
` [RFC v3 3/3] vhost: Allocate memory for packed vring
[PATCH v4 00/35] Convert avocado tests to normal Python unittests
2024-08-27 14:24 UTC (5+ messages)
` [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
[PATCH] target-i386: Walk NPT in guest real mode
2024-08-27 13:58 UTC
[PATCH v4 00/15] hw/misc/aspeed_hace: Fix SG Accumulative Hash Calculations
2024-08-27 13:53 UTC (3+ messages)
` [PATCH v4 15/15] hw/misc/aspeed_hace: Fix SG Accumulative hashing
[PATCH V2 1/1] virtio-pci: Add lookup subregion of VirtIOPCIRegion MR
2024-08-27 13:41 UTC (2+ messages)
[PATCH] vhost-user: add NEED_REPLY flag
2024-08-27 13:29 UTC (3+ messages)
[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
2024-08-27 13:13 UTC (4+ messages)
[PATCH 0/4] tests/functional: Convert Raspberry Pi avocado tests
2024-08-27 12:31 UTC (8+ messages)
` [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers
` [PATCH 0/2] tests/functional: Add LinuxKernelTest class and convert Q800 test
` [PATCH 1/2] tests/functional: Add the LinuxKernelTest for testing the Linux boot process
` [PATCH 2/2] tests/functional: Convert the m68k Q800 Avocado test into a functional test
[PATCH v3 0/7] tests/functional: Convert few MIPS avocado tests
2024-08-27 12:28 UTC (7+ messages)
` [PATCH v3 2/7] tests/functional: Convert mips64el Fuloong2e avocado test (2/2)
[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
2024-08-27 12:26 UTC (5+ messages)
[PATCH 1/1] allow using a higher icount
2024-08-27 11:59 UTC (3+ messages)
[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
2024-08-27 11:56 UTC (6+ messages)
` [PATCH for-9.2 v6 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
[PATCH v9 0/9] Add Rust build support, ARM PL011 device impl
2024-08-27 11:23 UTC (10+ messages)
` [PATCH v9 1/9] Require meson version 1.5.0
` [PATCH v9 2/9] build-sys: Add rust feature option
` [PATCH v9 3/9] configure, meson: detect Rust toolchain
` [PATCH v9 4/9] rust: add bindgen step as a meson dependency
` [PATCH v9 5/9] .gitattributes: add Rust diff and merge attributes
` [PATCH v9 6/9] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [PATCH v9 7/9] rust: add crate to expose bindings and interfaces
` [PATCH v9 8/9] rust: add utility procedural macro crate
` [PATCH v9 9/9] rust: add PL011 device model
[PATCH v9 00/12] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-27 11:11 UTC (3+ messages)
` [PATCH v9 08/12] qapi/acpi-hest: add an interface to do generic CPER error injection
[RFC-PATCH v1 2/2] vhost-user: add a request-reply lock
2024-08-27 10:59 UTC (5+ messages)
` [RFC-PATCH v2] "
[PULL 0/1] QAPI patches patches for 2024-08-27
2024-08-27 10:35 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).