qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-21 08:01:45 to 2022-01-21 20:54:52 UTC [more...]

[PATCH 00/31] vDPA shadow virtqueue
 2022-01-21 20:27 UTC  (16+ messages)
` [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
` [PATCH 02/31] vhost: Add VhostShadowVirtqueue
` [PATCH 03/31] vdpa: Add vhost_svq_get_dev_kick_notifier
` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
` [PATCH 05/31] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
` [PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier
` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [PATCH 10/31] vhost: Route host->guest notification through shadow virtqueue
` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
` [PATCH 14/31] virtio: Add vhost_shadow_vq_get_vring_addr
` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
` [PATCH 23/31] vdpa: Add custom IOTLB translations to SVQ
` [PATCH 26/31] vdpa: Clear VHOST_VRING_F_LOG at vhost_vdpa_set_vring_addr in SVQ
` [PATCH 27/31] vdpa: Never set log_base addr if SVQ is enabled

[PATCH 0/2] some simplifications in hw/core/fw-path-provider.c
 2022-01-21 20:29 UTC  (3+ messages)
` [PATCH 1/2] hw/core/fw-path-provider: turn fw_path_provider_get_dev_path() static
` [PATCH 2/2] hw/core/fw-path-provider.c: open code fw_path_provider_get_dev_path()

Help with ppc e500 tlb usage
 2022-01-21 18:38 UTC  (4+ messages)
      ` [EXT] - "

[PATCH] python: pin setuptools below v60.0.0
 2022-01-21 19:15 UTC  (4+ messages)

[PATCH 1/1] target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()
 2022-01-21 18:32 UTC  (2+ messages)

[PATCH v2] ide: Increment BB in-flight counter for TRIM BH
 2022-01-21 18:47 UTC  (2+ messages)

[PATCH v3 00/16] job: replace AioContext lock with job_mutex
 2022-01-21 17:43 UTC  (10+ messages)
` [PATCH v3 03/16] job.h: define locked functions
` [PATCH v3 14/16] job.c: use job_get_aio_context()

[PATCH] ppc/pnv: Fail DMA access if page permissions are not correct
 2022-01-21 17:35 UTC  (3+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-01-21 17:05 UTC  (34+ messages)
` [PATCH v6 01/33] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API
` [PATCH v6 03/33] assertions for block "
` [PATCH v6 04/33] block/export/fuse.c: allow writable exports to take RESIZE permission
` [PATCH v6 05/33] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v6 06/33] block/block-backend.c: assertions for block-backend
` [PATCH v6 07/33] include/block/block_int: split header into I/O and global state API
` [PATCH v6 08/33] assertions for block_int "
` [PATCH v6 09/33] block: introduce assert_bdrv_graph_writable
` [PATCH v6 10/33] include/block/blockjob_int.h: split header into I/O and GS API
` [PATCH v6 11/33] assertions for blockjob_int.h
` [PATCH v6 12/33] block.c: add assertions to static functions
` [PATCH v6 13/33] include/block/blockjob.h: global state API
` [PATCH v6 14/33] assertions for blockjob.h "
` [PATCH v6 15/33] include/sysemu/blockdev.h: "
` [PATCH v6 16/33] assertions for blockdev.h "
` [PATCH v6 17/33] include/block/snapshot: global state API + assertions
` [PATCH v6 18/33] block/copy-before-write.h: "
` [PATCH v6 19/33] block: introduce bdrv_activate
` [PATCH v6 20/33] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PATCH v6 21/33] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
` [PATCH v6 22/33] block/coroutines: I/O API
` [PATCH v6 23/33] block_int-common.h: split function pointers in BlockDriver
` [PATCH v6 24/33] block_int-common.h: assertions in the callers of BlockDriver function pointers
` [PATCH v6 25/33] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v6 26/33] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PATCH v6 27/33] block-backend-common.h: split function pointers in BlockDevOps
` [PATCH v6 28/33] job.h: split function pointers in JobDriver
` [PATCH v6 29/33] job.h: assertions in the callers of JobDriver funcion pointers
` [PATCH v6 30/33] include/block/block_int-common.h: introduce bdrv_amend_pre_run and bdrv_amend_clean
` [PATCH v6 31/33] include/qemu/job.h: introduce job->pre_run() and use it in amend
` [PATCH v6 32/33] crypto: delegate permission functions to JobDriver .pre_run
` [PATCH v6 33/33] block.c: assertions to the block layer permissions API

[PATCH] tests/qtest/ide-test: Remove bad retry_isa test
 2022-01-21 18:00 UTC  (2+ messages)

