From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cycBq-0000p2-GN for qemu-devel@nongnu.org; Thu, 13 Apr 2017 06:41:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cycBn-00018b-9X for qemu-devel@nongnu.org; Thu, 13 Apr 2017 06:41:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49548) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cycBn-00018P-34 for qemu-devel@nongnu.org; Thu, 13 Apr 2017 06:41:23 -0400 From: Vinzenz 'evilissimo' Feenstra Date: Thu, 13 Apr 2017 12:41:16 +0200 Message-Id: <20170413104117.4948-1-vfeenstr@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/1] qga: Add 'guest-get-users' command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcandre.lureau@gmail.com, eblake@redhat.com, mdroth@linux.vnet.ibm.com, Vinzenz Feenstra From: Vinzenz Feenstra Changes since v3: - Removed ifdef/endif around QGA_MICRO_SECOND_TO_SECOND Changes since v2: - Updated the documentation of login-time to be more precise what the value contains and what time is actually reported and in which format. Changes since v1: - fixed spelling issues in the commit message and schema - added login-time field which specifies the time the users logged on - applied changes suggested for glib hash table usage - added new link time library dependency for wtsapi32 - setting now _WIN32_WINNT to 0x0600 if not defined globally, which is Windows Vista and/or Windows 2008 Server and higher Vinzenz Feenstra (1): qga: Add 'guest-get-users' command configure | 2 +- include/glib-compat.h | 5 +++ qga/commands-posix.c | 52 ++++++++++++++++++++++++++++++ qga/commands-win32.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++ qga/qapi-schema.json | 24 ++++++++++++++ 5 files changed, 171 insertions(+), 1 deletion(-) -- 2.9.3