Re: [libvirt PATCH v2 3/3] qemu: add vdpa support

2020-09-03 Thread Jonathon Jongsma
On Thu, 2020-09-03 at 00:55 -0400, Laine Stump wrote: > On 9/2/20 3:25 PM, Jonathon Jongsma wrote: > > Enable for qemu domains. This provides > > basic > > support and does not support hotplug or migration. > > Is there something specifically preventing hotplug, or you just > haven't >

Re: [libvirt PATCH v2 3/3] qemu: add vdpa support

2020-09-02 Thread Laine Stump
On 9/2/20 3:25 PM, Jonathon Jongsma wrote: Enable for qemu domains. This provides basic support and does not support hotplug or migration. Is there something specifically preventing hotplug, or you just haven't implemented it yet? (How does that work with FD passing, anyway? I haven't

[libvirt PATCH v2 3/3] qemu: add vdpa support

2020-09-02 Thread Jonathon Jongsma
Enable for qemu domains. This provides basic support and does not support hotplug or migration. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_command.c | 28 -- src/qemu/qemu_command.h | 3 +- src/qemu/qemu_domain.c