Re: [Qemu-devel] [PATCH 5/11 v3 FIXED] qdev: add "hotplugable" property to Device

2013-12-12 Thread Igor Mammedov
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.

Re: [Qemu-devel] [PATCH 5/11 v3 FIXED] qdev: add "hotplugable" property to Device

2013-12-11 Thread Markus Armbruster
Please spell it "pluggable", both in C identifiers and strings.

[Qemu-devel] [PATCH 5/11 v3 FIXED] qdev: add "hotplugable" property to Device

2013-12-11 Thread Igor Mammedov
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