[PULL 0/3] Fixes 20210810 patches

Gerd Hoffmann posted 3 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210810121840.2525726-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c | 10 ++++++++++
ui/gtk.c      | 10 ++++------
ui/sdl2.c     |  5 ++++-
3 files changed, 18 insertions(+), 7 deletions(-)
[PULL 0/3] Fixes 20210810 patches
Posted by Gerd Hoffmann 2 years, 9 months ago
The following changes since commit bccabb3a5d60182645c7749e89f21a9ff307a9eb:

  Update version for v6.1.0-rc2 release (2021-08-04 16:56:14 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6ff5b5d6d521001135d1bd5c609e8834099f01d8:

  ui/sdl2: Check return value from g_setenv() (2021-08-10 10:56:39 +0200)

----------------------------------------------------------------
fixes for gtk, sdl and audio live migration.

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

Dr. David Alan Gilbert (1):
  audio: Never send migration section

Peter Maydell (1):
  ui/sdl2: Check return value from g_setenv()

Volker Rümelin (1):
  ui/gtk: retry sending VTE console input

 audio/audio.c | 10 ++++++++++
 ui/gtk.c      | 10 ++++------
 ui/sdl2.c     |  5 ++++-
 3 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.31.1



Re: [PULL 0/3] Fixes 20210810 patches
Posted by Peter Maydell 2 years, 9 months ago
On Tue, 10 Aug 2021 at 13:20, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit bccabb3a5d60182645c7749e89f21a9ff307a9eb:
>
>   Update version for v6.1.0-rc2 release (2021-08-04 16:56:14 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20210810-pull-request
>
> for you to fetch changes up to 6ff5b5d6d521001135d1bd5c609e8834099f01d8:
>
>   ui/sdl2: Check return value from g_setenv() (2021-08-10 10:56:39 +0200)
>
> ----------------------------------------------------------------
> fixes for gtk, sdl and audio live migration.
>

Applied, thanks.

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

-- PMM