[PULL 0/1] Fixes 20201127 patches

Gerd Hoffmann posted 1 patch 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201127070710.8851-1-kraxel@redhat.com
ui/console.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PULL 0/1] Fixes 20201127 patches
Posted by Gerd Hoffmann 3 years, 4 months ago
The following changes since commit dd3d2340c4076d1735cd0f7cb61f4d8622b9562d:

  Update version for v5.2.0-rc3 release (2020-11-24 22:13:30 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 6fc5183a65b59d43441296cd2f72f8e55dc5dd04:

  qxl: fix segfault (2020-11-25 12:33:21 +0100)

----------------------------------------------------------------
qxl: fix segfault

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

Gerd Hoffmann (1):
  qxl: fix segfault

 ui/console.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.27.0



Re: [PULL 0/1] Fixes 20201127 patches
Posted by Peter Maydell 3 years, 4 months ago
On Fri, 27 Nov 2020 at 07:08, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit dd3d2340c4076d1735cd0f7cb61f4d8622b9562d:
>
>   Update version for v5.2.0-rc3 release (2020-11-24 22:13:30 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20201127-pull-request
>
> for you to fetch changes up to 6fc5183a65b59d43441296cd2f72f8e55dc5dd04:
>
>   qxl: fix segfault (2020-11-25 12:33:21 +0100)
>
> ----------------------------------------------------------------
> qxl: fix segfault
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM