All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for 2.8 0/3] Modularize SDL
@ 2016-07-27  6:26 Fam Zheng
  2016-07-27  6:26 ` [Qemu-devel] [PATCH for 2.8 1/3] rules.mak: Don't extract libs from .mo-libs in link command Fam Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Fam Zheng @ 2016-07-27  6:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Colin Lord, Gerd Hoffmann, Paolo Bonzini

The new module is named ui-sdl.so, following the name scheme of existing
block-iscsi.so, etc..

Fam Zheng (3):
  rules.mak: Don't extract libs from .mo-libs in link command
  configure: Add CONFIG_SDL2
  sdl: Modularize

 Makefile.objs         |  1 +
 configure             |  8 ++++--
 include/qemu/module.h |  2 ++
 include/ui/console.h  |  5 ++--
 rules.mak             |  2 +-
 ui/Makefile.objs      |  2 ++
 ui/sdl-init.c         | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/sdl.c              | 19 ++++++-------
 ui/sdl2.c             | 26 ++++++------------
 util/module.c         |  6 +++++
 vl.c                  |  5 +++-
 11 files changed, 116 insertions(+), 35 deletions(-)
 create mode 100644 ui/sdl-init.c

-- 
2.7.4

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

end of thread, other threads:[~2016-08-02  1:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-27  6:26 [Qemu-devel] [PATCH for 2.8 0/3] Modularize SDL Fam Zheng
2016-07-27  6:26 ` [Qemu-devel] [PATCH for 2.8 1/3] rules.mak: Don't extract libs from .mo-libs in link command Fam Zheng
2016-08-01 10:24   ` Paolo Bonzini
2016-07-27  6:26 ` [Qemu-devel] [PATCH for 2.8 2/3] configure: Add CONFIG_SDL2 Fam Zheng
2016-07-27  6:26 ` [Qemu-devel] [PATCH for 2.8 3/3] sdl: Modularize Fam Zheng
2016-07-27 23:23   ` Colin Lord
2016-07-28  5:17     ` Fam Zheng
2016-07-28  7:43       ` Fam Zheng
2016-08-01 10:33       ` Paolo Bonzini
2016-08-01 10:31   ` Paolo Bonzini
2016-08-02  1:28     ` Fam Zheng
2016-08-01 10:39   ` Daniel P. Berrange
2016-08-01 11:53   ` Gerd Hoffmann
2016-08-02  1:22     ` Fam Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.