[PATCH v4 0/3] trace qmp commands
 2022-01-21 17:59 UTC  (6+ messages)
` [PATCH v4 1/3] scripts/qapi/gen.py: add FOO.trace-events output module
` [PATCH v4 2/3] scripts/qapi/commands: gen_commands(): add add_trace_events arg
` [PATCH v4 3/3] meson: generate trace events for qmp commands

[PATCH] xen-mapcache: Avoid entry->lock overflow
 2022-01-21 17:33 UTC 

[PATCH] target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E
 2022-01-21 17:33 UTC  (3+ messages)

[PATCH v17] qapi: introduce 'x-query-x86-cpuid' QMP command
 2022-01-21 16:39 UTC 

[PATCH v16] qapi: introduce 'x-query-x86-cpuid' QMP command
 2022-01-21 16:33 UTC  (3+ messages)

[PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2022-01-21 16:11 UTC  (11+ messages)
` [PATCH v7 01/10] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v7 02/10] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models
` [PATCH v7 03/10] hw/arm/xlnx-versal: Connect Versal's PMC SLCR
` [PATCH v7 04/10] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v7 05/10] hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method
` [PATCH v7 06/10] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v7 07/10] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v7 08/10] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v7 09/10] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PATCH v7 10/10] MAINTAINERS: Add an entry for Xilinx Versal OSPI

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2022-01-21 15:54 UTC  (5+ messages)

[PATCH v6 0/7] tests: Refresh lcitool submodule & remove libxml2
 2022-01-21 15:41 UTC  (8+ messages)
` [PATCH v6 1/7] MAINTAINERS: Cover lcitool submodule with build test / automation
` [PATCH v6 2/7] gitmodules: Correct libvirt-ci submodule URL
` [PATCH v6 3/7] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files
` [PATCH v6 4/7] drop libxml2 checks since libxml is not actually used (for parallels)
` [PATCH v6 5/7] tests/lcitool: Refresh submodule and remove libxml2
` [PATCH v6 6/7] tests: Manually remove libxml2 on MSYS2 runners
` [PATCH v6 7/7] tests/lcitool: Install libibumad to cover RDMA on Debian based distros

[PATCH v6 00/12] Xilinx Versal's PMC SLCR and OSPI support
 2022-01-21 15:46 UTC  (7+ messages)
` [PATCH v6 05/12] hw/dma: Add the DMA control interface
` [PATCH v6 07/12] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-21 15:50 UTC  (3+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v4 0/8] tests: Refresh lcitool submodule & remove libxml2
 2022-01-21 15:37 UTC  (22+ messages)
` [PATCH v4 1/8] MAINTAINERS: Cover lcitool submodule with build test / automation
` [PATCH v4 2/8] gitmodules: Correct libvirt-ci URL
` [PATCH v4 3/8] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files
` [PATCH v4 4/8] tests: Refresh lcitool submodule
` [PATCH v4 5/8] tests/lcitool: Install libibumad to cover RDMA on Debian based distros
` [PATCH v4 6/8] drop libxml2 checks since libxml is not actually used (for parallels)
` [PATCH v4 7/8] tests/lcitool: Remove libxml2
` [PATCH v4 8/8] tests: Manually remove libxml2 on MSYS2 runners

[PATCH] docs: expand firmware descriptor to allow flash without NVRAM
 2022-01-21 15:34 UTC 

"make check-acceptance" takes way too long
 2022-01-21 15:21 UTC  (8+ messages)

[PATCH 0/2] virtio: Add vhost-user-gpio device's support
 2022-01-21 15:15 UTC  (2+ messages)
` [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)

[PATCH v2] vl: Add support to set properties when using JSON syntax for -device via -set option
 2022-01-21 14:38 UTC  (4+ messages)

[PATCH 0/3] qsd: Add --daemonize; and add job quit tests
 2022-01-21 14:26 UTC  (12+ messages)
` [PATCH 1/3] qsd: Add pre-init argument parsing pass

[PATCH v13 0/7] Add vmnet.framework based network backend
 2022-01-21 13:03 UTC  (8+ messages)
` [PATCH v13 1/7] net/vmnet: add vmnet dependency and customizable option
` [PATCH v13 2/7] net/vmnet: add vmnet backends to qapi/net

[PULL 00/61] riscv-to-apply queue
 2022-01-21 12:58 UTC  (25+ messages)
