Re: [Qemu-devel] [PATCH 05/10] qdev: push state up to Object

2012-05-25 Thread Andreas Färber
Am 23.05.2012 17:44, schrieb Paolo Bonzini: > qdev properties use the state member (an embryo of the "realized" > property) in order to disable setting them after a device has been > initialized. So, in order to push qdev properties up to Object > we need to push this bit there too. > > Signed-of

[Qemu-devel] [PATCH 05/10] qdev: push state up to Object

2012-05-23 Thread Paolo Bonzini
qdev properties use the state member (an embryo of the "realized" property) in order to disable setting them after a device has been initialized. So, in order to push qdev properties up to Object we need to push this bit there too. Signed-off-by: Paolo Bonzini --- hw/qdev-addr.c|3 +