Lines Matching defs:VMBusDeviceClass
46 struct VMBusDeviceClass { struct
47 DeviceClass parent;
49 QemuUUID classid;
50 QemuUUID instanceid; /* Fixed UUID for singleton devices */
51 uint16_t channel_flags;
52 uint16_t mmio_size_mb;
55 void (*vmdev_realize)(VMBusDevice *vdev, Error **errp);
56 void (*vmdev_unrealize)(VMBusDevice *vdev);
57 void (*vmdev_reset)(VMBusDevice *vdev);
62 uint16_t (*num_channels)(VMBusDevice *vdev);
68 int (*open_channel)(VMBusChannel *chan);
72 void (*close_channel)(VMBusChannel *chan);
77 VMBusChannelNotifyCb chan_notify_cb;