1. 10 2月, 2016 3 次提交
    • C
      tests: Unconditionally enable QEMU_CAPS_DEVICE · 51045df0
      Cole Robinson 提交于
      QEMU_CAPS_DEVICE is always enabled for qemu binaries we support.
      Sync qemuxml2* to match, and regenerate all test output.
      51045df0
    • C
      tests: qemuxml2argv: remove some QEMU_CAPS_DEVICE problem cases · e9394d69
      Cole Robinson 提交于
      When we unconditionally enable QEMU_CAPS_DEVICE, these tests need
      some massaging, so do it ahead of time to not mix it in with the
      big test refresh.
      
      - minimal-s390 is not a real world working config, so drop it
      - disk-usb was testing for an old code path that will be removed.
        instead use it to test lack of USB disk support, and rename it
        to disk-usb-nosupport. Switch xml2xml to use disk-usb-device for
        input.
      - cputune-numatune was needlessly using q35, switch it to an older
        machine type
      e9394d69
    • M
      virDomainFormatSchedDef: Initialize @priority · 73b70b40
      Michal Privoznik 提交于
      Older gcc fails to see that the variable is set iff @hasPriority
      == true in which case the former is set a value. Initialize the
      value while declaring it to make the compiler shut up.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      73b70b40
  2. 09 2月, 2016 23 次提交
  3. 08 2月, 2016 14 次提交