qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Modularize GTK Display
@ 2016-08-02 15:07 Colin Lord
  2016-08-02 15:07 ` [Qemu-devel] [PATCH 1/2] rules.mak: Don't extract libs from .mo-libs in link command Colin Lord
  2016-08-02 15:07 ` [Qemu-devel] [PATCH 2/2] gtk: Modularize GTK display Colin Lord
  0 siblings, 2 replies; 4+ messages in thread
From: Colin Lord @ 2016-08-02 15:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, kraxel, Colin Lord

This series modularizes the GTK display. The first patch is from Fam's
series, which is necessary so that the module's libraries don't get
linked to the main binary. The second patch is responsible for
modularizing GTK.

This series is based off of my other series 'Dynamic module loading for
block drivers'.

Colin Lord (1):
  gtk: Modularize GTK display

Fam Zheng (1):
  rules.mak: Don't extract libs from .mo-libs in link command

 Makefile.objs        |  1 +
 configure            |  5 ++--
 include/ui/console.h |  6 +++++
 rules.mak            |  2 +-
 ui/Makefile.objs     | 14 ++++++++----
 ui/gtk-init.c        | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/gtk.c             | 11 +++++++--
 vl.c                 | 14 ++++++++++--
 8 files changed, 105 insertions(+), 12 deletions(-)
 create mode 100644 ui/gtk-init.c

-- 
2.5.5

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

end of thread, other threads:[~2016-08-03  8:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-02 15:07 [Qemu-devel] [PATCH 0/2] Modularize GTK Display Colin Lord
2016-08-02 15:07 ` [Qemu-devel] [PATCH 1/2] rules.mak: Don't extract libs from .mo-libs in link command Colin Lord
2016-08-02 15:07 ` [Qemu-devel] [PATCH 2/2] gtk: Modularize GTK display Colin Lord
2016-08-03  8:26   ` 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).