From 28e942f86d46ccd46bf1f4836389abb3ff706dff Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Thu, 17 Jan 2013 04:23:46 +0000 Subject: s390: Add a hypercall registration interface. Allow virtio machines to register for different diag500 function codes and convert s390-virtio to use it. Signed-off-by: Cornelia Huck Signed-off-by: Alexander Graf --- hw/s390x/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/s390x/Makefile.objs') diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs index 4a5a5d8cba..1b40c2e66e 100644 --- a/hw/s390x/Makefile.objs +++ b/hw/s390x/Makefile.objs @@ -1,6 +1,7 @@ obj-y = s390-virtio-bus.o s390-virtio.o obj-y := $(addprefix ../,$(obj-y)) +obj-y += s390-virtio-hcall.o obj-y += sclp.o obj-y += event-facility.o obj-y += sclpquiesce.o sclpconsole.o -- cgit v1.2.3