qemu-devel
[Top][All Lists]
Advanced

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

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


From: Itamar Tal
Subject: Re: [Qemu-devel] [PATCH 0/4] qga added functionality - ping
Date: Wed, 29 Apr 2015 09:38:50 +0300

http://patchwork.ozlabs.org/patch/456533/
http://patchwork.ozlabs.org/patch/456535/
http://patchwork.ozlabs.org/patch/456536/
http://patchwork.ozlabs.org/patch/456534/

On Tue, Mar 31, 2015 at 11:34 AM, <address@hidden> wrote:
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]