Merge remote-tracking branch 'remotes/elmarco/tags/screendump-pull-request' into...
commit81e6a7345a1299c8d0ce879e6abfe928a24df62b
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jan 2020 14:51:51 +0000 (6 14:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jan 2020 14:51:51 +0000 (6 14:51 +0000)
tree721bdd7fa3ae7dda783d8da2fe648fdeb1825cd4
parent6fb0dae9efa90c2ef41d8aacef296b8959cf1d61
parent53a61ecbb16b28c707f0b126193d226a25c28cb2
Merge remote-tracking branch 'remotes/elmarco/tags/screendump-pull-request' into staging

console: screendump improvements

Hi,

The following patches have been extracted from the "[PATCH v6 00/25]
monitor: add asynchronous command type", as they are
reviewable/mergeable independantly.

They introduce some internal API changes, and fix
qemu_open()/qemu_close()/unlink() misusages which should be quite
harmless.

# gpg: Signature made Fri 03 Jan 2020 09:07:51 GMT
# gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
# gpg:                issuer "marcandre.lureau@redhat.com"
# gpg: Good signature from "Marc-AndrĂ© Lureau <marcandre.lureau@redhat.com>" [full]
# gpg:                 aka "Marc-AndrĂ© Lureau <marcandre.lureau@gmail.com>" [full]
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* remotes/elmarco/tags/screendump-pull-request:
  screendump: use qemu_unlink()
  osdep: add qemu_unlink()
  screendump: replace FILE with QIOChannel and fix close()/qemu_close()
  object: add g_autoptr support
  ui: add pixman image g_autoptr support
  ppm-save: pass opened fd
  console: add graphic_hw_update_done()

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>