[Qemu-devel] [PATCH v3 0/1] qga: Add 'guest-get-users' command

Vinzenz 'evilissimo' Feenstra posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170404055146.8901-1-vfeenstr@redhat.com
Test checkpatch passed
Test docker failed
Test s390x passed
There is a newer version of this series
configure             |  2 +-
include/glib-compat.h |  5 +++
qga/commands-posix.c  | 54 +++++++++++++++++++++++++++++++
qga/commands-win32.c  | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++
qga/qapi-schema.json  | 24 ++++++++++++++
5 files changed, 173 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v3 0/1] qga: Add 'guest-get-users' command
Posted by Vinzenz 'evilissimo' Feenstra 6 years, 11 months ago
From: Vinzenz Feenstra <vfeenstr@redhat.com>

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  | 54 +++++++++++++++++++++++++++++++
 qga/commands-win32.c  | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++
 qga/qapi-schema.json  | 24 ++++++++++++++
 5 files changed, 173 insertions(+), 1 deletion(-)

-- 
2.9.3