Re: [Qemu-devel] [PULL v2 7/8] qga: Add 'guest-get-users' command

2017-07-17 Thread Tomáš Golembiovský
On Thu, 13 Jul 2017 15:56:25 +0100 Peter Maydell wrote: > On 27 April 2017 at 06:46, Michael Roth 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-comman

Re: [Qemu-devel] [PULL v2 7/8] qga: Add 'guest-get-users' command

2017-07-13 Thread Peter Maydell
On 27 April 2017 at 06:46, Michael Roth 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" }' > {"return":[{"login-time":14906222

[Qemu-devel] [PULL v2 7/8] qga: Add 'guest-get-users' command

2017-04-26 Thread Michael Roth
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