messages from 2024-06-12 21:30:59 to 2024-06-13 16:46:11 UTC [more...]
[PATCH 0/4] migration: New postcopy state, and some cleanups
2024-06-13 16:45 UTC (13+ messages)
` [PATCH 1/4] migration/multifd: Avoid the final FLUSH in complete()
` [PATCH 3/4] migration: Use MigrationStatus instead of int
` [PATCH 4/4] migration/postcopy: Add postcopy-recover-setup phase
[PATCH] Hexagon: lldb read/write predicate registers p0/p1/p2/p3
2024-06-13 15:02 UTC (4+ messages)
Historical QAPI schema parser, "compiled schema", and qapi-schema-diff
2024-06-13 16:12 UTC (2+ messages)
[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
2024-06-13 16:20 UTC (21+ messages)
` [RFC PATCH v2 3/5] rust: add PL011 device model
[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
2024-06-13 15:56 UTC (6+ messages)
` [PATCH 8/9] plugins: add time control API
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling
[PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
2024-06-13 15:55 UTC (3+ messages)
[PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
2024-06-13 15:54 UTC (4+ messages)
[PATCH v2 00/22] qga: clean up command source locations and conditionals
2024-06-13 15:44 UTC (23+ messages)
` [PATCH v2 01/22] qga: drop blocking of guest-get-memory-block-size command
` [PATCH v2 02/22] qga: move linux vcpu command impls to commands-linux.c
` [PATCH v2 03/22] qga: move linux suspend "
` [PATCH v2 04/22] qga: move linux fs/disk "
` [PATCH v2 05/22] qga: move linux disk/cpu stats "
` [PATCH v2 06/22] qga: move linux memory block "
` [PATCH v2 07/22] qga: move CONFIG_FSFREEZE/TRIM to be meson defined options
` [PATCH v2 08/22] qga: conditionalize schema for commands unsupported on Windows
` [PATCH v2 09/22] qga: conditionalize schema for commands unsupported on non-Linux POSIX
` [PATCH v2 10/22] qga: conditionalize schema for commands requiring getifaddrs
` [PATCH v2 11/22] qga: conditionalize schema for commands requiring linux/win32
` [PATCH v2 12/22] qga: conditionalize schema for commands only supported on Windows
` [PATCH v2 13/22] qga: conditionalize schema for commands requiring fsfreeze
` [PATCH v2 14/22] qga: conditionalize schema for commands requiring fstrim
` [PATCH v2 15/22] qga: conditionalize schema for commands requiring libudev
` [PATCH v2 16/22] qga: conditionalize schema for commands requiring utmpx
` [PATCH v2 17/22] qga: conditionalize schema for commands not supported on other UNIX
` [PATCH v2 18/22] qga: don't disable fsfreeze commands if vss_init fails
` [PATCH v2 19/22] qga: move declare of QGAConfig struct to top of file
` [PATCH v2 20/22] qga: remove pointless 'blockrpcs_key' variable
` [PATCH v2 21/22] qga: allow configuration file path via the cli
` [PATCH v2 22/22] qga: centralize logic for disabling/enabling commands
[RFC PATCH v3 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
2024-06-13 15:42 UTC (7+ messages)
` [RFC PATCH v3 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
` [RFC PATCH v3 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
` [RFC PATCH v3 3/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
` [RFC PATCH v3 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
` [RFC PATCH v3 5/5] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
[PATCH 0/2] Add boot-mode property for zynq
2024-06-13 15:36 UTC (3+ messages)
` [PATCH 1/2] hw/misc/zynq_slcr: Add BootMode property
` [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property
Sample 'qapi-schema-diff' output for v9.0.0 vs origin/master
2024-06-13 14:54 UTC (4+ messages)
[PULL 0/8] Block layer patches
2024-06-13 14:51 UTC (2+ messages)
[PATCH v3 0/4] allow to deprecate objects and devices
2024-06-13 14:49 UTC (10+ messages)
` [PATCH v3 2/4] usb/hub: mark as deprecated
[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
2024-06-13 14:45 UTC (9+ messages)
` [PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
` [PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
[PATCH v3] hw/net/virtio-net.c: fix crash in iov_copy()
2024-06-13 14:35 UTC
[PATCH 0/4] i386/cpu: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-06-13 14:13 UTC (12+ messages)
` [PATCH 1/4] i386/cpu: Add RAS feature bits on EPYC CPU models
` [PATCH 2/4] i386/cpu: Add PerfMonV2 feature bit
` [PATCH 3/4] i386/cpu: Enable perfmon-v2 and RAS feature bits on EPYC-Genoa
` [PATCH 4/4] i386/cpu: Add support for EPYC-Turin model
[PATCH v5 0/5] vvfat: Fix write bugs for large files and add iotests
2024-06-13 14:07 UTC (3+ messages)
` [PATCH v5 5/5] iotests: Add `vvfat` tests
[PATCH v3 0/5] hw/ppc: SPI model
2024-06-13 13:45 UTC (4+ messages)
` [PATCH v3 1/5] ppc/pnv: Add SPI controller model
[PATCH v1 00/16] vfio: QOMify VFIOContainer
2024-06-13 13:38 UTC (7+ messages)
` [PATCH v1 11/16] vfio/container: Change VFIOContainerBase to use QOM
` [PATCH v1 15/16] vfio/container: Remove vfio_container_init()
[PATCH 00/26] hw/ppc: Prefer HumanReadableText over Monitor
2024-06-13 13:36 UTC (8+ messages)
[PATCH] vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requests
2024-06-13 6:51 UTC
[PATCH] hw/acpi: increase default size for rsdp file
2024-06-13 9:33 UTC
[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM
2024-06-13 13:16 UTC (8+ messages)
[PATCH v1 0/3] util/readline.c: Add common but missing shortcuts
2024-06-13 13:08 UTC (5+ messages)
` [PATCH v1 1/3] util/readline.c:fix lints for readline_handle_byte
` [PATCH v1 2/3] util/readline.c: add C-n, C-p shortcuts
` [PATCH v1 3/3] util/readline.c: add C-u shortcut
[PATCH v2] hw/net/virtio-net.c: fix crash in iov_copy()
2024-06-13 12:45 UTC
[PATCH v2 0/9] plugins: Use unwind info for special gdb registers
2024-06-13 12:35 UTC (5+ messages)
` [PATCH v2 8/9] target/arm: Add aarch64_tcg_ops
[PATCH v3 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
2024-06-13 12:08 UTC (12+ messages)
` [PATCH v3 1/7] HostIOMMUDevice: Store the VFIO/VDPA agent
` [PATCH v3 2/7] virtio-iommu: Implement set|unset]_iommu_device() callbacks
` [PATCH v3 3/7] HostIOMMUDevice: Introduce get_iova_ranges callback
` [PATCH v3 4/7] virtio-iommu: Compute host reserved regions
` [PATCH v3 5/7] virtio-iommu: Remove the implementation of iommu_set_iova_range
` [PATCH v3 6/7] hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
` [PATCH v3 7/7] memory: Remove IOMMU MR iommu_set_iova_range API
[PATCH 00/20] qga: clean up command source locations and conditionals
2024-06-13 11:55 UTC (11+ messages)
` [PATCH 08/20] qga: conditionalize schema for commands unsupported on Windows
` [PATCH 18/20] qga: add note about where to disable commands for a platform
[PATCH RESEND v7 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
2024-06-13 11:31 UTC (4+ messages)
` [PATCH RESEND v7 10/12] hostmem: add a new memory backend based on POSIX shm_open()
[PATCH v6 0/1] Support IPv6 route info
2024-06-13 11:18 UTC (3+ messages)
` [PATCH v6 1/1] qga/linux: Add new api 'guest-network-get-route'
[PATCH 0/3] plugins: Few debugging cleanups
2024-06-13 10:52 UTC (2+ messages)
[PATCH v2 0/2] target/s390x: Fix tracing header path in TCG mem_helper.c
2024-06-13 10:44 UTC (3+ messages)
` [PATCH v2 1/2] hw/s390x: Introduce s390_skeys_get|set() helpers
` [PATCH v2 2/2] target/s390x: Use s390_skeys_get|set() helper
[PATCH] adding corss namespace copy support (tp-4130)
2024-06-13 5:03 UTC
[RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
2024-06-13 10:37 UTC (7+ messages)
` [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
` [RFC PATCH 02/16] accel/tcg: memory access from CPU will pass access_type to IOMMU
[RFC PATCH 0/2] Support RISC-V CSR read/write in Qtest environment
2024-06-13 10:14 UTC (4+ messages)
` [PATCH 1/2] Add RISC-V CSR qtest support
` [PATCH 2/2] QTest example for RISC-V CSR register
[RFC v2 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
2024-06-13 9:52 UTC (11+ messages)
` [RFC v2 2/7] virtio-iommu: Implement set|unset]_iommu_device() callbacks
` [RFC v2 3/7] HostIOMMUDevice: Introduce get_iova_ranges callback
` [RFC v2 4/7] virtio-iommu: Compute host reserved regions
Qemu License question
2024-06-13 9:51 UTC (6+ messages)
[PULL 00/42] i386, scsi. hostmem fixes for 2024-06-08
2024-06-13 9:50 UTC (3+ messages)
` [PULL 39/42] i386: Add support for SUCCOR feature
[RFC PATCH 00/34] Compile accel/tcg once (partially)
2024-06-13 9:50 UTC (4+ messages)
` [RFC PATCH 27/34] accel/tcg: Make translate-all.c target independent
[PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
2024-06-13 9:39 UTC (2+ messages)
[PATCH v2 0/4] Move VSX storage access and compare insns to
2024-06-13 9:33 UTC (5+ messages)
` [PATCH v2 1/4] target/ppc: Moving VSX scalar storage access insns to decodetree
` [PATCH v2 2/4] target/ppc: Move VSX vector with length "
` [PATCH v2 3/4] target/ppc: Move VSX vector "
` [PATCH v2 4/4] target/ppc: Move VSX fp compare "
[PATCH v7 0/2] Support RISC-V IOPMP
2024-06-13 9:26 UTC (3+ messages)
` [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
[PATCH v3 0/2] meson: Remove libibumad dependence
2024-06-13 9:01 UTC (2+ messages)
[PATCH 00/32] hw/sd: eMMC support
2024-06-13 8:41 UTC (10+ messages)
` [PATCH 20/32] hw/sd: Add CMD21 tuning sequence
` [PATCH 21/32] hw/sd: Add mmc switch function support
` [PATCH 26/32] hw/sd: Fix SET_BLOCK_COUNT command argument
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-06-13 8:35 UTC (9+ messages)
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object
[PATCH v4 0/5] backup: discard-source parameter
2024-06-13 8:02 UTC (5+ messages)
` [PATCH v4 5/5] iotests: add backup-discard-source
[PATCH v6 00/10] Support persistent reservation operations
2024-06-13 7:13 UTC (11+ messages)
` [PATCH v6 01/10] block: add persistent reservation in/out api
` [PATCH v6 02/10] block/raw: add persistent reservation in/out driver
` [PATCH v6 03/10] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v6 04/10] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v6 05/10] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v6 06/10] block/nvme: add reservation command protocol constants
` [PATCH v6 07/10] hw/nvme: add helper functions for converting reservation types
` [PATCH v6 08/10] hw/nvme: enable ONCS and rescap function
` [PATCH v6 09/10] hw/nvme: add reservation protocal command
` [PATCH v6 10/10] block/iscsi: add persistent reservation in/out driver
[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
2024-06-13 6:56 UTC (8+ messages)
[PATCH v2] virtio-iommu: add error check before assert
2024-06-13 5:49 UTC
[PULL 00/25] target/i386, SCSI changes for 2024-06-11
2024-06-13 5:29 UTC (2+ messages)
[PATCH v1] virtio-iommu: add error check before assert
2024-06-13 5:27 UTC (7+ messages)
[PATCH] Update event idx if guest has made extra buffers during double check
2024-06-13 2:21 UTC
[RFC PATCH] memory: Introduce memory region fetch operation
2024-06-13 2:46 UTC (3+ messages)
[PATCH v3 0/3] hw/dma: Add error handling for loading descriptions failing
2024-06-13 1:35 UTC (4+ messages)
` [PATCH v3 1/3] hw/dma: Enhance error handling in loading description
` [PATCH v3 2/3] hw/dma: Add a trace log for a description loading failure
` [PATCH v3 3/3] hw/net: Fix the transmission return size
[PATCH v2 0/3] hw/dma: Add error handling for loading descriptions failing
2024-06-13 1:24 UTC (4+ messages)
` [PATCH v2 2/3] hw/dma: Add a trace log for a description loading failure
[PATCH v8 0/7] Live Migration With IAA
2024-06-13 1:06 UTC (6+ messages)
` [PATCH v8 4/7] migration/multifd: add qpl compression method
[PULL 0/6] Tracing patches
2024-06-12 23:00 UTC (2+ messages)
[PULL 0/5] virtio-grants-v8-tag
2024-06-12 21:29 UTC (3+ messages)
` [PULL 1/5] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
` [PULL 3/5] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
[PATCH 0/2] Bug fixes for plugins
2024-06-12 21:32 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).