On Wed, 11 Dec 2013 20:57:43 +0100
Markus Armbruster wrote:
> Please spell it "pluggable", both in C identifiers and strings.
Sure,
I'll respin series since it will touch several patches.
Please spell it "pluggable", both in C identifiers and strings.
Currently it's possible to make PCIDevice not hotplugable by using
no_hotplug field of PCIDeviceClass. However it limits this
only to PCI devices and prevents from generalizing hotplug code.
So add similar field to DeviceClass so it could be reused with other
Devices and would allow to replace PCI