commit | 542472b53ea9e0add0ba23976018210191d84754 | [log] [tgz] |
---|---|---|
author | Laurent Vivier <Laurent.Vivier@bull.net> | Fri May 30 16:05:55 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:31 2008 +0300 |
tree | 8de46a03065f2fdf33485138f954a246e974070c | |
parent | 5f94c1741bdc7a336553122036e8a779e616ccbf [diff] |
KVM: Add coalesced MMIO support (x86 part) This patch enables coalesced MMIO for x86 architecture. It defines KVM_MMIO_PAGE_OFFSET and KVM_CAP_COALESCED_MMIO. It enables the compilation of coalesced_mmio.c. Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>