Go to the documentation of this file.
13 #ifndef __KVM_S390_VIRTIO_H
14 #define __KVM_S390_VIRTIO_H
16 #include <linux/types.h>
49 #define KVM_S390_VIRTIO_NOTIFY 0
50 #define KVM_S390_VIRTIO_RESET 1
51 #define KVM_S390_VIRTIO_SET_STATUS 2
55 #define KVM_S390_VIRTIO_RING_ALIGN 4096
59 #define VIRTIO_PARAM_MASK 0xff
60 #define VIRTIO_PARAM_VRING_INTERRUPT 0x0
61 #define VIRTIO_PARAM_CONFIG_CHANGED 0x1
62 #define VIRTIO_PARAM_DEV_ADD 0x2