From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDEew-0001bu-7R for qemu-devel@nongnu.org; Wed, 06 Mar 2013 08:45:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDEer-00070W-20 for qemu-devel@nongnu.org; Wed, 06 Mar 2013 08:45:30 -0500 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:42127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDEeq-0006zn-Gv for qemu-devel@nongnu.org; Wed, 06 Mar 2013 08:45:24 -0500 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Mar 2013 23:41:12 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 65B7C2BB004F for ; Thu, 7 Mar 2013 00:45:19 +1100 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r26DjGmb5374456 for ; Thu, 7 Mar 2013 00:45:16 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r26DjIA3027069 for ; Thu, 7 Mar 2013 00:45:18 +1100 From: Lei Li Date: Wed, 6 Mar 2013 21:45:02 +0800 Message-Id: <1362577504-7994-1-git-send-email-lilei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] Add Windows support for time resync by qemu-ga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, mdroth@linux.vnet.ibm.com, Lei Li 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: For now, It was just tested on Windows XP SP3. I will test it on Windows 7 later. As I am new to windows development, so there may be a lot of flaws. Please let me know your suggestions, and comments are very welcome! Thanks. Lei Li (2): qga: add windows implementation for guest-get-time qga: add windows implementation for guest-set-time