qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Colin Lord <clord@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, kraxel@redhat.com, Colin Lord <clord@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] Modularize GTK Display
Date: Tue,  2 Aug 2016 11:07:17 -0400	[thread overview]
Message-ID: <1470150439-28468-1-git-send-email-clord@redhat.com> (raw)

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	other threads:[~2016-08-02 15:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02 15:07 Colin Lord [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470150439-28468-1-git-send-email-clord@redhat.com \
    --to=clord@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).