qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-04 06:58:23 to 2022-08-04 18:56:32 UTC [more...]

[PATCH v7 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-04 18:28 UTC  (12+ messages)
` [PATCH v7 01/12] vhost: stop transfer elem ownership in vhost_handle_guest_kick
` [PATCH v7 02/12] vhost: use SVQ element ndescs instead of opaque data for desc validation
` [PATCH v7 03/12] vhost: Delete useless read memory barrier
` [PATCH v7 04/12] vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
` [PATCH v7 05/12] vhost_net: Add NetClientInfo prepare callback
` [PATCH v7 06/12] vhost_net: Add NetClientInfo stop callback
` [PATCH v7 07/12] vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
` [PATCH v7 08/12] vdpa: Move command buffers map to start of net device
` [PATCH v7 10/12] vhost_net: add NetClientState->load() callback
` [PATCH v7 11/12] vdpa: Add virtio-net mac address via CVQ at start
` [PATCH v7 12/12] vdpa: Delete CVQ migration blocker

[PATCH v2 0/1] target/ppc: fix unreachable code in do_ldst_quad()
 2022-08-04 18:18 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-04 18:23 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg: Test "

[PATCH] disas: Add LoongArch support
 2022-08-04 18:23 UTC  (3+ messages)

[PATCH v6 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-04 18:17 UTC  (13+ messages)
` [PATCH v6 01/12] vhost: stop transfer elem ownership in vhost_handle_guest_kick
` [PATCH v6 02/12] vhost: use SVQ element ndescs instead of opaque data for desc validation
` [PATCH v6 03/12] vhost: Delete useless read memory barrier
` [PATCH v6 04/12] vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
` [PATCH v6 05/12] vhost_net: Add NetClientInfo prepare callback
` [PATCH v6 06/12] vhost_net: Add NetClientInfo stop callback
` [PATCH v6 07/12] vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
` [PATCH v6 08/12] vdpa: Move command buffers map to start of net device
` [PATCH v6 09/12] vdpa: Extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
` [PATCH v6 10/12] vhost_net: add NetClientState->load() callback
` [PATCH v6 11/12] vdpa: Add virtio-net mac address via CVQ at start
` [PATCH v6 12/12] vdpa: Delete CVQ migration blocker

[PATCH v5 00/10] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-04 18:17 UTC  (18+ messages)
` [PATCH v5 02/10] vhost: use SVQ element ndescs instead of opaque data for desc validation
` [PATCH v5 03/10] vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
` [PATCH v5 06/10] vdpa: Make vhost_vdpa_net_cvq_map_elem accept any out sg

[PATCH v2 00/20] ppc: QOM'ify 405 board
 2022-08-04 18:18 UTC  (20+ messages)
` [PATCH v2 12/20] ppc/ppc405: QOM'ify EBC
` [PATCH v2 19/20] ppc/ppc405: QOM'ify I2C

[RFC 0/1] SPI support in QEMU TPM
 2022-08-04 18:07 UTC  (5+ messages)
` [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation

[RFC PATCH] cputlb and ssi: cache class to avoid expensive object_dynamic_cast_assert (HACK!!!)
 2022-08-04 17:33 UTC  (4+ messages)

[PATCH v10 00/21] job: replace AioContext lock with job_mutex
 2022-08-04 17:10 UTC  (9+ messages)
` [PATCH v10 08/21] jobs: add job lock in find_* functions
` [PATCH v10 09/21] jobs: use job locks also in the unit tests
` [PATCH v10 10/21] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v10 11/21] jobs: group together API calls under the same job lock

[PATCH 0/3] Check and repair duplicated clusters in parallels images
 2022-08-04 15:31 UTC  (9+ messages)
` [PATCH 1/3] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH 2/3] parallels: Let duplicates repairing pass without unwanted messages
` [PATCH 3/3] iotests, parallels: Add a test for duplicated clusters

[RFC 0/3] Add Generic SPI GPIO model
 2022-08-04 17:06 UTC  (7+ messages)

[PATCH v2 00/15] Preliminary patches for subproject split
 2022-08-04 17:04 UTC  (4+ messages)
` [PATCH v2 09/15] util: move 256-by-128 division helpers to int128

[PATCH v2 1/1] osdep: asynchronous teardown for shutdown on Linux
 2022-08-04 16:58 UTC  (9+ messages)

[PULL 0/9] More fixes + random seed patches for QEMU 7.1
 2022-08-04 16:56 UTC  (6+ messages)
` [PULL 9/9] hw/i386: pass RNG seed via setup_data entry

[PATCH] target/riscv: Fix priority of csr related check in riscv_csrrw_check
 2022-08-04 16:31 UTC  (4+ messages)

[PATCH] pc: add property for Linux setup_data seed
 2022-08-04 16:22 UTC  (6+ messages)

[PATCH for-7.1 0/5] Fix gdb bugs and update gdb-xml
 2022-08-04 16:08 UTC  (11+ messages)
