1. 18 7月, 2018 5 次提交
  2. 17 7月, 2018 2 次提交
  3. 13 7月, 2018 6 次提交
  4. 10 7月, 2018 9 次提交
  5. 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
  6. 06 7月, 2018 2 次提交
  7. 03 7月, 2018 6 次提交
  8. 27 6月, 2018 5 次提交
  9. 26 6月, 2018 4 次提交