diff options
author | neel <neel@FreeBSD.org> | 2013-12-19 22:27:28 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2013-12-19 22:27:28 +0000 |
commit | 5dab6f9ed3816204ff73fd075abfaba1ed5c7673 (patch) | |
tree | 81dd8d189453616dbd9a81a4f5e621bb5244b98f /usr.sbin/bhyve/bhyve.8 | |
parent | 86d162fb60a778f9693153d552ce23a379a36131 (diff) | |
download | FreeBSD-src-5dab6f9ed3816204ff73fd075abfaba1ed5c7673.zip FreeBSD-src-5dab6f9ed3816204ff73fd075abfaba1ed5c7673.tar.gz |
Add an option to ignore accesses by the guest to unimplemented MSRs.
Also, ignore a couple of SandyBridge uncore PMC MSRs that Centos 6.4 writes
to during boot.
Reviewed by: grehan
Diffstat (limited to 'usr.sbin/bhyve/bhyve.8')
-rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index b83211a..8e817cf 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -32,7 +32,7 @@ .Nd "run a guest operating system inside a virtual machine" .Sh SYNOPSIS .Nm -.Op Fl aehAHPW +.Op Fl aehwAHPW .Op Fl c Ar numcpus .Op Fl g Ar gdbport .Op Fl p Ar pinnedcpu @@ -229,6 +229,8 @@ Force .Nm to exit when a guest issues an access to an I/O port that is not emulated. This is intended for debug purposes. +.It Fl w +Ignore accesses to unimplemented Model Specific Registers (MSRs). This is intended for debug purposes. .It Fl h Print help message and exit. .It Ar vmname |