` [PULL 33/61] target/riscv: rvv-1.0: Add Zve32f support for widening type-convert insns
` [PULL 34/61] target/riscv: rvv-1.0: Add Zve32f support for narrowing "
` [PULL 35/61] target/riscv: rvv-1.0: Allow Zve32f extension to be turned on
` [PULL 36/61] hw/riscv: spike: Allow using binary firmware as bios
` [PULL 37/61] hw/riscv: Remove macros for ELF BIOS image names
` [PULL 39/61] target/riscv: Adjust pmpcfg access with mxl
` [PULL 40/61] target/riscv: Don't save pc when exception return
` [PULL 41/61] target/riscv: Sign extend link reg for jal and jalr
` [PULL 42/61] target/riscv: Sign extend pc for different XLEN
` [PULL 43/61] target/riscv: Create xl field in env
` [PULL 44/61] target/riscv: Ignore the pc bits above XLEN
` [PULL 45/61] target/riscv: Extend pc for runtime pc write
` [PULL 46/61] target/riscv: Use gdb xml according to max mxlen
` [PULL 48/61] target/riscv: Adjust csr write mask with XLEN
` [PULL 49/61] target/riscv: Create current pm fields in env
` [PULL 50/61] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PULL 53/61] target/riscv: Split out the vill from vtype
` [PULL 54/61] target/riscv: Adjust vsetvl according to XLEN
` [PULL 55/61] target/riscv: Remove VILL field in VTYPE
` [PULL 56/61] target/riscv: Fix check range for first fault only
` [PULL 57/61] target/riscv: Adjust vector address with mask
` [PULL 60/61] target/riscv: Enable uxl field write
` [PULL 61/61] target/riscv: Relax UXL field for debugging

[PATCH v5 0/7] tests: Refresh lcitool submodule & remove libxml2
 2022-01-21 13:02 UTC  (8+ messages)
` [PATCH v5 1/7] MAINTAINERS: Cover lcitool submodule with build test / automation
` [PATCH v5 2/7] gitmodules: Correct libvirt-ci submodule URL
` [PATCH v5 3/7] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files
` [PATCH v5 4/7] drop libxml2 checks since libxml is not actually used (for parallels)
` [PATCH v5 5/7] tests/lcitool: Refresh submodule and remove libxml2
` [PATCH v5 6/7] tests: Manually remove libxml2 on MSYS2 runners
` [PATCH v5 7/7] tests/lcitool: Install libibumad to cover RDMA on Debian based distros

[PATCH] hw/armv7m: Fix broken VMStateDescription
 2022-01-21 12:19 UTC  (2+ messages)

[PATCH v3 00/19] Make image fleecing more usable
 2022-01-21 10:46 UTC  (4+ messages)
` [PATCH v3 10/19] block: introduce fleecing block driver

[PATCH v3 0/7] tests: Refresh lcitool submodule & remove libxml2
 2022-01-21 10:29 UTC  (3+ messages)
` [PATCH v3 5/7] drop libxml2 checks since libxml is not actually used (for parallels)

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2022-01-21 10:22 UTC  (9+ messages)
` [PATCH v5 28/31] block.c: assert BQL lock held in bdrv_co_invalidate_cache

[PATCH v1] include: hw: remove ibex_plic.h
 2022-01-21 10:26 UTC  (3+ messages)

[RESEND] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions
 2022-01-21  9:55 UTC  (3+ messages)

[PATCH] target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E
 2022-01-21  9:31 UTC 

[PATCH 1/2] libvhost-user: Add vu_notify_config_change() to support config change notify
 2022-01-21  8:46 UTC  (2+ messages)
` [PATCH 2/2] block/export: Add vhost-user-blk resize support

[RFC PATCH v5 00/14] support subsets of scalar crypto extension
 2022-01-21  8:15 UTC  (4+ messages)
` [RFC PATCH v5 14/14] target/riscv: rvk: expose zbk* and zk* properties

[PATCH v11 3/4] softmmu/dirtylimit: implement virtual CPU throttle
 2022-01-21  9:19 UTC  (4+ messages)

[PATCH v8 00/23] QEMU RISC-V AIA support
 2022-01-21  6:16 UTC  (3+ messages)

[RFC PATCH 0/7] AMX support in Qemu
 2022-01-21  7:21 UTC  (17+ messages)
` [RFC PATCH 1/7] x86: Fix the 64-byte boundary enumeration for extended state
` [RFC PATCH 2/7] x86: Add AMX XTILECFG and XTILEDATA components
` [RFC PATCH 3/7] x86: Grant AMX permission for guest
` [RFC PATCH 4/7] x86: Add XFD faulting bit for state components

[PATCH v2] hw/nvme: fix CVE-2021-3929
 2022-01-21  6:32 UTC 


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