Home
last modified time | relevance | path

Searched defs:DeviceListener (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/
H A Dqdev-core.h302 typedef struct DeviceListener DeviceListener; typedef
303 struct DeviceListener { struct
304 void (*realize)(DeviceListener *listener, DeviceState *dev); argument
305 void (*unrealize)(DeviceListener *listener, DeviceState *dev); argument
315 bool (*hide_device)(DeviceListener *listener, const QDict *device_opts, argument