This patch series attempts to add Windows implementation for qemu-ga commands guest-get-time and guest-set-time.
The previous thread about the interfaces introduced and the POSIX-specific command implementation has already been accepted, the reference link: http://article.gmane.org/gmane.comp.emulators.qemu/198472 Notes: Now It was just tested on Windows XP SP3. I planed to test it on Windows 7 today, unfortunately did not find the ISO, so I have to download it. Since it's still on going, I'd like to send this series out to have your suggestions. Please comment! Thanks. Changes since v1: - Make the macro for the offset between windows baseline and Unix Epoch more readable from Eric. - Overflow check for filetime pointed by Eric. Lei Li (2): qga: add windows implementation for guest-get-time qga: add windows implementation for guest-set-time