qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] spice: qxl device
@ 2010-11-30 13:31 Gerd Hoffmann
  0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2010-11-30 13:31 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

   Hi,

The following changes since commit 661a1799ba6544a54888283db19dd51469da01e5:

   Add pcnet-pci.c (2010-11-27 11:56:02 +0000)

are available in the git repository at:
   git://anongit.freedesktop.org/spice/qemu qxl

Gerd Hoffmann (2):
       spice: add qxl vgabios binary.
       spice: add qxl device

  Makefile                |    2 +-
  Makefile.target         |    1 +
  hw/hw.h                 |   14 +
  hw/pc.c                 |    8 +
  hw/qxl-logger.c         |  248 ++++++++
  hw/qxl-render.c         |  226 +++++++
  hw/qxl.c                | 1587 
+++++++++++++++++++++++++++++++++++++++++++++++
  hw/qxl.h                |  112 ++++
  hw/vga_int.h            |    2 +-
  pc-bios/vgabios-qxl.bin |  Bin 0 -> 40448 bytes
  qemu-options.hx         |    6 +-
  sysemu.h                |    3 +-
  ui/spice-core.c         |   15 +
  vl.c                    |    4 +-
  14 files changed, 2223 insertions(+), 5 deletions(-)
  create mode 100644 hw/qxl-logger.c
  create mode 100644 hw/qxl-render.c
  create mode 100644 hw/qxl.c
  create mode 100644 hw/qxl.h
  create mode 100644 pc-bios/vgabios-qxl.bin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-01  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 13:31 [Qemu-devel] [PULL] spice: qxl device Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).