Re: [Qemu-devel] [PATCH 09/35] qdev: expose DeviceState.hotplugged field as a property

2014-04-14 Thread Igor Mammedov
On Mon, 14 Apr 2014 18:02:32 +0200 Andreas Färber wrote: > Am 04.04.2014 15:36, schrieb Igor Mammedov: > > so that managment could detect via QOM interface if device was > > "management" Thanks, I'll fix it. > > > hotplugged > > > > Signed-off-by: Igor Mammedov > > --- > > hw/core/qdev.c |

Re: [Qemu-devel] [PATCH 09/35] qdev: expose DeviceState.hotplugged field as a property

2014-04-14 Thread Andreas Färber
Am 04.04.2014 15:36, schrieb Igor Mammedov: > so that managment could detect via QOM interface if device was "management" > hotplugged > > Signed-off-by: Igor Mammedov > --- > hw/core/qdev.c | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/hw/core/qdev.c b/hw/core/q

[Qemu-devel] [PATCH 09/35] qdev: expose DeviceState.hotplugged field as a property

2014-04-04 Thread Igor Mammedov
so that managment could detect via QOM interface if device was hotplugged Signed-off-by: Igor Mammedov --- hw/core/qdev.c | 17 + 1 file changed, 17 insertions(+) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 50bb8f5..a278380 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c