Revert "vga: build virtio-gpu as module"
commite94f0687200ea4adced3f3fbecf233a24440458d
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Jul 2020 20:36:52 +0000 (10 22:36 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 11 Jul 2020 14:53:29 +0000 (11 15:53 +0100)
tree7ff51382b1b12789091a7ec3e90635ddd05d8bcc
parent024ce1ef7c47934e979b1ec15f528928542e80f4
Revert "vga: build virtio-gpu as module"

This reverts commit 8d5a24c83dba90b08ef163bbf166d6dfbad9019b.

Compiling all virtio-gpu objects into a single module isn't a good plan
because the individual objects have different CONFIG_* dependencies.
Leads to module load failures on s390x due to vga support being
disabled, which in turn breaks '-device virtio-gpu-device' (flagged by
travis ci).

So back to the drawing board for modular virtio-gpu ...

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200710203652.9708-3-kraxel@redhat.com>
hw/display/Makefile.objs
util/module.c