From f3304eea9338b7e694843fa1a6db5540e8783d1d Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sat, 5 Dec 2009 12:44:27 +0100 Subject: Add S390x virtio machine bus On S390x we don't want to go through the hassle of emulating real existing hardware, because we don't need to for running Linux. So let's instead implement a machine that is 100% based on VirtIO which we fortunately implement already. This patch implements the bus that is the groundwork for such an S390x virtio machine. Signed-off-by: Alexander Graf Signed-off-by: Aurelien Jarno --- Makefile.target | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 891ea08..725cbeb 100644 --- a/Makefile.target +++ b/Makefile.target @@ -293,6 +293,8 @@ obj-sh4-y += ide/core.o ide/mmio.o obj-m68k-y = an5206.o mcf5206.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o obj-m68k-y += m68k-semi.o dummy_m68k.o +obj-s390x-y = s390-virtio-bus.o + main.o vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) -- cgit v1.1