[PULL 0/3] Ui 20201104 patches

Gerd Hoffmann posted 3 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201104135400.3938-1-kraxel@redhat.com
monitor/hmp-cmds.c         |  3 ++-
ui/console.c               | 47 ++++++++++++++++++++++++++++++--------
util/qemu-coroutine-lock.c |  6 ++---
hmp-commands.hx            |  1 +
qapi/ui.json               |  3 ++-
ui/trace-events            |  2 +-
6 files changed, 45 insertions(+), 17 deletions(-)
[PULL 0/3] Ui 20201104 patches
Posted by Gerd Hoffmann 5 years ago
The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:

  Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20201104-pull-request

for you to fetch changes up to 0d9b90ce5c73505648909a89bcd5272081b9c348:

  console: make QMP/HMP screendump run in coroutine (2020-11-04 08:02:25 +010=
0)

----------------------------------------------------------------
ui: run screendump in coroutine

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

Marc-Andr=C3=A9 Lureau (3):
  coroutine: let CoQueue wake up outside a coroutine
  console: modify ppm_save to take a pixman image ref
  console: make QMP/HMP screendump run in coroutine

 monitor/hmp-cmds.c         |  3 ++-
 ui/console.c               | 47 ++++++++++++++++++++++++++++++--------
 util/qemu-coroutine-lock.c |  6 ++---
 hmp-commands.hx            |  1 +
 qapi/ui.json               |  3 ++-
 ui/trace-events            |  2 +-
 6 files changed, 45 insertions(+), 17 deletions(-)

--=20
2.27.0



Re: [PULL 0/3] Ui 20201104 patches
Posted by Peter Maydell 5 years ago
On Wed, 4 Nov 2020 at 13:55, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:
>
>   Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20201104-pull-request
>
> for you to fetch changes up to 0d9b90ce5c73505648909a89bcd5272081b9c348:
>
>   console: make QMP/HMP screendump run in coroutine (2020-11-04 08:02:25 +010=
> 0)
>
> ----------------------------------------------------------------
> ui: run screendump in coroutine
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM