On 23.12.14 01:17, David Gibson wrote: > On x86, the guest's RTC can be read with QMP, either from the RTC device's > "date" property or via the "rtc-time" property on the machine (which is an > alias to the former). This is set up in the mc146818rtc driver, and > doesn't work on other targets. > > This patch adds a similar "date" property to the pseries machine's RTAS RTC > and adds a compatible alias to the machine. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au>
Very nice, can we somehow get rid of an exported spapr_rtc_read() with this as well? Alex