]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move interface cmd line construction into a separate function
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 13 May 2013 15:31:06 +0000 (17:31 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 May 2013 15:05:36 +0000 (17:05 +0200)
commit565c07f171f0e1fb2c9eca7150a6513eeb9a459e
tree4015966cb859a45f945fa108e53d48afb97a574d
parent7e744f819921b871d20aa1bb2eccabd40c2a0f31
qemu: Move interface cmd line construction into a separate function

Currently, we have one huge function to construct qemu command line.
This is very ineffective esp. if there's a fault somewhere.
src/qemu/qemu_command.c