]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: allow json in domxml-to-native
authortangchen <tangchen@cn.fujitsu.com>
Thu, 20 Oct 2011 10:37:52 +0000 (18:37 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 20 Oct 2011 20:30:48 +0000 (14:30 -0600)
commit755a09b579a5d27d4d39233652b597e0aa23166e
tree92ae5625f9fdf6040176be1398ec622e3e6ee881
parent10d3272ec3ded973d3bcaee8c2721e9e68474636
qemu: allow json in domxml-to-native

There is a little difference between the output of domxml-to-native and the actual commandline.
No matter qemu is in control or readline mode, domxml-to-native always converts it to readline mode.

That is because the parameter "monitor_json" for qemuBuildCommandLine() is always set to false
in qemuDomainXMLToNative().

Signed-off-by: tangchen <tangchen@cn.fujitsu.com>
src/qemu/qemu_driver.c