]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Update XENBUS interfaces and use new XENBUS_SHARED_INFO GetTime...
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 17 Sep 2019 14:10:36 +0000 (15:10 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 17 Sep 2019 14:16:32 +0000 (15:16 +0100)
commit8e43814c55e48f245ec5fb43b8084fb3a3b3c959
treec34c137b551ad9777f0a36fd0848567b9c35b147
parent0f6cc159a37bc98b29cdee2afc593ad6679efac7
Update XENBUS interfaces and use new XENBUS_SHARED_INFO GetTime...

...to determine how to interpret Xen wall-clock.

The Xen wall-clock value may be interpreted as local time or UTC, depending
on how Windows programs the emulated RTC. The updated method provides this
extra information, so used this rather than reading the registry directly.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
13 files changed:
include/cache_interface.h
include/evtchn_interface.h
include/gnttab_interface.h
include/shared_info_interface.h
include/xeniface_ioctls.h
src/xenagent/service.cpp
src/xenagent/xenifacedevice.cpp
src/xenagent/xenifacedevice.h
src/xeniface.inf
src/xeniface/fdo.c
src/xeniface/ioctl_evtchn.c
src/xeniface/ioctl_sharedinfo.c
src/xeniface/wmi.c