commit | d89961e2dc87b6e30b8e3f60bd2af5cd92cf4643 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Thu Jul 24 13:48:58 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jul 28 16:33:08 2008 +0200 |
tree | 63b6192ad4bf4a74edbcea6ab4540789f148b60b | |
parent | fde28e8f49ed86e771667a3fe81fcc25c93ede8e [diff] |
xen: suppress known wrmsrs In general, Xen doesn't support wrmsr from an unprivileged domain; it just ends up ignoring the instruction and printing a message on the console. Given that there are sets of MSRs we know the kernel will try to write to, but we don't care, just eat them in xen_write_msr to cut down on console noise. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>