1. 14 5月, 2009 1 次提交
  2. 13 5月, 2009 11 次提交
  3. 12 5月, 2009 4 次提交
  4. 11 5月, 2009 11 次提交
  5. 08 5月, 2009 8 次提交
  6. 07 5月, 2009 4 次提交
  7. 06 5月, 2009 1 次提交
    • M
      Fix qemu driver's interpretation of <hostdev managed='yes'/> · 1d6c713b
      Mark McLoughlin 提交于
      This change:
      
        Tue Mar  3 08:55:13 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
      
             Don't try to detach & reset PCI devices while running test
             suite for XML-> ARGV conversion.
             * src/qemu_driver.c: Add qemuPrepareHostDevices() helper to
             detach and reset PCI devices.
             * src/qemu_conf.c: Don't detach & reset PCI devices while
             building the command line argv
      
      accidentally did this:
      
      -            if (hostdev->managed) {
      +        if (!hostdev->managed) {
      
      Which results in managed='yes' not causing the device to be
      detached when the guest is starting.
      Signed-off-by: NMark McLoughlin <markmc@redhat.com>
      1d6c713b