Re: [libvirt] [PATCH v3 18/30] qemu: prepare NVMe devices too

2019-12-10 Thread Cole Robinson
On 12/2/19 9:26 AM, Michal Privoznik wrote: > The qemu driver has its own wrappers around virHostdev module (so > that some arguments are filled in automatically). Extend these to > include NVMe devices too. > > Signed-off-by: Michal Privoznik > ACKed-by: Peter Krempa > --- > src/qemu/qemu_host

[libvirt] [PATCH v3 18/30] qemu: prepare NVMe devices too

2019-12-02 Thread Michal Privoznik
The qemu driver has its own wrappers around virHostdev module (so that some arguments are filled in automatically). Extend these to include NVMe devices too. Signed-off-by: Michal Privoznik ACKed-by: Peter Krempa --- src/qemu/qemu_hostdev.c | 49 ++--- src/qe