qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] spice patch queue
@ 2012-03-19 13:30 Gerd Hoffmann
  2012-03-19 13:30 ` [Qemu-devel] [PATCH 1/7] spice: set spice uuid and name Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2012-03-19 13:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series brings tracing support for qxl and a bunch of
bugfixes, most notably the one for the recent spice initialization
breakage.  

please pull,
  Gerd

The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40:

  tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000)

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

Alon Levy (4):
      qxl: init_pipe_signaling: exit on failure
      qxl: switch qxl.c to trace-events
      qxl/qxl_render.c: add trace events
      spice: fix broken initialization

Marc-André Lureau (1):
      spice: set spice uuid and name

Peter Maydell (1):
      hw/qxl.c: Fix compilation failures on 32 bit hosts

Yonit Halperin (1):
      monitor: fix client_migrate_info error handling

 hw/qxl-render.c    |   13 +---
 hw/qxl.c           |  176 ++++++++++++++++++++++++++--------------------------
 monitor.c          |    5 ++
 trace-events       |   66 +++++++++++++++++++
 ui/spice-core.c    |   15 ++---
 ui/spice-display.c |   14 ++++-
 vl.c               |    5 ++
 7 files changed, 186 insertions(+), 108 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PULL 0/7] spice patch queue
@ 2012-11-02  9:35 Gerd Hoffmann
  2012-11-05 12:29 ` Gerd Hoffmann
  2012-11-14 16:21 ` Anthony Liguori
  0 siblings, 2 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2012-11-02  9:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the spice patch queue.  It carries some qxl bugfixes,
switches spice-display over to pixman, drops the obsolete pflib bits
and fixes some fallout from the console cleanup patch series.

please pull,
  Gerd

The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e:

  Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01 11:14:39 -0500)

are available in the git repository at:

  git://anongit.freedesktop.org/spice/qemu spice.v62

Alon Levy (2):
      hw/qxl: guest bug on primary create with stride %4 != 0
      hw/qxl: qxl_send_events: nop if stopped

Gerd Hoffmann (5):
      qxl: fix cursor reset
      qxl: call dpy_gfx_resize when entering vga mode
      spice: switch to pixman
      pflib: unused, remove it.
      spice: fix initialization order

 Makefile.objs      |    1 -
 console.h          |    5 +
 hw/qxl.c           |   36 ++++++++-
 pflib.c            |  215 ----------------------------------------------------
 pflib.h            |   20 -----
 qemu-pixman.c      |   13 +++
 qemu-pixman.h      |    2 +
 trace-events       |    1 +
 ui/spice-display.c |   53 ++++++-------
 ui/spice-display.h |    7 +-
 10 files changed, 79 insertions(+), 274 deletions(-)
 delete mode 100644 pflib.c
 delete mode 100644 pflib.h

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PULL 0/7] spice patch queue
@ 2015-03-04 14:30 Gerd Hoffmann
  2015-03-08 12:27 ` Peter Maydell
  0 siblings, 1 reply; 14+ messages in thread
From: Gerd Hoffmann @ 2015-03-04 14:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the spice patch queue with a bunch of misc, small spice fixes
which arrived revently.  Nothing outstanding.

please pull,
  Gerd

The following changes since commit 0856579cac2f1dacecd847cfcd89680d26ff78f5:

  Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" (2015-03-03 00:29:17 +0000)

are available in the git repository at:

  git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150304-1

for you to fetch changes up to 7c6044a94e52db8aef9a71d616c7a0914adb71ab:

  hmp: info spice: take out webdav (2015-03-04 14:47:52 +0100)

----------------------------------------------------------------
misc spice/qxl fixes.

----------------------------------------------------------------
Cole Robinson (1):
      hmp: info spice: Show string channel name

Gerd Hoffmann (2):
      qxl: drop update_displaychangelistener call for secondary qxl devices
      hmp: info spice: take out webdav

Radim Krčmář (4):
      qxl: document minimal video memory for new modes
      spice: fix invalid memory access to vga.vram
      qxl: refactor rounding up to a nearest power of 2
      vga: refactor vram_size clamping and rounding

 hmp.c                 | 32 ++++++++++++++++++++++++++++++++
 hw/display/qxl.c      | 35 ++++++++++++++++-------------------
 hw/display/vga.c      | 22 +++++++++++++++-------
 include/qemu-common.h |  3 +++
 util/cutils.c         | 14 ++++++++++++++
 5 files changed, 80 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-03-08 12:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 13:30 [Qemu-devel] [PULL 0/7] spice patch queue Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 1/7] spice: set spice uuid and name Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 2/7] monitor: fix client_migrate_info error handling Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 3/7] qxl: init_pipe_signaling: exit on failure Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 4/7] qxl: switch qxl.c to trace-events Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 5/7] qxl/qxl_render.c: add trace events Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 6/7] hw/qxl.c: Fix compilation failures on 32 bit hosts Gerd Hoffmann
2012-03-19 13:30 ` [Qemu-devel] [PATCH 7/7] spice: fix broken initialization Gerd Hoffmann
2012-03-19 21:15 ` [Qemu-devel] [PULL 0/7] spice patch queue Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2012-11-02  9:35 Gerd Hoffmann
2012-11-05 12:29 ` Gerd Hoffmann
2012-11-14 16:21 ` Anthony Liguori
2015-03-04 14:30 Gerd Hoffmann
2015-03-08 12:27 ` Peter Maydell

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).