diff options
author | Jan Beulich <jbeulich@suse.com> | 2011-09-22 18:32:34 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2011-09-22 18:32:34 +0100 |
commit | 280854080d03a1c0dfefc069a881e9cbb068578a (patch) | |
tree | eaa8b110193122b734fa9815fa342e2a4167dd4f /tools/misc/xen-hvmctx.c | |
parent | 47cb1570ad6db5226334ab66cd2c0593ee719b53 (diff) | |
download | xen-280854080d03a1c0dfefc069a881e9cbb068578a.tar.gz xen-280854080d03a1c0dfefc069a881e9cbb068578a.tar.bz2 xen-280854080d03a1c0dfefc069a881e9cbb068578a.zip |
VT-d: fix off-by-one error in RMRR validation
(base_addr,end_addr) is an inclusive range, and hence there shouldn't
be a subtraction of 1 in the second invocation of page_is_ram_type().
For RMRRs covering a single page that actually resulted in the
immediately preceding page to get checked (which could have resulted
in a false warning).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'tools/misc/xen-hvmctx.c')
0 files changed, 0 insertions, 0 deletions