From: Rusty Russell Date: Mon, 22 Oct 2007 01:24:10 +0000 (+1000) Subject: Remove old lguest I/O infrrasructure. X-Git-Tag: v2.6.24-rc1~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15045275c32bf6d15d32c2eca8157be9c0ba6e45;p=pandora-kernel.git Remove old lguest I/O infrrasructure. This patch gets rid of the old lguest host I/O infrastructure and replaces it with a single hypercall "LHCALL_NOTIFY" which takes an address. The main change is the removal of io.c: that mainly did inter-guest I/O, which virtio doesn't yet support. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed