qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] xen: Emit RTC_CHANGE upon TIMEOFFSET ioreq


From: Ross Lagerwall
Subject: Re: [Qemu-devel] [PATCH] xen: Emit RTC_CHANGE upon TIMEOFFSET ioreq
Date: Tue, 22 Aug 2017 09:21:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 08/21/2017 11:30 PM, Stefano Stabellini wrote:
On Mon, 21 Aug 2017, Ross Lagerwall wrote:
When the guest writes to the RTC, Xen emulates it and broadcasts a
TIMEOFFSET ioreq. Emit an RTC_CHANGE QMP message when this happens
rather than ignoring it so that something useful can be done with the
information.

Are there any handlers of the RTC_CHANGE QMP message today? What happens
if there are no handlers?

The libxl toolstack doesn't handle it nor does the XAPI project currently, although we plan on modifying XAPI to handle it.

It is simply an event that is broadcast to any QMP monitors. If nothing handles the event, then it is the same behavior as before. If something is interested in the event, then it can make use of the time offset however it wants.

--
Ross Lagerwall



reply via email to

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