RE: [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing

2021-10-07 Thread Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
> m...@redhat.com; qemu-devel@nongnu.org; Gonglei (Arei) > ; chenjiashang > Subject: Re: [PATCH v3 7/9] vfio: add infrastructure to commit the deferred > kvm > routing > > On Tue, 21 Sep 2021 07:02:00 +0800 > "Longpeng(Mike)" wrote: > > > 'defer

Re: [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing

2021-10-01 Thread Alex Williamson
On Tue, 21 Sep 2021 07:02:00 +0800 "Longpeng(Mike)" wrote: > 'defer_kvm_irq_routing' indicates whether we should defer to commit > the kvm routing. > > Signed-off-by: Longpeng(Mike) > --- > hw/vfio/pci.c | 43 ++- > hw/vfio/pci.h | 1 + > 2 files

[PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing

2021-09-20 Thread Longpeng(Mike)
'defer_kvm_irq_routing' indicates whether we should defer to commit the kvm routing. Signed-off-by: Longpeng(Mike) --- hw/vfio/pci.c | 43 ++- hw/vfio/pci.h | 1 + 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/hw/vfio/pci.c