Searched refs:hotplug_allowed (Results 1 – 3 of 3) sorted by relevance
42 if (mc->hotplug_allowed) { in qdev_hotplug_allowed()43 return mc->hotplug_allowed(machine, dev, errp); in qdev_hotplug_allowed()
320 bool (*hotplug_allowed)(MachineState *state, DeviceState *dev, member
1779 mc->hotplug_allowed = pc_hotplug_allowed; in pc_machine_class_init()