From: itamar.tal4@gmail.com
To: qemu-devel@nongnu.org
Cc: ori@guardicore.com, ariel@guardicore.com,
mdroth@linux.vnet.ibm.com, pavel@guardicore.com,
Itamar Tal <itamar@guardicore.com>
Subject: [Qemu-devel] [PATCH 0/4] qga added functionality
Date: Tue, 31 Mar 2015 11:34:33 +0300 [thread overview]
Message-ID: <1427790877-14544-1-git-send-email-itamar@guardicore.com> (raw)
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
next reply other threads:[~2015-03-31 8:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-31 8:34 itamar.tal4 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1427790877-14544-1-git-send-email-itamar@guardicore.com \
--to=itamar.tal4@gmail.com \
--cc=ariel@guardicore.com \
--cc=itamar@guardicore.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=ori@guardicore.com \
--cc=pavel@guardicore.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).