1. 01 3月, 2013 2 次提交
  2. 27 2月, 2013 1 次提交
    • G
      gtk ui: unbreak spice · f963e4d0
      Gerd Hoffmann 提交于
      Merge of the gtk ui brought a initialitation order issue for spice:
      The using_spice variable isn't set yet when checked, leading to the
      default UI being activated (additionally to spice remote access).
      
      Let's set display_remote when we find a -spice switch on the command
      line, like we do for vnc.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Message-id: 1361804550-15858-1-git-send-email-kraxel@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      f963e4d0
  3. 22 2月, 2013 1 次提交
    • A
      gtk: make default UI (v5) · 15546425
      Anthony Liguori 提交于
      A user can still enable SDL with '-sdl' or '-display sdl' but start making the
      default display GTK by default.
      
      I'd also like to deprecate the SDL display and remove it in a few releases.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-9-git-send-email-aliguori@us.ibm.com
      15546425
  4. 19 2月, 2013 1 次提交
  5. 16 2月, 2013 2 次提交
  6. 11 2月, 2013 2 次提交
  7. 05 2月, 2013 7 次提交
  8. 02 2月, 2013 4 次提交
  9. 30 1月, 2013 2 次提交
  10. 26 1月, 2013 1 次提交
  11. 19 1月, 2013 1 次提交
  12. 17 1月, 2013 1 次提交
  13. 16 1月, 2013 2 次提交
  14. 13 1月, 2013 1 次提交
  15. 11 1月, 2013 1 次提交
  16. 07 1月, 2013 1 次提交
  17. 03 1月, 2013 1 次提交
    • M
      disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc) · ab51b1d5
      Michael Tokarev 提交于
      Curses display requires stdin/out to stay on the terminal,
      so -daemonize makes no sense in this case.  Instead of
      leaving display uninitialized like is done since 995ee2bf,
      explicitly detect this case earlier and error out.
      
      -nographic can actually be used with -daemonize, by redirecting
      everything to a null device, but the problem is that according
      to documentation and historical behavour, -nographic redirects
      guest ports to stdin/out, which, again, makes no sense in case
      of -daemonize.  Since -nographic is a legacy option, don't bother
      fixing this case (to allow -nographic and -daemonize by redirecting
      guest ports to null instead of stdin/out in this case), but disallow
      it completely instead, to stop garbling host terminal.
      
      If no display display needed and user wants to use -nographic,
      the right way to go is to use
        -serial null -parallel null -monitor none -display none -vga none
      instead of -nographic.
      
      Also prevent the same issue -- it was possible to get garbled
      host tty after
      
        -nographic -daemonize
      
      and it is still possible to have it by using
      
        -serial stdio -daemonize
      
      Fix this by disallowing opening stdio chardev when -daemonize
      is specified.
      Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      ab51b1d5
  18. 19 12月, 2012 9 次提交