All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL] spice: add qxl device, qmp events + monitor commands.
Date: Thu, 09 Dec 2010 14:33:30 +0100	[thread overview]
Message-ID: <4D00DAAA.4090301@redhat.com> (raw)

The following changes since commit 138b38b61bf92d4e9588acf934e532499c94e185:

   ppc: kvm: fix signedness warning (2010-12-08 21:30:19 +0100)

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

Gerd Hoffmann (7):
       spice: add qxl vgabios binary.
       spice: add qxl device
       spice: connection events.
       spice: add qmp 'query-spice' and hmp 'info spice' commands.
       vnc: auth reject cleanup
       vnc: support password expire
       vnc/spice: add set_passwd monitor command.

  Makefile                |    2 +-
  Makefile.target         |    1 +
  QMP/qmp-events.txt      |   64 ++
  console.h               |    1 +
  hmp-commands.hx         |   54 ++
  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 +-
  monitor.c               |  130 ++++
  monitor.h               |    3 +
  pc-bios/vgabios-qxl.bin |  Bin 0 -> 40448 bytes
  qemu-common.h           |    3 +
  qemu-options.hx         |    6 +-
  qmp-commands.hx         |  127 ++++
  sysemu.h                |    3 +-
  ui/qemu-spice.h         |    8 +
  ui/spice-core.c         |  261 ++++++++
  ui/vnc.c                |   44 +-
  ui/vnc.h                |    1 +
  vl.c                    |    4 +-
  24 files changed, 2887 insertions(+), 22 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

             reply	other threads:[~2010-12-09 13:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-09 13:33 Gerd Hoffmann [this message]
2010-12-15 11:52 ` [Qemu-devel] [PULL] spice: add qxl device, qmp events + monitor commands Gerd Hoffmann
2010-12-27 22:14   ` Aurelien Jarno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D00DAAA.4090301@redhat.com \
    --to=kraxel@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.