qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] two optimizations to speed up the start time
@ 2022-12-27  7:20 Longpeng(Mike) via
  2022-12-27  7:20 ` [PATCH v3 1/3] vhost: simplify vhost_dev_enable_notifiers Longpeng(Mike) via
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Longpeng(Mike) via @ 2022-12-27  7:20 UTC (permalink / raw)
  To: stefanha, mst, jasowang, philmd
  Cc: cohuck, sgarzare, pbonzini, arei.gonglei, yechuan, huangzhichao,
	qemu-devel, Longpeng

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-12-29  5:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-27  7:20 [PATCH v3 0/3] two optimizations to speed up the start time Longpeng(Mike) via
2022-12-27  7:20 ` [PATCH v3 1/3] vhost: simplify vhost_dev_enable_notifiers Longpeng(Mike) via
2022-12-27  7:20 ` [PATCH v3 2/3] vhost: configure all host notifiers in a single MR transaction Longpeng(Mike) via
2022-12-27 16:43   ` Philippe Mathieu-Daudé
2022-12-27 17:54     ` Michael S. Tsirkin
2022-12-28 13:12       ` Philippe Mathieu-Daudé
2022-12-29  5:18         ` longpeng2--- via
2022-12-27  7:20 ` [PATCH v3 3/3] vdpa: commit all host notifier MRs " Longpeng(Mike) via
2022-12-27 16:51   ` Philippe Mathieu-Daudé
2022-12-27 17:56     ` Michael S. Tsirkin
2022-12-28 13:14       ` Philippe Mathieu-Daudé

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