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

Gerd Hoffmann posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489050661-17989-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
hw/display/qxl.c  | 5 +++++
hw/usb/hcd-ohci.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL for-2.9 0/2] bugfixes for ohci and qxl
Posted by Gerd Hoffmann 7 years, 1 month ago
  Hi,

2.9 fixes queue, with two patches for qxl and ohci.

please pull,
  Gerd

The following changes since commit 87467097f8811258cd91d42c141a7bd8492ed08a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-28-v4' into staging (2017-03-07 17:06:48 +0000)

are available in the git repository at:


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

for you to fetch changes up to dbb5fb8d3519130559b10fa4e1395e4486c633f8:

  qxl: clear guest_cursor on QXL_CURSOR_HIDE (2017-03-09 09:47:26 +0100)

----------------------------------------------------------------
2.9 bugfixes for ohci and qxl

----------------------------------------------------------------
Gerd Hoffmann (2):
      ohci: relax link check
      qxl: clear guest_cursor on QXL_CURSOR_HIDE

 hw/display/qxl.c  | 5 +++++
 hw/usb/hcd-ohci.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Re: [Qemu-devel] [PULL for-2.9 0/2] bugfixes for ohci and qxl
Posted by Peter Maydell 7 years, 1 month ago
On 9 March 2017 at 10:10, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> 2.9 fixes queue, with two patches for qxl and ohci.
>
> please pull,
>   Gerd
>
> The following changes since commit 87467097f8811258cd91d42c141a7bd8492ed08a:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-28-v4' into staging (2017-03-07 17:06:48 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-fixes-20170309-1
>
> for you to fetch changes up to dbb5fb8d3519130559b10fa4e1395e4486c633f8:
>
>   qxl: clear guest_cursor on QXL_CURSOR_HIDE (2017-03-09 09:47:26 +0100)
>
> ----------------------------------------------------------------
> 2.9 bugfixes for ohci and qxl
>
> ----------------------------------------------------------------
> Gerd Hoffmann (2):
>       ohci: relax link check
>       qxl: clear guest_cursor on QXL_CURSOR_HIDE
>
>  hw/display/qxl.c  | 5 +++++
>  hw/usb/hcd-ohci.c | 2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
>


Applied, thanks.

-- PMM