commit | 92760499d01ef91518119908eb9b8798b6c9bd3f | [log] [tgz] |
---|---|---|
author | Laurent Vivier <Laurent.Vivier@bull.net> | Fri May 30 16:05:53 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:30 2008 +0300 |
tree | a6bd80fbad82589eb5aa98f81edda4537bc1f625 | |
parent | 131d82791b628d4aeafd94ddc74a9b68f3d15a83 [diff] |
KVM: kvm_io_device: extend in_range() to manage len and write attribute Modify member in_range() of structure kvm_io_device to pass length and the type of the I/O (write or read). This modification allows to use kvm_io_device with coalesced MMIO. Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>