Skip to content
Snippets Groups Projects
  1. May 04, 2017
  2. Apr 27, 2017
    • Vinzenz Feenstra's avatar
      qga: Add 'guest-get-users' command · 161a56a9
      Vinzenz Feenstra authored
      
      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 Win2k12r2 '{ "execute": "guest-get-users" }'
      {"return":[{"login-time":1490351044.670552,"domain":"LADIDA",
      "user":"Administrator"}]}
      
      Signed-off-by: default avatarVinzenz Feenstra <vfeenstr@redhat.com>
      * make g_hash_table_contains compat func inline to avoid
        unused warnings
      Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
      161a56a9
  3. Apr 26, 2017
  4. Apr 25, 2017
  5. Apr 24, 2017
Loading