]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Switch to using UNIX sockets instead of signals
authorSasha Levin <levinsasha928@gmail.com>
Sun, 16 Oct 2011 19:57:54 +0000 (21:57 +0200)
committerPekka Enberg <penberg@kernel.org>
Tue, 18 Oct 2011 16:56:31 +0000 (19:56 +0300)
commit5a7aab223f0b38ea5cbe41d5692ae565724a1bca
tree641d9d85aaae2096e14a6387564d81c90001903d
parent605cd71c434e174e3368a3b38d851f2b080fbf05
kvm tools: Switch to using UNIX sockets instead of signals

This patch changes the IPC method to use UNIX sockets instead of
signals.

This allows for more flexibility in moving data between processes, for example
it would allow avoid printing output in the terminal of the guest.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
14 files changed:
tools/kvm/Makefile
tools/kvm/builtin-balloon.c
tools/kvm/builtin-debug.c
tools/kvm/builtin-list.c
tools/kvm/builtin-pause.c
tools/kvm/builtin-resume.c
tools/kvm/builtin-run.c
tools/kvm/builtin-stat.c
tools/kvm/builtin-stop.c
tools/kvm/include/kvm/kvm-ipc.h [new file with mode: 0644]
tools/kvm/include/kvm/kvm.h
tools/kvm/kvm-ipc.c [new file with mode: 0644]
tools/kvm/kvm.c
tools/kvm/virtio/balloon.c