[Qemu-devel] [PULL 0/2] Fixes 20190326 patches

Gerd Hoffmann posted 2 patches 5 years ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190326140559.21476-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/display/ati.c  | 18 ++++++------------
hw/usb/hcd-ohci.c |  7 +------
2 files changed, 7 insertions(+), 18 deletions(-)
[Qemu-devel] [PULL 0/2] Fixes 20190326 patches
Posted by Gerd Hoffmann 5 years ago
The following changes since commit 4aef51963924fd58ffe88daebbe8055a360d7c10:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc1' into staging (2019-03-26 08:51:35 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/fixes-20190326-pull-request

for you to fetch changes up to 339534d402524d75209df5d287464e17feb6941f:

  ati-vga: Fix indexed access to video memory (2019-03-26 12:06:49 +0100)

----------------------------------------------------------------
fixes for 4.0: ohci and ati-vga

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

BALATON Zoltan (1):
  ati-vga: Fix indexed access to video memory

Laurent Vivier (1):
  ohci: don't die on ED_LINK_LIMIT overflow

 hw/display/ati.c  | 18 ++++++------------
 hw/usb/hcd-ohci.c |  7 +------
 2 files changed, 7 insertions(+), 18 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/2] Fixes 20190326 patches
Posted by Peter Maydell 5 years ago
On Tue, 26 Mar 2019 at 14:08, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 4aef51963924fd58ffe88daebbe8055a360d7c10:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc1' into staging (2019-03-26 08:51:35 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20190326-pull-request
>
> for you to fetch changes up to 339534d402524d75209df5d287464e17feb6941f:
>
>   ati-vga: Fix indexed access to video memory (2019-03-26 12:06:49 +0100)
>
> ----------------------------------------------------------------
> fixes for 4.0: ohci and ati-vga
>
> ----------------------------------------------------------------
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM