[Qemu-devel] [PULL 0/1] Vga 20170717 patches

Gerd Hoffmann posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170717094159.16447-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/virtio-gpu.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] Vga 20170717 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
The following changes since commit 6e2c46334385c7e295ac883c801c81b4925fb54f:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711' into staging (2017-07-13 10:47:10 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/vga-20170717-pull-request

for you to fetch changes up to 10750ee0d67eeebbf05822b2249969ba05b5ff4b:

  virtio-gpu: skip update cursor in post_load if we don't have one (2017-07-17 11:41:23 +0200)

----------------------------------------------------------------
virtio-gpu migration fix for 2.10

----------------------------------------------------------------

Gerd Hoffmann (1):
  virtio-gpu: skip update cursor in post_load if we don't have one

 hw/display/virtio-gpu.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Vga 20170717 patches
Posted by Peter Maydell 6 years, 8 months ago
On 17 July 2017 at 10:41, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 6e2c46334385c7e295ac883c801c81b4925fb54f:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711' into staging (2017-07-13 10:47:10 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20170717-pull-request
>
> for you to fetch changes up to 10750ee0d67eeebbf05822b2249969ba05b5ff4b:
>
>   virtio-gpu: skip update cursor in post_load if we don't have one (2017-07-17 11:41:23 +0200)
>
> ----------------------------------------------------------------
> virtio-gpu migration fix for 2.10
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   virtio-gpu: skip update cursor in post_load if we don't have one
>
>  hw/display/virtio-gpu.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>

Applied, thanks.

-- PMM