From: Avi Kivity Date: Wed, 20 Jan 2010 10:01:20 +0000 (+0200) Subject: KVM: 16-byte mmio support X-Git-Tag: v3.0-rc1~350^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef4dea07f6720b36cc93e18a2e68be4bdb71a92;p=pandora-kernel.git KVM: 16-byte mmio support Since sse instructions can issue 16-byte mmios, we need to support them. We can't increase the kvm_run mmio buffer size to 16 bytes without breaking compatibility, so instead we break the large mmios into two smaller 8-byte ones. Since the bus is 64-bit we aren't breaking any atomicity guarantees. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed