[PATCH v3 0/3] two optimizations to speed up the start time

Longpeng(Mike) via posted 3 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221227072015.3134-1-longpeng2@huawei.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>
hw/virtio/vhost-vdpa.c | 25 ++++++++++++++++++------
hw/virtio/vhost.c      | 44 +++++++++++++++++++++++++++---------------
2 files changed, 47 insertions(+), 22 deletions(-)
[PATCH v3 0/3] two optimizations to speed up the start time
Posted by Longpeng(Mike) via 1 year, 4 months ago
From: Longpeng <longpeng2@huawei.com>

Changes v3->v2:
 - cleanup the code [Philippe]

Changes v2->v1:
 Patch-1:
  - remove vq_init_count [Jason]
 Patch-2:
  - new added. [Jason]

v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg922499.html

Longpeng (Mike) (3):
  vhost: simplify vhost_dev_enable_notifiers
  vhost: configure all host notifiers in a single MR transaction
  vdpa: commit all host notifier MRs in a single MR transaction

 hw/virtio/vhost-vdpa.c | 25 ++++++++++++++++++------
 hw/virtio/vhost.c      | 44 +++++++++++++++++++++++++++---------------
 2 files changed, 47 insertions(+), 22 deletions(-)

-- 
2.23.0