Re: [Qemu-devel] building user interfaces as modules

2017-11-15 Thread Gerd Hoffmann
On Thu, Nov 16, 2017 at 08:08:53AM +0800, Fam Zheng wrote: > On Wed, 11/15 13:19, Gerd Hoffmann wrote: > > > > For SDL we already have sdl.mo defined in ui/Makefile.objs. so I tried > > that first. Just flipping CONFIG_SDL from 'y' to 'm' doesn't work > > though. sdl support isn't build, neither

Re: [Qemu-devel] building user interfaces as modules

2017-11-15 Thread Fam Zheng
On Wed, 11/15 13:19, Gerd Hoffmann wrote: > Hi, > > I'm trying to revamp the display initialization code: > > * First use a qapi type for the display options, so we can use > -blockdev style command line parsing for -display (not there yet, > but closer). > * Second initialize all u

[Qemu-devel] building user interfaces as modules

2017-11-15 Thread Gerd Hoffmann
Hi, I'm trying to revamp the display initialization code: * First use a qapi type for the display options, so we can use -blockdev style command line parsing for -display (not there yet, but closer). * Second initialize all user interfaces the same way and build a registry for U