` [PATCH for-7.1 1/5] target/loongarch: Fix GDB get the wrong pc
` [PATCH for-7.1 2/5] target/loongarch: add gdb_arch_name()
` [PATCH for-7.1 3/5] target/loongarch: update loongarch-base64.xml
` [PATCH for-7.1 4/5] target/loongarch: Update loongarch-fpu.xml
` [PATCH for-7.1 5/5] target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()

[PATCH v2 0/2] vdpa: do not save failed dma maps in SVQ iova tree
 2022-08-04 15:54 UTC  (3+ messages)
` [PATCH v2 1/2] vdpa: Skip the maps not in the "
` [PATCH v2 2/2] vdpa: do not save failed dma maps in SVQ "

[PATCH] vdpa: do not save failed dma maps in SVQ iova tree
 2022-08-04 15:50 UTC  (6+ messages)

[PATCH v5 0/8] Misc NPCM7XX patches
 2022-08-04 15:44 UTC  (14+ messages)
` [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER

[PATCH] hw/net/rocker: Avoid undefined shifts with more than 31 ports
 2022-08-04 15:27 UTC  (3+ messages)

[PATCH 0/2] vmgenid: add generation counter
 2022-08-04 15:01 UTC  (7+ messages)

[PATCH v1 1/1] QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6
 2022-08-04 14:05 UTC  (3+ messages)

[PATCH RFC v1] hw/i386: place setup_data at fixed place in memory
 2022-08-04 14:04 UTC  (24+ messages)
` [PATCH v2] "

[PATCH] target/loongarch: Fix macros SET_FPU_* in cpu.h
 2022-08-04 13:24 UTC 

[PATCH] error handling: Use TFR() macro where applicable
 2022-08-04  7:25 UTC 

[PATCH v2 for-7.1] hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)
 2022-08-04 13:13 UTC 

[PATCH v3] target/s390x: support PRNO_TRNG instruction
 2022-08-04 12:09 UTC  (10+ messages)
` [PATCH v4 0/2] MSA EXT 5 for s390x
  ` [PATCH v4 2/2] target/s390x: support SHA-512 extensions

[PATCH] hw/usb/hcd-xhci: Fix endless loop in case the DMA access fails (CVE-2020-14394)
 2022-08-04 12:29 UTC  (10+ messages)

[PATCH v2] scsi-disk: support setting CD-ROM block size via device options
 2022-08-04 12:29 UTC 

[PATCH v11 00/15] target/hexagon: introduce idef-parser
 2022-08-04 11:55 UTC  (16+ messages)
` [PATCH v11 01/15] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v11 02/15] target/hexagon: import README "
` [PATCH v11 03/15] target/hexagon: make slot number an unsigned
` [PATCH v11 04/15] target/hexagon: make helper functions non-static
` [PATCH v11 05/15] target/hexagon: introduce new helper functions
` [PATCH v11 06/15] target/hexagon: expose next PC in DisasContext
` [PATCH v11 07/15] target/hexagon: prepare input for the idef-parser
` [PATCH v11 08/15] target/hexagon: add flex/bison/glib2 to qemu.yml
` [PATCH v11 09/15] target/hexagon: regenerate docker/cirrus files
` [PATCH v11 10/15] target/hexagon: manually add flex/bison/glib2 to remaining containers
` [PATCH v11 11/15] target/hexagon: import lexer for idef-parser
` [PATCH v11 12/15] target/hexagon: prepare frontend for parser
` [PATCH v11 13/15] target/hexagon: import parser for idef-parser
` [PATCH v11 14/15] target/hexagon: call idef-parser functions
` [PATCH v11 15/15] target/hexagon: import additional tests

[PATCH] ppc: Remove redundant macro MSR_BOOK3S_MASK
 2022-08-04 11:48 UTC  (2+ messages)

[PATCH] include/qemu/host-utils.h: Simplify the compiler check in mulu128()
 2022-08-04 11:49 UTC  (2+ messages)

[PATCH] docs/about/removed-features: Move the -soundhw into the right section
 2022-08-04 11:47 UTC  (2+ messages)

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-04 11:44 UTC  (2+ messages)

[PATCH] README.rst: fix link formatting
 2022-08-04 11:44 UTC  (2+ messages)

[PATCH v2 0/2] virtio: remove unnecessary host_features in ->get_features()
 2022-08-04 10:14 UTC  (5+ messages)
` [PATCH v2 1/2] virtio: document vdc->get_features() callback
` [PATCH v2 2/2] virtio: remove unnecessary host_features in ->get_features()

[PATCH v2] hw/nvme: Add helper functions for qid-db conversion
 2022-08-04  9:07 UTC  (2+ messages)

VGA hardware cursor query
 2022-08-04  8:19 UTC  (2+ messages)

[PATCH] ui/console: fix qemu_console_resize() regression
 2022-08-04  8:11 UTC  (3+ messages)

[PATCH] scsi-disk: support setting CD-ROM block size via device options
 2022-08-04  8:06 UTC  (2+ messages)

[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
 2022-08-04  7:58 UTC  (11+ messages)

[PATCH v3 0/7] ASID support in vhost-vdpa net
 2022-08-04  7:54 UTC  (12+ messages)
` [PATCH v3 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v3 6/7] vhost_net: Add NetClientInfo prepare callback
` [PATCH v3 7/7] vdpa: Always start CVQ in SVQ mode

[PATCH for-7.1] virtiofsd: Fix format strings
 2022-08-04  7:48 UTC 

[PATCH] virtio-scsi: fix race in virtio_scsi_dataplane_start()
 2022-08-04  7:48 UTC  (2+ messages)

[PATCH 0/2] hw/arm/virt: Improve address assignment for highmem IO regions
 2022-08-04  7:19 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-04  7:10 UTC  (3+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH] KVM: HWPoison: Fix memory address&size during remap
 2022-08-04  6:59 UTC  (3+ messages)
` PING: "


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