summaryrefslogtreecommitdiffstats
path: root/target/s390x/misc_helper.c
diff options
context:
space:
mode:
authorDavid Hildenbrand2017-09-13 15:24:00 +0200
committerCornelia Huck2017-09-19 18:31:31 +0200
commit2c98a6c1ca20d8b0463cf1d3463f4275b5892da5 (patch)
tree28dcbb524966b7c180f0226c9f1ebf9360214725 /target/s390x/misc_helper.c
parents390x: rename s390-virtio.h to s390-virtio-hcall.h (diff)
downloadqemu-2c98a6c1ca20d8b0463cf1d3463f4275b5892da5.tar.gz
qemu-2c98a6c1ca20d8b0463cf1d3463f4275b5892da5.tar.xz
qemu-2c98a6c1ca20d8b0463cf1d3463f4275b5892da5.zip
s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h
Implemented in hw/s390x/s390-virtio-hcall.c, so let's move it to the right header file. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20170913132417.24384-6-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/misc_helper.c')
-rw-r--r--target/s390x/misc_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/misc_helper.c b/target/s390x/misc_helper.c
index 50cc046ca2..b142db71c6 100644
--- a/target/s390x/misc_helper.c
+++ b/target/s390x/misc_helper.c
@@ -34,6 +34,7 @@
#include "sysemu/cpus.h"
#include "sysemu/sysemu.h"
#include "hw/s390x/ebcdic.h"
+#include "hw/s390x/s390-virtio-hcall.h"
#endif
/* #define DEBUG_HELPER */