commit | 5601d05b8c340ee2643febc146099325eff187eb | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Mon Mar 07 14:55:06 2011 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Mar 17 13:08:33 2011 -0300 |
tree | 61fb3298bb267eecfd899621cc852114d636de52 | |
parent | 831ca6093ca486060721f5c3c74f97b10f3172b9 [diff] |
KVM: emulator: Fix io permission checking for 64bit guest Current implementation truncates upper 32bit of TR base address during IO permission bitmap check. The patch fixes this. Reported-and-tested-by: Francis Moreau <francis.moro@gmail.com> Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>