]> Git Repo - qemu.git/blobdiff - hw/s390x/virtio-ccw.h
virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
[qemu.git] / hw / s390x / virtio-ccw.h
index 4fceda735a6bb33a396a07c5607012d83677fd95..ad3af7626aa30dd1ec3b4063f44c4d3fd3c1dc7c 100644 (file)
@@ -68,9 +68,6 @@ typedef struct VirtIOCCWDeviceClass {
     int (*exit)(VirtioCcwDevice *dev);
 } VirtIOCCWDeviceClass;
 
-/* Change here if we want to support more feature bits. */
-#define VIRTIO_CCW_FEATURE_SIZE 1
-
 /* Performance improves when virtqueue kick processing is decoupled from the
  * vcpu thread using ioeventfd for some devices. */
 #define VIRTIO_CCW_FLAG_USE_IOEVENTFD_BIT 1
@@ -88,7 +85,6 @@ struct VirtioCcwDevice {
     DeviceState parent_obj;
     SubchDev *sch;
     char *bus_id;
-    uint32_t host_features[VIRTIO_CCW_FEATURE_SIZE];
     VirtioBusState bus;
     bool ioeventfd_started;
     bool ioeventfd_disabled;
This page took 0.023799 seconds and 4 git commands to generate.