Re: [Qemu-devel] [PATCH qom-next 3/7] qdev: Generalize properties to Objects

2012-06-07 Thread Anthony Liguori
On 06/08/2012 03:31 AM, Andreas Färber wrote: From: 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 [AF: Fixed indentation in set_taddr().] Signed-off-by: Andreas Färber R

[Qemu-devel] [PATCH qom-next 3/7] qdev: Generalize properties to Objects

2012-06-07 Thread Andreas Färber
From: 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 [AF: Fixed indentation in set_taddr().] Signed-off-by: Andreas Färber --- hw/qdev-addr.c | 19 ++--- hw/qdev-