1. 17 4月, 2019 1 次提交
  2. 11 4月, 2019 6 次提交
  3. 03 4月, 2019 4 次提交
  4. 12 3月, 2019 2 次提交
  5. 05 3月, 2019 6 次提交
  6. 08 2月, 2019 12 次提交
  7. 01 2月, 2019 1 次提交
  8. 25 1月, 2019 1 次提交
  9. 02 1月, 2019 3 次提交
  10. 12 12月, 2018 1 次提交
    • E
      conf: domain: gfx: Iterate over graphics devices when doing validation · dd45c271
      Erik Skultety 提交于
      The QEMU validation code for graphics has been in place for a while, but
      because it is only executed from virDomainDeviceInfoIterateInternal, it
      was never run, since the iterator expects the device to have boot info
      which graphics don't have. The unfortunate side effect of this whole mess
      was that a few capabilities were missing from the test suite (as commit
      d8266ebe demonstrated with graphics-spice-invalid-egl-headless test),
      which in turn meant that a few graphics tests which expected a failure
      happily accepted any failure the test runtime returned which made them
      succeed. The impact of this was that we then allowed to start a domain
      with multiple OpenGL-enabled graphics devices.
      
      This patch enables iteration over graphics devices. Unsurprisingly,
      a few tests started to fail as a result, so fix those too.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      dd45c271
  11. 06 12月, 2018 1 次提交
  12. 03 12月, 2018 1 次提交
  13. 28 11月, 2018 1 次提交