Philippe Mathieu-Daudé <philippe.mathieu.da...@gmail.com> 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... > > Assuming one wants to emulate that; shouldn't all QMP events have a > qom-path by default? Or have a generic "event-from-multiple-sources" > flag which automatically add this field?
Not all events originate from a device, or even a QOM object. The ones that do could all use a qom-path member, I guess. [...]