mbox

[PULL,for-2.7,0/1] qxl: fix qxl_set_dirty call in qxl_dirty_one_surface

Message ID 1469014146-19368-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-vga-20160720-1

Message

Gerd Hoffmann July 20, 2016, 11:29 a.m. UTC
Hi,

vga patch queue with a single qxl bugfix.

please pull,
  Gerd

The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d:

  disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 16:40:39 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-vga-20160720-1

for you to fetch changes up to e0127d2eec9cd5676ea9f3c47c2a7579a02c0466:

  qxl: fix qxl_set_dirty call in qxl_dirty_one_surface (2016-07-20 12:08:14 +0200)

----------------------------------------------------------------
qxl: fix qxl_set_dirty call in qxl_dirty_one_surface

----------------------------------------------------------------
Gerd Hoffmann (1):
      qxl: fix qxl_set_dirty call in qxl_dirty_one_surface

 hw/display/qxl.c        | 11 ++++++-----
 hw/display/trace-events |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 20, 2016, 7:20 p.m. UTC | #1
On 20 July 2016 at 12:29, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> vga patch queue with a single qxl bugfix.
>
> please pull,
>   Gerd
>
> The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d:
>
>   disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 16:40:39 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-vga-20160720-1
>
> for you to fetch changes up to e0127d2eec9cd5676ea9f3c47c2a7579a02c0466:
>
>   qxl: fix qxl_set_dirty call in qxl_dirty_one_surface (2016-07-20 12:08:14 +0200)
>
> ----------------------------------------------------------------
> qxl: fix qxl_set_dirty call in qxl_dirty_one_surface
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM