]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Implement the qemu driver for virDomainGetFSInfo
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Sat, 22 Nov 2014 01:27:38 +0000 (20:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 24 Nov 2014 15:29:12 +0000 (10:29 -0500)
commit5c9cfa4976fb33886344917b4785399bff2ac848
treecc8c7cf6ba25cc173d4797faf7e613338d730329
parentee3dc4f19b80fc1c69ba3a454112f54a17d3d130
qemu: Implement the qemu driver for virDomainGetFSInfo

Get mounted filesystems list, which contains hardware info of disks and its
controllers, from QEMU guest agent 2.2+. Then, convert the hardware info
to corresponding device aliases for the disks.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_agent.c
src/qemu/qemu_agent.h
src/qemu/qemu_driver.c