[Qemu-devel] [PULL for-2.9 0/2] qxl bugfixes

Gerd Hoffmann posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170411070243.635-1-kraxel@redhat.com
Test checkpatch failed
Test docker passed
Test s390x passed
hw/display/qxl.h |  1 +
hw/display/qxl.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
[Qemu-devel] [PULL for-2.9 0/2] qxl bugfixes
Posted by Gerd Hoffmann 7 years ago
  Hi,

Two bugfixes for qxl.  Well, one actually is a workaround for a guest
driver bug.

please pull,
  Gerd

The following changes since commit 5fe2339e6b09da7d6f48b9bef0f1a7360392b489:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170406.0' into staging (2017-04-07 10:29:56 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-fixes-20170411-1

for you to fetch changes up to 86dbcdd9c7590d06db89ca256c5eaf0b4aba8858:

  qxl: add migration blocker to avoid pre-save assert (2017-04-11 08:38:17 +0200)

----------------------------------------------------------------
qxl: bugfixes.

----------------------------------------------------------------
Gerd Hoffmann (1):
      qxl: add migration blocker to avoid pre-save assert

Marc-André Lureau (1):
      qxl: switch display on entering VGA

 hw/display/qxl.h |  1 +
 hw/display/qxl.c | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

Re: [Qemu-devel] [PULL for-2.9 0/2] qxl bugfixes
Posted by Peter Maydell 7 years ago
On 11 April 2017 at 08:02, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Two bugfixes for qxl.  Well, one actually is a workaround for a guest
> driver bug.
>
> please pull,
>   Gerd
>
> The following changes since commit 5fe2339e6b09da7d6f48b9bef0f1a7360392b489:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170406.0' into staging (2017-04-07 10:29:56 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-fixes-20170411-1
>
> for you to fetch changes up to 86dbcdd9c7590d06db89ca256c5eaf0b4aba8858:
>
>   qxl: add migration blocker to avoid pre-save assert (2017-04-11 08:38:17 +0200)
>
> ----------------------------------------------------------------
> qxl: bugfixes.
>
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       qxl: add migration blocker to avoid pre-save assert
>
> Marc-André Lureau (1):
>       qxl: switch display on entering VGA
>
>  hw/display/qxl.h |  1 +
>  hw/display/qxl.c | 32 ++++++++++++++++++++++++++++++++
>  2 files changed, 33 insertions(+)
>
Applied, thanks.

-- PMM