On 2/22/22 14:06, Peter Maydell wrote:
On Tue, 22 Feb 2022 at 12:56, Philippe Mathieu-Daudé
wrote:
On 22/2/22 13:02, Markus Armbruster wrote:
Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
the RTC supports the event). What if there's more than one RTC?
w.r.t. RTC, a
Markus Armbruster writes:
> Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
> the RTC supports the event). What if there's more than one RTC?
> Which one changed? New @qom-path identifies it.
>
> Signed-off-by: Markus Armbruster
> ---
> RFC because it's compile-tested on
On 22/2/22 14:06, Peter Maydell wrote:
On Tue, 22 Feb 2022 at 12:56, Philippe Mathieu-Daudé
wrote:
On 22/2/22 13:02, Markus Armbruster wrote:
Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
the RTC supports the event). What if there's more than one RTC?
w.r.t. RTC, a
Philippe Mathieu-Daudé writes:
> Hi Markus,
>
> On 22/2/22 13:02, Markus Armbruster wrote:
>> Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
>> the RTC supports the event). What if there's more than one RTC?
>
> w.r.t. RTC, a machine having multiple RTC devices is silly..
On 22/2/22 16:04, Markus Armbruster wrote:
Philippe Mathieu-Daudé writes:
Hi Markus,
On 22/2/22 13:02, Markus Armbruster wrote:
Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
the RTC supports the event). What if there's more than one RTC?
w.r.t. RTC, a machine havi
On Tue, 22 Feb 2022 at 12:56, Philippe Mathieu-Daudé
wrote:
> On 22/2/22 13:02, Markus Armbruster wrote:
> > Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
> > the RTC supports the event). What if there's more than one RTC?
>
> w.r.t. RTC, a machine having multiple RTC dev
Hi Markus,
On 22/2/22 13:02, Markus Armbruster wrote:
Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
the RTC supports the event). What if there's more than one RTC?
w.r.t. RTC, a machine having multiple RTC devices is silly...
Assuming one wants to emulate that; shoul
Event RTC_CHANGE is "emitted when the guest changes the RTC time" (and
the RTC supports the event). What if there's more than one RTC?
Which one changed? New @qom-path identifies it.
Signed-off-by: Markus Armbruster
---
RFC because it's compile-tested only. Worthwhile? Let me know what you
th