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(a)redhat.com>
ACKed-by: Peter Krempa <pkrempa(a)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(a)redhat.com>
- Cole