qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] qga added functionality


From: itamar . tal4
Subject: [Qemu-devel] [PATCH 0/4] qga added functionality
Date: Tue, 31 Mar 2015 11:34:33 +0300

From: Itamar Tal <address@hidden>

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
address@hidden

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]