From a5c95808bac7d995378b3835e10011775c7c2d0b Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Thu, 24 Jan 2013 06:08:56 +0000 Subject: s390: Add s390-ccw-virtio machine. Add a new machine type, s390-ccw-virtio, making use of the virtio-ccw transport to present virtio devices as channel devices. Signed-off-by: Cornelia Huck Signed-off-by: Alexander Graf --- hw/s390x/s390-virtio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/s390x/s390-virtio.h') diff --git a/hw/s390x/s390-virtio.h b/hw/s390x/s390-virtio.h index 67bfd20646..a6c4c19895 100644 --- a/hw/s390x/s390-virtio.h +++ b/hw/s390x/s390-virtio.h @@ -15,6 +15,7 @@ #define KVM_S390_VIRTIO_NOTIFY 0 #define KVM_S390_VIRTIO_RESET 1 #define KVM_S390_VIRTIO_SET_STATUS 2 +#define KVM_S390_VIRTIO_CCW_NOTIFY 3 typedef int (*s390_virtio_fn)(const uint64_t *args); void s390_register_virtio_hypercall(uint64_t code, s390_virtio_fn fn); -- cgit v1.2.1