qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] console: screendump improvements
@ 2019-11-27 11:51 Marc-André Lureau
  2019-11-27 11:51 ` [PATCH 1/7] console: add graphic_hw_update_done() Marc-André Lureau
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Marc-André Lureau @ 2019-11-27 11:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Daniel P. Berrangé, Eduardo Habkost,
	Marc-André Lureau, Gerd Hoffmann

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.

Marc-André Lureau (7):
  console: add graphic_hw_update_done()
  ppm-save: pass opened fd
  ui: add pixman image g_autoptr support
  object: add g_autoptr support
  screendump: replace FILE with QIOChannel and fix close()/qemu_close()
  osdep: add qemu_unlink()
  screendump: use qemu_unlink()

 hw/display/qxl-render.c  |  9 +++--
 hw/display/qxl.c         |  1 +
 include/qemu/osdep.h     |  1 +
 include/qom/object.h     |  3 ++
 include/ui/console.h     |  2 ++
 include/ui/qemu-pixman.h |  2 ++
 ui/console.c             | 74 +++++++++++++++++++++-------------------
 ui/trace-events          |  2 +-
 util/osdep.c             | 15 ++++++++
 9 files changed, 71 insertions(+), 38 deletions(-)

-- 
2.24.0



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-01-02  9:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-27 11:51 [PATCH 0/7] console: screendump improvements Marc-André Lureau
2019-11-27 11:51 ` [PATCH 1/7] console: add graphic_hw_update_done() Marc-André Lureau
2019-11-28 14:34   ` Daniel P. Berrangé
2019-11-27 11:51 ` [PATCH 2/7] ppm-save: pass opened fd Marc-André Lureau
2019-12-02 11:40   ` Daniel P. Berrangé
2019-11-27 11:51 ` [PATCH 3/7] ui: add pixman image g_autoptr support Marc-André Lureau
2019-12-02 11:41   ` Daniel P. Berrangé
2019-11-27 11:51 ` [PATCH 4/7] object: add " Marc-André Lureau
2019-12-02 11:41   ` Daniel P. Berrangé
2019-11-27 11:52 ` [PATCH 5/7] screendump: replace FILE with QIOChannel and fix close()/qemu_close() Marc-André Lureau
2019-12-02 11:45   ` Daniel P. Berrangé
2019-11-27 11:52 ` [PATCH 6/7] osdep: add qemu_unlink() Marc-André Lureau
2019-12-02 11:46   ` Daniel P. Berrangé
2019-11-27 11:52 ` [PATCH 7/7] screendump: use qemu_unlink() Marc-André Lureau
2019-12-02 11:49   ` Daniel P. Berrangé
2019-11-27 12:25 ` [PATCH 0/7] console: screendump improvements no-reply
2019-12-20 14:36 ` Marc-André Lureau
2020-01-02  9:52   ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).