[PULL 0/2] Fixes 20200716 patches

Gerd Hoffmann posted 2 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200716093119.10740-1-kraxel@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-storage.c | 3 +--
hw/vfio/display.c    | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
[PULL 0/2] Fixes 20200716 patches
Posted by Gerd Hoffmann 3 years, 9 months ago
The following changes since commit 8746309137ba470d1b2e8f5ce86ac228625db940:

  Update version for v5.1.0-rc0 release (2020-07-15 19:08:07 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4084e35068772cf4f81bbae5174019f277c61084:

  usb: fix storage regression (2020-07-16 10:20:27 +0200)

----------------------------------------------------------------
fixes: usb storage regression, vfio display ramfb bug

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

Gerd Hoffmann (2):
  vfio: fix use-after-free in display
  usb: fix storage regression

 hw/usb/dev-storage.c | 3 +--
 hw/vfio/display.c    | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.18.4


Re: [PULL 0/2] Fixes 20200716 patches
Posted by Peter Maydell 3 years, 9 months ago
On Thu, 16 Jul 2020 at 10:34, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 8746309137ba470d1b2e8f5ce86ac228625db940:
>
>   Update version for v5.1.0-rc0 release (2020-07-15 19:08:07 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20200716-pull-request
>
> for you to fetch changes up to 4084e35068772cf4f81bbae5174019f277c61084:
>
>   usb: fix storage regression (2020-07-16 10:20:27 +0200)
>
> ----------------------------------------------------------------
> fixes: usb storage regression, vfio display ramfb bug
>


Applied, thanks.

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

-- PMM