qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] qga added functionality
@ 2015-03-31  8:34 itamar.tal4
  2015-03-31  8:34 ` [Qemu-devel] [PATCH 1/4] added qga hash file command (win/linux) itamar.tal4
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: itamar.tal4 @ 2015-03-31  8:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: ori, ariel, mdroth, pavel, Itamar Tal

From: Itamar Tal <itamar@guardicore.com>

This bundle of patches adds support for some more functionality in the
qemu-guest-agent, both for Windows and Linux. Main added features are:
- Process list enumeration
- Network connections enumeration
- File removal and attributes
- File hashing
- System information such as uptime and hostname
 
Itamar,
Guardicore
itamar@guardicore.com

Itamar Tal (4):
  added qga hash file command (win/linux)
  addedd missing file commands (attributes, deletion)
  added qga system uptime and hostname commands
  added qga processes and connections enumeration commands (win/linux)

 qga/Makefile.objs       |   2 +-
 qga/commands-posix.c    | 644 ++++++++++++++++++++++++++++++++++++++++++++++++
 qga/commands-win32.c    | 561 +++++++++++++++++++++++++++++++++++++++++
 qga/commands.c          |  69 ++++++
 qga/guest-agent-core.h  |   8 +
 qga/main.c              |   5 +
 qga/qapi-schema.json    | 179 ++++++++++++++
 qga/sha256.c            | 171 +++++++++++++
 qga/sha256.h            |  40 +++
 qga/win32-definitions.h | 110 +++++++++
 qga/win32-iptypes.h     | 412 +++++++++++++++++++++++++++++++
 11 files changed, 2200 insertions(+), 1 deletion(-)
 create mode 100644 qga/sha256.c
 create mode 100644 qga/sha256.h
 create mode 100644 qga/win32-definitions.h
 create mode 100644 qga/win32-iptypes.h

-- 
2.3.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-31  8:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31  8:34 [Qemu-devel] [PATCH 0/4] qga added functionality itamar.tal4
2015-03-31  8:34 ` [Qemu-devel] [PATCH 1/4] added qga hash file command (win/linux) itamar.tal4
2015-03-31  8:34 ` [Qemu-devel] [PATCH 2/4] added missing file commands (attributes, deletion) itamar.tal4
2015-03-31  8:34 ` [Qemu-devel] [PATCH 3/4] added qga system uptime and hostname commands itamar.tal4
2015-03-31  8:34 ` [Qemu-devel] [PATCH 4/4] added qga processes and connections enumeration commands (win/linux) itamar.tal4

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).