messages from 2022-07-18 23:56:55 to 2022-07-19 14:20:00 UTC [more...]
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-19 14:12 UTC (6+ messages)
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v4 0/3] Zero copy improvements (QIOChannel + multifd)
2022-07-19 14:10 UTC (2+ messages)
[PATCH v12 05/10] vhost-vdpa: add support for config interrupt
2022-07-19 13:46 UTC
[PATCH] migration: remove unreachable code after reading data
2022-07-19 13:51 UTC (2+ messages)
[PATCH 0/3] hw/cxl, hw/machine, hw/i386: Misc minor fixes / cleanup
2022-07-19 14:09 UTC (2+ messages)
[PATCH v12 06/10] virtio: add support for configure interrupt
2022-07-19 13:46 UTC
[PATCH v2] Loading new machines and devices from external modules
2022-07-19 14:07 UTC (2+ messages)
[PATCH v12 02/10] virtio-pci: decouple notifier from interrupt process
2022-07-19 13:46 UTC
[PATCH v12 04/10] vhost: introduce new VhostOps vhost_set_config_call
2022-07-19 13:46 UTC
[PULL 00/15] Pull migration patches
2022-07-19 14:06 UTC (5+ messages)
` [PULL 03/15] multifd: Make no compression operations into its own structure
[PATCH v12 03/10] virtio-pci: decouple the single vector from the interrupt process
2022-07-19 13:46 UTC
[PATCH v12 01/10] virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
2022-07-19 13:46 UTC
[PULL v2 00/86] virtio,pc,pci: fixes,cleanups,features
2022-07-19 13:57 UTC (3+ messages)
` [PULL v2 29/86] hw/cxl/host: Add support for CXL Fixed Memory Windows
[PULL 00/18] Misc patches for 2022-07-12
2022-07-19 13:29 UTC (3+ messages)
` [PULL 15/18] accel: kvm: Fix memory leak in find_stats_descriptors
[PATCH v12 00/10] vhost-vdpa: add support for configure interrupt
2022-07-19 13:46 UTC
[PATCH v2] docs: Add caveats for Windows as the build platform
2022-07-19 13:50 UTC
[PATCH v9 00/14] migration: Postcopy Preemption
2022-07-19 13:50 UTC (2+ messages)
[PATCH v12 07/10] vhost: add support for configure interrupt
2022-07-19 13:46 UTC
[PATCH] accel/kvm: Avoid Coverity warning in query_stats()
2022-07-19 13:48 UTC
[PATCH] docs: Add caveats for Windows as the build platform
2022-07-19 13:29 UTC (2+ messages)
[PULL 00/24] Net Patches
2022-07-19 13:16 UTC (25+ messages)
` [PULL 01/24] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [PULL 02/24] virtio-net: Expose MAC_TABLE_ENTRIES
` [PULL 03/24] virtio-net: Expose ctrl virtqueue logic
` [PULL 04/24] vdpa: Avoid compiler to squash reads to used idx
` [PULL 05/24] vhost: Reorder vhost_svq_kick
` [PULL 06/24] vhost: Move vhost_svq_kick call to vhost_svq_add
` [PULL 07/24] vhost: Check for queue full at vhost_svq_add
` [PULL 08/24] vhost: Decouple vhost_svq_add from VirtQueueElement
` [PULL 09/24] vhost: Add SVQDescState
` [PULL 10/24] vhost: Track number of descs in SVQDescState
` [PULL 11/24] vhost: add vhost_svq_push_elem
` [PULL 12/24] vhost: Expose vhost_svq_add
` [PULL 13/24] vhost: add vhost_svq_poll
` [PULL 14/24] vhost: Add svq avail_handler callback
` [PULL 15/24] vdpa: Export vhost_vdpa_dma_map and unmap calls
` [PULL 16/24] vdpa: manual forward CVQ buffers
` [PULL 17/24] vdpa: Buffer CVQ support on shadow virtqueue
` [PULL 18/24] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [PULL 19/24] vdpa: Add device migration blocker
` [PULL 20/24] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [PULL 21/24] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
` [PULL 22/24] net/colo: Fix a "double free" crash to clear the conn_list
` [PULL 23/24] net/colo.c: No need to track conn_list for filter-rewriter
` [PULL 24/24] net/colo.c: fix segmentation fault when packet is not parsed correctly
[PATCH v12 08/10] virtio-net: add support for configure interrupt
2022-07-19 13:46 UTC
[PATCH v12 10/10] virtio-pci: add support for configure interrupt
2022-07-19 13:46 UTC
[PATCH] There is no mechanism to load external machines and classes from modules at the moment. This patch is to add two parameters `add_machine` and `add_modinfo` for it. `add_machine` is to add machine from external modules. `add_modinfo` is to load new types from external modules, needed for a new machine, for example. Main aim is to have possibility to develop independent models and be able to use it with mainline QEMU. It will help to make develop new models of proprietary boards, simplify to use Qemu by hardware developers and extend number of supporting boards and devices in QEMU. It will be easier for small hardware manufacturers to use QEMU to develop their own board models and use them to shift left of FW/SW development
2022-07-19 10:40 UTC
[PATCH] docs: List kvm as a supported accelerator on RISC-V
2022-07-19 8:39 UTC (2+ messages)
[PATCH v9 00/21] job: replace AioContext lock with job_mutex
2022-07-19 13:13 UTC (21+ messages)
` [PATCH v9 09/21] jobs: use job locks also in the unit tests
` [PATCH v9 11/21] jobs: group together API calls under the same job lock
` [PATCH v9 14/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v9 15/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v9 17/21] blockjob.h: categorize fields in struct BlockJob
` [PATCH v9 19/21] blockjob: protect iostatus field in BlockJob struct
[PULL 00/16] Misc patches for 2021-12-20
2022-07-19 13:00 UTC (3+ messages)
` [PULL 07/16] configure, meson: move ARCH to meson.build
[PATCH v11 01/10] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
2022-07-19 12:55 UTC (4+ messages)
[PULL 0/3] Misc patches for QEMU 7.1 freeze
2022-07-19 12:35 UTC (5+ messages)
` [PULL 1/3] monitor: add support for boolean statistics
` [PULL 2/3] kvm: "
` [PULL 3/3] util: Fix broken build on Haiku
[PATCH v1 1/1] migration: Avoid false-positive on non-supported scenarios for zero-copy-send
2022-07-19 12:23 UTC
[PATCH] hw/microblaze: pass random seed to fdt
2022-07-19 12:23 UTC
[PATCH] hw/rx: pass random seed to fdt
2022-07-19 12:20 UTC
[PATCH] hw/guest-loader: pass random seed to fdt
2022-07-19 12:15 UTC
[PATCH 0/4] semihosting: fix various coverity issues
2022-07-19 12:11 UTC (5+ messages)
` [PATCH 1/4] semihosting: Don't return negative values on qemu_semihosting_console_write() failure
` [PATCH 2/4] semihosting: Don't copy buffer after console_write()
` [PATCH 3/4] semihosting: Check for errors on SET_ARG()
` [PATCH 4/4] semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM
[PATCH] hw/mips: boston: pass random seed to fdt
2022-07-19 12:08 UTC
[PULL 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
2022-07-19 12:04 UTC (2+ messages)
[PATCH] hw/nios2: virt: pass random seed to fdt
2022-07-19 12:01 UTC
[PULL 00/40] qemu-sparc queue 20220718
2022-07-19 11:54 UTC (2+ messages)
[PATCH v3] hw/i386: pass RNG seed via setup_data entry
2022-07-19 11:53 UTC (2+ messages)
` [PATCH resend "
[PATCH qemu] target/s390x: support PRNO_TRNG instruction
2022-07-19 11:43 UTC (6+ messages)
` [PATCH v2] "
[PATCH] target/ppc: Implement new wait variants
2022-07-19 11:38 UTC
[PATCH v3] multifd: Copy pages before compressing them with zlib
2022-07-19 11:37 UTC (2+ messages)
[QEMU PATCH v2 0/6] Support ACPI NVDIMM Label Methods
2022-07-19 11:32 UTC (6+ messages)
` [QEMU PATCH v2 4/6] nvdimm: Implement "
[PATCH v3 00/19] vdpa net devices Rx filter change notification with Shadow VQ
2022-07-19 11:28 UTC (4+ messages)
[PATCH] virtio-gpu: update done only on the scanout associated with rect
2022-07-19 11:15 UTC (4+ messages)
[PATCH v2 0/3] target/s390x: vfmin/vfmax fixes
2022-07-19 10:48 UTC (2+ messages)
[PATCH v2] hw/pci/pci_bridge: ensure PCIe slots have only one slot
2022-07-19 10:42 UTC (2+ messages)
[PATCH 0/4] Multiple interface support on top of Multi-FD
2022-07-19 10:40 UTC (10+ messages)
` [PATCH 1/4] Modifying ‘migrate’ qmp command to add multi-FD socket on particular source and destination pair
[PATCH] tests: migration-test: Allow test to run without uffd
2022-07-19 10:37 UTC (6+ messages)
[PATCH v5 00/20] vdpa net devices Rx filter change notification with Shadow VQ
2022-07-19 10:04 UTC (22+ messages)
` [PATCH v5 01/20] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [PATCH v5 02/20] virtio-net: Expose MAC_TABLE_ENTRIES
` [PATCH v5 03/20] virtio-net: Expose ctrl virtqueue logic
` [PATCH v5 04/20] vdpa: Avoid compiler to squash reads to used idx
` [PATCH v5 05/20] vhost: Reorder vhost_svq_kick
` [PATCH v5 06/20] vhost: Move vhost_svq_kick call to vhost_svq_add
` [PATCH v5 07/20] vhost: Check for queue full at vhost_svq_add
` [PATCH v5 08/20] vhost: Decouple vhost_svq_add from VirtQueueElement
` [PATCH v5 09/20] vhost: Add SVQDescState
` [PATCH v5 10/20] vhost: Track number of descs in SVQDescState
` [PATCH v5 11/20] vhost: add vhost_svq_push_elem
` [PATCH v5 12/20] vhost: Expose vhost_svq_add
` [PATCH v5 13/20] vhost: add vhost_svq_poll
` [PATCH v5 14/20] vhost: Add svq avail_handler callback
` [PATCH v5 15/20] vdpa: Export vhost_vdpa_dma_map and unmap calls
` [PATCH v5 16/20] vdpa: manual forward CVQ buffers
` [PATCH v5 17/20] vdpa: Buffer CVQ support on shadow virtqueue
` [PATCH v5 18/20] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [PATCH v5 19/20] vdpa: Add device migration blocker
` [PATCH v5 20/20] vdpa: Add x-svq to NetdevVhostVDPAOptions
[RFC PATCH 0/8] Refactor bdrv_try_set_aio_context using transactions
2022-07-19 9:57 UTC (4+ messages)
` [RFC PATCH 7/8] block: use the new _change_ API instead of _can_set_ and _set_
[PATCH v2 0/8] AArch64/HMAT support and tests
2022-07-19 9:49 UTC (9+ messages)
` [PATCH v2 1/8] hmat acpi: Don't require initiator value in -numa
` [PATCH v2 2/8] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs
` [PATCH v2 3/8] tests: acpi: q35: add test for hmat nodes without initiators
` [PATCH v2 4/8] tests: acpi: q35: update expected blobs *.hmat-noinitiators
` [PATCH v2 5/8] tests: Add HMAT AArch64/virt empty table files
` [PATCH v2 6/8] hw/arm/virt: Enable HMAT on arm virt machine
` [PATCH v2 7/8] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators
` [PATCH v2 8/8] tests: virt: Update expected *.acpihmatvirt tables
[PATCH] util: Fix broken build on Haiku
2022-07-19 9:33 UTC (3+ messages)
[PATCH v2 00/19] vdpa net devices Rx filter change notification with Shadow VQ
2022-07-19 9:09 UTC (10+ messages)
` [PATCH v2 12/19] vhost: add vhost_svq_poll
[PULL 00/30] ppc queue
2022-07-19 8:56 UTC (2+ messages)
[PATCH v3 0/5] Fix LoongArch coverity error and cpu name bug
2022-07-19 8:38 UTC (8+ messages)
` [PATCH v3 1/5] target/loongarch/cpu: Fix cpu_class_by_name function
` [PATCH v3 2/5] hw/intc/loongarch_pch_pic: Fix bugs for update_irq function
[PATCH v1 0/6] Support booting bios and kernel for LoongArch
2022-07-19 8:10 UTC (14+ messages)
` [PATCH 1/6] hw/loongarch: Add fw_cfg table support
` [PATCH 2/6] hw/loongarch: Add uefi bios loading support
` [PATCH 3/6] hw/loongarch: Add linux kernel booting support
` [PATCH 4/6] hw/loongarch: Add smbios support
` [PATCH 5/6] hw/loongarch: Add acpi ged support
` [PATCH 6/6] hw/loongarch: Add fdt support
[PATCH v11 00/10] vhost-vdpa: add support for configure interrupt
2022-07-19 8:07 UTC (2+ messages)
[PATCH] monitor: Support specified vCPU registers
2022-07-19 7:55 UTC
[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
2022-07-19 8:00 UTC (2+ messages)
[PATCH] qtest/machine-none: Add LoongArch support
2022-07-19 7:36 UTC (2+ messages)
[PATCH 0/8] tests/tcg/loongarch64: Add some tests
2022-07-19 7:33 UTC (7+ messages)
` [PATCH 2/8] fpu/softfloat: Add LoongArch specialization for pickNaNMulAdd
` [PATCH 3/8] target/loongarch: Fix float_convd/float_convs test failing
[PATCH v2 00/15] Preliminary patches for subproject split
2022-07-19 7:24 UTC (5+ messages)
` [PATCH v2 04/15] error-report: introduce overridable error_is_detailed()
` [PATCH v2 05/15] stubs: remove needless error_vprintf_unless_qmp()
[PULL 00/14] Testing and misc patches
2022-07-19 7:04 UTC (15+ messages)
` [PULL 01/14] qga: treat get-guest-fsinfo as "best effort"
` [PULL 02/14] tests/vm: use 'cp' instead of 'ln' for temporary vm images
` [PULL 03/14] tests/vm: switch CentOS 8 to CentOS 8 Stream
` [PULL 04/14] tests/vm: switch centos.aarch64 "
` [PULL 05/14] tests/vm: upgrade Ubuntu 18.04 VM to 20.04
` [PULL 06/14] tests/vm: remove ubuntu.i386 VM test
` [PULL 07/14] tests/vm: remove duplicate 'centos' "
` [PULL 08/14] tests/vm: add 1GB extra memory per core
` [PULL 09/14] tests/vm: Remove docker cross-compile test from CentOS VM
` [PULL 10/14] qtest/machine-none: Add LoongArch support
` [PULL 11/14] tests/unit: Replace g_memdup() by g_memdup2()
` [PULL 12/14] Replace 'whitelist' with 'allow'
` [PULL 13/14] util: Fix broken build on Haiku
` [PULL 14/14] python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
[PATCH 0/1] Fix pointer masking functionality for RISC-V
2022-07-19 7:06 UTC (4+ messages)
` [PATCH 1/1] target/riscv: Fix typo and restore Pointer Masking "
[PATCH v2] i386: Disable BTS
2022-07-19 6:56 UTC
[PATCH v1] target/loongarch/cpu: Fix cpucfg default value
2022-07-19 7:02 UTC (3+ messages)
[PATCH] roms/opensbi: Upgrade from v1.0 to v1.1
2022-07-19 6:56 UTC (3+ messages)
[PATCH v4 00/19] vdpa net devices Rx filter change notification with Shadow VQ
2022-07-19 6:45 UTC (7+ messages)
` [PATCH v4 16/19] vdpa: Buffer CVQ support on shadow virtqueue
` [PATCH v4 18/19] vdpa: Add device migration blocker
[PATCH] tests/docker/dockerfiles: Add debian-loongarch-cross.docker
2022-07-19 5:31 UTC (2+ messages)
[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
2022-07-19 4:55 UTC (2+ messages)
[PATCH 0/8] AArch64/HMAT support and tests
2022-07-19 4:33 UTC (5+ messages)
` [PATCH 1/8] hmat acpi: Don't require initiator value in -numa
[PATCH] acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()
2022-07-19 2:41 UTC (5+ messages)
[RFC PATCH v5 0/4] RISC-V Smstateen support
2022-07-19 1:03 UTC (7+ messages)
` [RFC PATCH v5 1/4] target/riscv: Add smstateen support
` "
[PATCH V3 0/6] Improve the U/S/H extension related check
2022-07-19 0:23 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).