Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 19:34:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196093] bhyve error "wrmsr to register 0x1a0" with Ubuntu 13.10
Message-ID:  <bug-196093-8-ZgbU7uGZ0O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196093-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196093-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196093

Neel Natu <neel@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|byve mer error running      |bhyve error "wrmsr to
                   |linux emulation of Ubuntu   |register 0x1a0" with Ubuntu
                   |                            |13.10

--- Comment #10 from Neel Natu <neel@freebsd.org> ---
Thanks for verifying the fix.

The root cause was that the host system had the "no-execute" feature disabled
(intentional?). This was passed through to the virtual machine and the guest
kernel was trying to re-enable the feature by setting bit 34 of
IA32_MISC_ENABLE msr.

bhyve was not handling writes to the IA32_MISC_ENABLE msr which caused it to
exit.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196093-8-ZgbU7uGZ0O>