Skip to content
Commit 1ea252af authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Fix bogus sign extension in mmu mapping audit



When auditing a 32-bit guest on a 64-bit host, sign extension of the page
table directory pointer table index caused bogus addresses to be shown on
audit errors.

Fix by declaring the index unsigned.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent ff426974
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment