aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2017-09-13 15:24:00 +0200
committerCornelia Huck <cohuck@redhat.com>2017-09-19 18:31:31 +0200
commit2c98a6c1ca20d8b0463cf1d3463f4275b5892da5 (patch)
tree28dcbb524966b7c180f0226c9f1ebf9360214725 /hw
parent7d57754690268fe87bf75cd180d9176c6863875d (diff)
downloadqemu-2c98a6c1ca20d8b0463cf1d3463f4275b5892da5.zip
qemu-2c98a6c1ca20d8b0463cf1d3463f4275b5892da5.tar.gz
qemu-2c98a6c1ca20d8b0463cf1d3463f4275b5892da5.tar.bz2
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 'hw')
-rw-r--r--hw/s390x/s390-virtio-hcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/s390-virtio-hcall.h b/hw/s390x/s390-virtio-hcall.h
index 59fcba3..cbc270e 100644
--- a/hw/s390x/s390-virtio-hcall.h
+++ b/hw/s390x/s390-virtio-hcall.h
@@ -17,4 +17,5 @@
typedef int (*s390_virtio_fn)(const uint64_t *args);
void s390_register_virtio_hypercall(uint64_t code, s390_virtio_fn fn);
+int s390_virtio_hypercall(CPUS390XState *env);
#endif /* HW_S390_VIRTIO_HCALL_H */