On 07/07/2020 15.42, Gerd Hoffmann wrote: > The following changes since commit 7623b5ba017f61de5d7c2bba12c6feb3d55091b1: > > Merge remote-tracking branch > 'remotes/vivier2/tags/linux-user-for-5.1-pull-request' into staging > (2020-07-06 11:40:10 +0100) > > are available in the Git repository at: > > git://git.kraxel.org/qemu tags/modules-20200707-pull-request > > for you to fetch changes up to ef138c77249771081d8c2d09b8e729f7e92cdf28: > > chardev: enable modules, use for braille (2020-07-07 15:33:59 +0200) > > ---------------------------------------------------------------- > qom: add support for qom objects in modules. > build some devices (qxl, virtio-gpu, ccid, usb-redir) as modules. > build braille chardev as module. > > v2: more verbose comment for "build: fix device module builds" patch. > > note: qemu doesn't rebuild objects on cflags changes (specifically > -fPIC being added when code is switched from builtin to module). > Workaround for resulting build errors: "make clean", rebuild. > > ---------------------------------------------------------------- > > Gerd Hoffmann (10): > module: qom module support > object: qom module support > qdev: device module support > build: fix device module builds > ccid: build smartcard as module > usb: build usb-redir as module > vga: build qxl as module > vga: build virtio-gpu only once > vga: build virtio-gpu as module > chardev: enable modules, use for braille
Hi Gerd, something in this series seems to cause a build failure on Travis: https://travis-ci.com/github/huth/qemu/jobs/359586799#L7404 Could you please have a look? Thanks, Thomas