1. 10 7月, 2018 2 次提交
  2. 09 7月, 2018 1 次提交
    • E
      qemu: command: Fix building of the SDL display command line · ff767f08
      Erik Skultety 提交于
      QEMU uses a shorthand '-sdl' which maps to '-display sdl'. However, if
      there are any options to be passed to SDL, the full command version must
      be used. Everything seemingly worked for us until commit 5038b300
      introduced OpenGL support for SDL and added ',gl=on/off' option which as
      mentioned above could have never worked with the shorthand version of
      the command. Indeed starting a domain with an SDL display and OpenGL
      enabled, QEMU produces a rather cryptic error:
      
      -sdl: Could not open 'gl=on': No such file or directory
      
      This patch provides fixes to both the SDL cmdline generation and the
      test suite.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      ff767f08
  3. 06 7月, 2018 2 次提交
  4. 03 7月, 2018 3 次提交
  5. 26 6月, 2018 4 次提交
  6. 22 6月, 2018 1 次提交
  7. 21 6月, 2018 1 次提交
    • C
      qemu_command: replace vlan= with netdev= for legacy nic · 14781dcd
      Cole Robinson 提交于
      VMs with hardcoded platform network devices are forced to use old
      style '-net nic' command line config. Current we use qemu's vlan
      option to hook this with the '-netdev' host side of things.
      
      However since qemu 1.2 there is '-net nic,netdev=X' option for
      explicitly referencing a netdev ID, which is more inline with
      typical VM commandlines, so let's switch to that
      Signed-off-by: NCole Robinson <crobinso@redhat.com>
      14781dcd
  8. 19 6月, 2018 5 次提交
  9. 13 6月, 2018 1 次提交
  10. 12 6月, 2018 1 次提交
  11. 08 6月, 2018 3 次提交
  12. 06 6月, 2018 5 次提交
  13. 05 6月, 2018 6 次提交
  14. 01 6月, 2018 1 次提交
  15. 29 5月, 2018 2 次提交
  16. 25 5月, 2018 2 次提交