1. 16 4月, 2013 1 次提交
    • G
      console: rename vga_hw_*, add QemuConsole param · 1dbfa005
      Gerd Hoffmann 提交于
      Add QemuConsole parameter to vga_hw_*, so the interface allows to update
      non-active consoles (the actual code can't handle this yet, see next
      patch).  Passing NULL is allowed and updates the active console, like
      the functions do today.
      
      While touching all vga_hw_* calls anyway rename that to the functions to
      hardware-neutral graphics_hw_*
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      1dbfa005
  2. 18 3月, 2013 5 次提交
  3. 19 12月, 2012 2 次提交
  4. 01 11月, 2012 4 次提交
  5. 27 2月, 2012 1 次提交
  6. 02 2月, 2012 5 次提交
  7. 16 9月, 2011 1 次提交
  8. 23 8月, 2011 1 次提交
  9. 21 8月, 2011 1 次提交
  10. 05 8月, 2011 15 次提交
  11. 24 7月, 2011 1 次提交
  12. 08 6月, 2011 1 次提交
  13. 15 5月, 2011 1 次提交
  14. 02 4月, 2011 1 次提交
    • S
      ui/sdl: Load optional QEMU icon · 09cec717
      Stefan Weil 提交于
      Load an optional QEMU icon file. If there is no icon file named
      qemu.bmp in QEMU's default search path, QEMU will run with
      the usual system default icon.
      
      A matching icon file  will be loaded and used by X Windows managers
      or MS Windows while a QEMU instance is running.
      
      SDL requires icon files in 32x32x4 bmp format.
      
      Cc: Anthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      09cec717