[Qemu-devel] [PATCH v02] add 1394 bus support

2015-04-19 Thread itamar . tal4
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

[Qemu-devel] [PATCH v2] add 1394 bus support

2015-04-19 Thread itamar . tal4
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

[Qemu-devel] [PATCH 2/4] added missing file commands (attributes, deletion)

2015-03-31 Thread itamar . tal4
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

[Qemu-devel] [PATCH 3/4] added qga system uptime and hostname commands

2015-03-31 Thread itamar . tal4
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 ++

[Qemu-devel] [PATCH 4/4] added qga processes and connections enumeration commands (win/linux)

2015-03-31 Thread itamar . tal4
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

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

2015-03-31 Thread itamar . tal4
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

[Qemu-devel] [PATCH 1/4] added qga hash file command (win/linux)

2015-03-31 Thread itamar . tal4
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 |

[Qemu-devel] [PATCH 3/3] qga support process list, netstat and file stat/delete

2015-03-25 Thread itamar . tal4
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