qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for 2.8 0/3] Modularize SDL


From: Fam Zheng
Subject: [Qemu-devel] [PATCH for 2.8 0/3] Modularize SDL
Date: Wed, 27 Jul 2016 14:26:14 +0800

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




reply via email to

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