]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Introduce nvme disk to domblklist
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 20 Sep 2019 13:23:56 +0000 (15:23 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Dec 2019 09:04:44 +0000 (10:04 +0100)
commit67010e87499196ccfaff2c0fd0baca6efe2bd730
tree9ff31a83766c6b42ad0b4dc718329611835f1640
parent430715604fe8e02599915f50ad6c83be56c6c042
virsh: Introduce nvme disk to domblklist

This is slightly more complicated because NVMe disk source is not
a simple attribute to <source/> element. The format in which the
PCI address and namespace ID are printed is the same as QEMU
accepts them:

  nvme://XXXX:XX:XX.X/X

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
tools/virsh-domain-monitor.c