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.h304 typedef struct DeviceListener DeviceListener; typedef
305 struct DeviceListener { struct
306 void (*realize)(DeviceListener *listener, DeviceState *dev); argument
307 void (*unrealize)(DeviceListener *listener, DeviceState *dev); argument
317 bool (*hide_device)(DeviceListener *listener, const QDict *device_opts, argument