1. 30 9月, 2009 1 次提交
    • D
      Fix QEMU test suite with new VNC env variable · 727cda9d
      Daniel P. Berrange 提交于
      * qemuxml2argvdata/qemuxml2argv-graphics-vnc-sasl.args,
        qemuxml2argvdata/qemuxml2argv-graphics-vnc-tls.args,
        qemuxml2argvdata/qemuxml2argv-graphics-vnc.args,
        qemuxml2argvdata/qemuxml2argv-input-xen.args: Add in
        QEMU_AUDIO_DRV=none env variable
      727cda9d
  2. 10 7月, 2009 1 次提交
    • M
      Switch to using a unix socket for the qemu monitor · 62455ed8
      Mark McLoughlin 提交于
      We keep support for the pty based monitor so that we can re-connect
      to VMs started by older versions of libvirtd.
      
      * src/domain_conf.c: handle formatting and parsing unix monitors
      
      * src/qemu_driver.c: add qemudOpenMonitorUnix(), remove the monitor
        pty path searching from qemudFindCharDevicePTYs(), switch
        qemudStartVMDaemon() and qemuDomainXMLToNative() to using a unix
        monitor
      
      * tests/qemuxml2argvtest.c: switch to using a unix monitor
      
      * tests/qemuxml2argvdata/qemuxml2argv-*.args: update test data
      62455ed8
  3. 11 5月, 2009 1 次提交
    • C
      Add pidfile argument to __virExec · a331653d
      Cole Robinson 提交于
      virExec will write out the pid of the daemonized process only. Use this
      in the QEMU driver, rather than QEMU's pidfile, so we can catch errors we
      might miss if the emulator bails early.
      a331653d
  4. 18 12月, 2008 1 次提交
  5. 11 10月, 2008 1 次提交
  6. 11 8月, 2008 1 次提交
    • J
      tests: append a newline to expected-output files lacking NL-at-EOF · efb8492b
      Jim Meyering 提交于
      * tests/qemuxml2argvtest.c (testCompareXMLToArgvFiles): Adjust the
      code that creates "actual" output, so that it too produces a
      newline-terminated buffer.
      * tests/qemuxml2argvdata/*.args: Append a newline to each, via:
      for i in $(find|grep '\.args$'); do echo >> $i;done
      efb8492b
  7. 23 5月, 2008 1 次提交
  8. 26 4月, 2008 1 次提交
  9. 19 7月, 2007 1 次提交