From: Avi Kivity Date: Sun, 29 Apr 2007 12:02:17 +0000 (+0300) Subject: KVM: Don't require explicit indication of completion of mmio or pio X-Git-Tag: v2.6.22-rc1~1008^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c83209726270ddf9597deabc45e08f6fc3942c;p=pandora-kernel.git KVM: Don't require explicit indication of completion of mmio or pio It is illegal not to return from a pio or mmio request without completing it, as mmio or pio is an atomic operation. Therefore, we can simplify the userspace interface by avoiding the completion indication. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed