From 62232bf48456bda4058ceae05851bc58c1032338 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 10 Sep 2014 14:12:28 +0200 Subject: virtio-gpu/2d: add virtio gpu core code This patch adds the core code for virtio gpu emulation, covering 2d support. Written by Dave Airlie and Gerd Hoffmann. Signed-off-by: Dave Airlie Signed-off-by: Gerd Hoffmann --- hw/display/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/display/Makefile.objs') diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 3ea106d9f3..61c80f319d 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -34,3 +34,5 @@ obj-$(CONFIG_CG3) += cg3.o obj-$(CONFIG_VGA) += vga.o common-obj-$(CONFIG_QXL) += qxl.o qxl-logger.o qxl-render.o + +obj-$(CONFIG_VIRTIO) += virtio-gpu.o -- cgit v1.2.3