Re: [Qemu-devel] [PATCH 06/10] qdev: generalize properties to Objects

2012-05-30 Thread Andreas Färber
Am 23.05.2012 17:44, schrieb Paolo Bonzini: > The property machinery uses DeviceState arguments in a few places. > Replace this with Object so that we can push properties up. > > Signed-off-by: Paolo Bonzini > --- > hw/qdev-addr.c | 19 +++--- > hw/qdev-properties.c | 180 > +++

[Qemu-devel] [PATCH 06/10] qdev: generalize properties to Objects

2012-05-23 Thread Paolo Bonzini
The property machinery uses DeviceState arguments in a few places. Replace this with Object so that we can push properties up. Signed-off-by: Paolo Bonzini --- hw/qdev-addr.c | 19 +++--- hw/qdev-properties.c | 180 +- hw/qdev.c