From: Itamar Tal
---
default-configs/i386-softmmu.mak |1 +
default-configs/x86_64-softmmu.mak |1 +
hw/1394/Makefile.objs |1 +
hw/1394/hcd-ohci.c | 1754
hw/1394/hcd-ohci.h | 147 +++
hw/Makefile.o
From: Itamar Tal
This patch add 1394 (firewire) support to x86_64 and i386 qemu
softmmu. It allows one virtual machine to be the server side and the
other to be the client side, connected by TCP stream socket (same
thing is possible using serial port). This is very useful in for
allowing legacy d
From: Itamar Tal
This patch add support for retrieving file attributes and file deletion by
file name, to get a more complete file functionality over the guest agent.
---
qga/commands-posix.c | 23 +
qga/commands-win32.c | 139 +++
qga/co
From: Itamar Tal
This patch add more missing commands to the qga (both Windows and Linux):
- retrieving system uptime in seconds
- retrieving system hostname
---
qga/commands-posix.c | 13 +
qga/commands-win32.c | 22 ++
qga/commands.c | 18 ++
From: Itamar Tal
This patch add more missing commands to the qga (both Windows and Linux):
- current active process list
- current active connections list
the abovementioned commands are added to align the guest agent functionality
with other common hypervisor agents.
---
qga/commands-posix.c
From: Itamar Tal
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 upt
From: Itamar Tal
Added support for retrieving file hash from the guest machine.
This is command is useful for ensuring that no changes were made for a given
file between consecutive read operations and reduce read/write operations.
---
qga/Makefile.objs | 2 +-
qga/commands.c |
From: Itamar Tal
this patch add support for some more functionality in the qemu-guest-agent,
both for windows and linux. Main added features are:
- interface listing in Windows
- Process list in Windows
- network connections enumeration in Windows
- file delete for both Windows and Posix
- file s