qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-1.3 0/1] spice patch queue.
@ 2012-11-29 13:17 Gerd Hoffmann
  2012-11-29 13:17 ` [Qemu-devel] [PATCH 1/1] qxl: reload memslots after migration, when qxl is in UNDEFINED mode Gerd Hoffmann
  2012-11-30 18:43 ` [Qemu-devel] [PULL for-1.3 0/1] spice patch queue Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2012-11-29 13:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Pretty short this time, with a single lonely bugfix.

please pull,
  Gerd

The following changes since commit e9bff10f8db94912b1b0e6e2e3394cae02faf614:

  event notifier: Fix setup for win32 (2012-11-28 13:33:01 -0600)

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

Yonit Halperin (1):
      qxl: reload memslots after migration, when qxl is in UNDEFINED mode

 hw/qxl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

* [Qemu-devel] [PATCH 1/1] qxl: reload memslots after migration, when qxl is in UNDEFINED mode
  2012-11-29 13:17 [Qemu-devel] [PULL for-1.3 0/1] spice patch queue Gerd Hoffmann
@ 2012-11-29 13:17 ` Gerd Hoffmann
  2012-11-30 18:43 ` [Qemu-devel] [PULL for-1.3 0/1] spice patch queue Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2012-11-29 13:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yonit Halperin, Gerd Hoffmann

From: Yonit Halperin <yhalperi@redhat.com>

The devram memslot stays active when qxl enters UNDEFINED mode (i.e, no
primary surface). If migration has occurred while the device is in
UNDEFINED stae, the memslots have to be reloaded at the destination.

Fixes rhbz#874574

Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/qxl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/qxl.c b/hw/qxl.c
index 1bc2d32..96887c4 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -2146,6 +2146,7 @@ static int qxl_post_load(void *opaque, int version)
 
     switch (newmode) {
     case QXL_MODE_UNDEFINED:
+        qxl_create_memslots(d);
         break;
     case QXL_MODE_VGA:
         qxl_create_memslots(d);
-- 
1.7.1

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

* Re: [Qemu-devel] [PULL for-1.3 0/1] spice patch queue.
  2012-11-29 13:17 [Qemu-devel] [PULL for-1.3 0/1] spice patch queue Gerd Hoffmann
  2012-11-29 13:17 ` [Qemu-devel] [PATCH 1/1] qxl: reload memslots after migration, when qxl is in UNDEFINED mode Gerd Hoffmann
@ 2012-11-30 18:43 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2012-11-30 18:43 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel

Gerd Hoffmann <kraxel@redhat.com> writes:

>   Hi,
>
> Pretty short this time, with a single lonely bugfix.
>
> please pull,
>   Gerd
>

Pulled. Thanks.

Regards,

Anthony Liguori

> The following changes since commit e9bff10f8db94912b1b0e6e2e3394cae02faf614:
>
>   event notifier: Fix setup for win32 (2012-11-28 13:33:01 -0600)
>
> are available in the git repository at:
>   git://anongit.freedesktop.org/spice/qemu spice.v65
>
> Yonit Halperin (1):
>       qxl: reload memslots after migration, when qxl is in UNDEFINED mode
>
>  hw/qxl.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2012-11-30 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 13:17 [Qemu-devel] [PULL for-1.3 0/1] spice patch queue Gerd Hoffmann
2012-11-29 13:17 ` [Qemu-devel] [PATCH 1/1] qxl: reload memslots after migration, when qxl is in UNDEFINED mode Gerd Hoffmann
2012-11-30 18:43 ` [Qemu-devel] [PULL for-1.3 0/1] spice patch queue Anthony Liguori

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