1. 01 8月, 2011 2 次提交
  2. 20 7月, 2011 1 次提交
  3. 04 7月, 2011 6 次提交
  4. 12 6月, 2011 1 次提交
  5. 06 6月, 2011 1 次提交
  6. 03 5月, 2011 3 次提交
  7. 24 1月, 2011 2 次提交
  8. 10 1月, 2011 1 次提交
  9. 09 12月, 2010 1 次提交
    • G
      spice: add qxl device · a19cbfb3
      Gerd Hoffmann 提交于
      qxl is a paravirtual graphics card.  The qxl device is the bridge
      between the guest and the spice server (aka libspice-server).  The
      spice server will send the rendering commands to the spice client, which
      will actually render them.
      
      The spice server is also able to render locally, which is done in case
      the guest wants read something from video memory.  Local rendering is
      also used to support display over vnc and sdl.
      
      qxl is activated using "-vga qxl".  qxl supports multihead, additional
      cards can be added via '-device qxl".
      
      [ v2: add copyright to files                     ]
      [ v2: use qemu-common.h for standard includes    ]
      [ v2: create separate qxl-vga device for primary ]
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      a19cbfb3