]> xenbits.xensource.com Git - libvirt.git/commit
Change extract pidfile & monitor config from QEMU command line
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Jun 2011 14:31:02 +0000 (15:31 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jul 2011 14:39:04 +0000 (15:39 +0100)
commitebbae359ffd717ee4faa570e8c174230142e9953
tree034e2803211acfc13f3b0f085181963de993c502
parentaccfe952eb37a62004accd146974e0ffcc36c266
Change extract pidfile & monitor config from QEMU command line

When converting QEMU argv into a virDomainDefPtr, also extract
the pidfile, monitor character device config and the monitor
mode.

* src/qemu/qemu_command.c, src/qemu/qemu_command.h: Extract
  pidfile & monitor config from QEMU argv
* src/qemu/qemu_driver.c, tests/qemuargv2xmltest.c: Add extra
  params when calling qemuParseCommandLineString
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
tests/qemuargv2xmltest.c