Am 18.02.2014 17:56, schrieb Igor Mammedov:
> Move setting DeviceClass.hotpluggable default from
> class_base_init() to device's own class_init().
>
> Reported-by: Andreas Färber
> Signed-off-by: Igor Mammedov
Thanks, applied to qom-next:
https://github.com/afaerber/qemu-cpu/commits/qom-next
A
Move setting DeviceClass.hotpluggable default from
class_base_init() to device's own class_init().
Reported-by: Andreas Färber
Signed-off-by: Igor Mammedov
---
hw/core/qdev.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/hw/core/qdev.c b/hw/core/qdev.c