On Fri, Aug 30, 2013 at 8:32 PM, Andreas Färber wrote:
> Am 30.08.2013 10:17, schrieb Paolo Bonzini:
>> Il 30/08/2013 09:53, Liu Ping Fan ha scritto:
>>> qdev's property can not be set after realized, but there is a
>>> requirement of adjusting device's behavior on different mother
>>> boards. So
On Fri, Aug 30, 2013 at 4:17 PM, Paolo Bonzini wrote:
> Il 30/08/2013 09:53, Liu Ping Fan ha scritto:
>> qdev's property can not be set after realized, but there is a
>> requirement of adjusting device's behavior on different mother
>> boards. So introducing a callback in sysbus_try_create_simple
Am 30.08.2013 10:17, schrieb Paolo Bonzini:
> Il 30/08/2013 09:53, Liu Ping Fan ha scritto:
>> qdev's property can not be set after realized, but there is a
>> requirement of adjusting device's behavior on different mother
>> boards. So introducing a callback in sysbus_try_create_simple()
>> to ad
On 30 August 2013 08:53, Liu Ping Fan wrote:
> qdev's property can not be set after realized, but there is a
> requirement of adjusting device's behavior on different mother
> boards. So introducing a callback in sysbus_try_create_simple()
> to adjust device's property on board's demand.
The sys
Il 30/08/2013 09:53, Liu Ping Fan ha scritto:
> qdev's property can not be set after realized, but there is a
> requirement of adjusting device's behavior on different mother
> boards. So introducing a callback in sysbus_try_create_simple()
> to adjust device's property on board's demand.
>
> (Th
qdev's property can not be set after realized, but there is a
requirement of adjusting device's behavior on different mother
boards. So introducing a callback in sysbus_try_create_simple()
to adjust device's property on board's demand.
(This patch is needed by the later one which changes hpet's i