• 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
可在Tags中查看这些版本中当前仓库的状态.
ChangeLog 588.8 KB