
10 Dec
2019
10 Dec
'19
8:25 p.m.
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 <mprivozn@redhat.com> ACKed-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_hostdev.c | 49 ++++++++++++++++++++++++++++++++++++++--- src/qemu/qemu_hostdev.h | 10 +++++++++ 2 files changed, 56 insertions(+), 3 deletions(-)
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole