From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHkEg-0002U5-FC for qemu-devel@nongnu.org; Sun, 23 Feb 2014 20:21:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHkEb-0005nR-5I for qemu-devel@nongnu.org; Sun, 23 Feb 2014 20:21:34 -0500 Sender: fluxion From: Michael Roth Date: Sun, 23 Feb 2014 19:21:07 -0600 Message-Id: <1393204873-13367-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/6] qemu-ga: various fixes, and serial support for w32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@amazon.com, mprivozn@redhat.com, qemu-stable@nongnu.org, armbru@redhat.com, tomoki.sekiyama@hds.com, mmishael@redhat.com Hello, Please pull the following patches for qemu-ga, which include a number of fixes applicable for the upcoming 1.7.1 release, and support for communicating with a Windows guest over a serial port. The following changes since commit 105a060188dc6fdd4551571a966514d1a5f6815a: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220' into staging (2014-02-21 15:04:58 +0000) are available in the git repository at: git://github.com/mdroth/qemu.git qga-pull-2014-02-24 for you to fetch changes up to bd7e859c65cafee7d63bd8650b09bab36673a7a1: qemu-ga: isa-serial support on Windows (2014-02-23 19:07:59 -0600) ---------------------------------------------------------------- Markus Armbruster (1): qga: Fix memory allocation pasto Michal Privoznik (1): qga: Don't require 'time' argument in guest-set-time command Miki Mishael (1): qemu-ga: isa-serial support on Windows Tomoki Sekiyama (3): qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent qga: vss-win32: Fix interference with snapshot creation by other VSS requesters qga: vss-win32: Fix interference with snapshot deletion by other VSS request qga/channel-win32.c | 20 +++++++++++-- qga/commands-posix.c | 39 ++++++++++++++---------- qga/commands-win32.c | 34 ++++++++++++++------- qga/main.c | 17 ++++++++--- qga/qapi-schema.json | 9 +++--- qga/vss-win32/provider.cpp | 21 +++++++++---- qga/vss-win32/requester.cpp | 70 ++++++++++++++++++++----------------------- 7 files changed, 132 insertions(+), 78 deletions(-)