]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make qemuCmdFlags available in qemudDomainAttachDevice()
authorMark McLoughlin <markmc@redhat.com>
Fri, 17 Jul 2009 21:08:34 +0000 (22:08 +0100)
committerMark McLoughlin <markmc@redhat.com>
Wed, 22 Jul 2009 10:34:06 +0000 (11:34 +0100)
commit423af1977f2ace881ef7ba54fc362d766f9e3f1f
tree35b3eab2626c266eaadc31ee24a80103588da0d7
parent30605477f2ade95f2eedacbf193cd0a003a67613
Make qemuCmdFlags available in qemudDomainAttachDevice()

qemudDomainChangeEjectableMedia() currently extracts the qemu command
line flags, but other device attaching code might need it, so move
the qemudExtractVersionInfo() call up a frame.

* src/qemu_driver.c: move the qemudExtractVersionInfo() call from
  qemudDomainChangeEjectableMedia() to qemudDomainAttachDevice()
src/qemu_driver.c