]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Modify the structure _virDomainBlockIoTuneInfo.
authorMatthias Gatto <matthias.gatto@outscale.com>
Wed, 29 Oct 2014 12:16:00 +0000 (13:16 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Nov 2014 14:48:59 +0000 (15:48 +0100)
commite34ffa96fb4344f122d491ebdb4679dfbaaa8857
tree4cd8be967f434173a5f7d63ea41d5dd684c241eb
parentc040e14bff179b6d478e6d38b5c97c135117fa60
qemu: Modify the structure _virDomainBlockIoTuneInfo.

Modify the structure _virDomainBlockIoTuneInfo to support these the new
options.
Change the initialization of the variable expectedInfo in qemumonitorjsontest.c
to avoid compiling problem.
Add documentation about the new xml options

Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemumonitorjsontest.c