Skip to content
Commit 2dc7094b authored by Matthew Gregan's avatar Matthew Gregan Committed by Avi Kivity
Browse files

KVM: Implement IA32_EBL_CR_POWERON msr



Attempting to boot the default 'bsd' kernel of OpenBSD 4.1 i386 in a guest
fails early in the kernel init inside p3_get_bus_clock while trying to read
the IA32_EBL_CR_POWERON MSR.  KVM logs an 'unhandled MSR' message and the
guest kernel faults.

This patch is sufficient to allow OpenBSD to boot, after which it seems to
run fine.  I'm not sure if this is the correct solution for dealing with
this particular MSR, but it works for me.

Signed-off-by: default avatarMatthew Gregan <kinetik@flim.org>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent a3a06367
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