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

2017-04-12 Thread Michael Roth
Quoting Vinzenz 'evilissimo' Feenstra (2017-04-04 00:51:46) > From: Vinzenz Feenstra > > A command that will list all currently logged in users, and the time > since when they are logged in. > > Examples: > > virsh # qemu-agent-command F25 '{ "execute": "guest-get-users" }' > {"return":[{"login

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

2017-04-11 Thread Vinzenz Feenstra
PING > On Apr 4, 2017, at 7:51 AM, Vinzenz 'evilissimo' Feenstra > wrote: > > From: Vinzenz Feenstra > > A command that will list all currently logged in users, and the time > since when they are logged in. > > Examples: > > virsh # qemu-agent-command F25 '{ "execute": "guest-get-users" }' >

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

2017-04-03 Thread Vinzenz 'evilissimo' Feenstra
From: Vinzenz Feenstra A command that will list all currently logged in users, and the time since when they are logged in. Examples: virsh # qemu-agent-command F25 '{ "execute": "guest-get-users" }' {"return":[{"login-time":1490622289.903835,"user":"root"}]} virsh # qemu-agent-command Win2k12r