qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] hw/timer/mc146818rtc: Fix introspection problem


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] hw/timer/mc146818rtc: Fix introspection problem
Date: Thu, 19 Jul 2018 18:28:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 19/07/2018 16:46, Peter Maydell wrote:
> On 19 July 2018 at 15:23, Thomas Huth <address@hidden> wrote:
>> There is currently a funny problem with the "mc146818rtc" device:
>> 1) Start QEMU like this:
>>    qemu-system-ppc64 -M pseries -S
>> 2) At the HMP monitor, enter "info qom-tree". Note that there is an
>>    entry for "/rtc (spapr-rtc)".
>> 3) Introspect the mc146818rtc device like this:
>>    device_add mc146818rtc,help
>> 4) Run "info qom-tree" again. The "/rtc" entry is gone now!
>>
>> The rtc_finalize() function of the mc146818rtc device has two bugs: First,
>> it tries to remove a "rtc" property, while the rtc_realizefn() added a
>> "rtc-time" property instead. And second, it should be done in an unrealize
>> function, not in a finalize function, to avoid that this causes problems
>> during introspection.
> 
> A device that adds a property to a machine is pretty weird...

Well, "there can be only one" RTC, since it subtractively decodes I/O
ports 70h and 71h.  But it's true that nowadays the RTC should present
the property, and the machine should add an alias to the RTC's property.
 In my defence, at the time we didn't have alias properties.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]