qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Modularize GTK Display


From: Colin Lord
Subject: [Qemu-devel] [PATCH 0/2] Modularize GTK Display
Date: Tue, 2 Aug 2016 11:07:17 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]