qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] kvm/msi: do explicit commit when adding msi routes
@ 2021-12-11 14:27 Longpeng(Mike) via
  2021-12-11 14:27 ` [PATCH 1/2] kvm-irqchip: introduce new API to support route change Longpeng(Mike) via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Longpeng(Mike) via @ 2021-12-11 14:27 UTC (permalink / raw)
  To: pbonzini, alex.williamson, mst, mtosatti
  Cc: kvm, qemu-devel, arei.gonglei, Longpeng

From: Longpeng <longpeng2@huawei.com>

This patchset moves the call to kvm_irqchip_commit_routes() out of
kvm_irqchip_add_msi_route(). An optimization of vfio migration [1]
depends on this changes.

[1] https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg00968.html

Longpeng (Mike) (2):
  kvm-irqchip: introduce new API to support route change
  kvm/msi: do explicit commit when adding msi routes

 accel/kvm/kvm-all.c    |  7 ++++---
 accel/stubs/kvm-stub.c |  2 +-
 hw/misc/ivshmem.c      |  5 ++++-
 hw/vfio/pci.c          |  5 ++++-
 hw/virtio/virtio-pci.c |  4 +++-
 include/sysemu/kvm.h   | 23 +++++++++++++++++++++--
 target/i386/kvm/kvm.c  |  4 +++-
 7 files changed, 40 insertions(+), 10 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2022-01-04  0:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 14:27 [PATCH 0/2] kvm/msi: do explicit commit when adding msi routes Longpeng(Mike) via
2021-12-11 14:27 ` [PATCH 1/2] kvm-irqchip: introduce new API to support route change Longpeng(Mike) via
2021-12-11 14:27 ` [PATCH 2/2] kvm/msi: do explicit commit when adding msi routes Longpeng(Mike) via
2022-01-04  0:48 ` [PATCH 0/2] " longpeng2--- via

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