summaryrefslogtreecommitdiff
path: root/kvm_emulate.c
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2011-10-13 04:37:22 +0000
committerBryan Cantrill <bryan@joyent.com>2011-10-13 04:37:22 +0000
commitbea064793c86b83c043bd862f28768f1bb1d3803 (patch)
tree71325957ece02d951191fb2ceff532e8143b07d6 /kvm_emulate.c
parent70d98895e10fb59a8589d9d9fa64721cab5059ae (diff)
downloadillumos-kvm-bea064793c86b83c043bd862f28768f1bb1d3803.tar.gz
HVM-666 VMs will panic/hang with more than 64GB
HVM-675 conflicting definitions of kvm_read_guest_virt_helper() HVM-676 emulation failure should always result in a verbose kernel message
Diffstat (limited to 'kvm_emulate.c')
-rw-r--r--kvm_emulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm_emulate.c b/kvm_emulate.c
index fb2c768..80b9345 100644
--- a/kvm_emulate.c
+++ b/kvm_emulate.c
@@ -1992,7 +1992,7 @@ realmode_set_cr(struct kvm_vcpu *vcpu,
}
}
-static int
+int
kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes,
struct kvm_vcpu *vcpu, uint32_t access, uint32_t *error)
{