Re: [PATCH] xen: suppress known wrmsrs




* Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:

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@xxxxxxxxxx>

applied to tip/x86/xen - thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: How to make System.out.println(..) shows up in color?
    ... My program prints out a lot of messages to console. ... the printing can be in red color so that I can be notified. ... I use Eclipse, if that is related. ... Eclipse accepts the stdout and stderr output streams from your ...
    (comp.lang.java.programmer)
  • Re: How to make System.out.println(..) shows up in color?
    ... My program prints out a lot of messages to console. ... the printing can be in red color so that I can be ... I use Eclipse, if that is related. ... Eclipse accepts the stdout and stderr output streams from your ...
    (comp.lang.java.programmer)
  • Re: printf internals
    ... You also want a inittab entry for console on serial device. ... Kernel boots fine to a point where it starts accessing ramdisk ... I wanted to trace down the path from user program to the kernel ... and see why it is not printing messages from user program. ...
    (Linux-Kernel)
  • Re: How do I format outputted text?
    ... I am just printing to the console. ... Are you to get this functionality in TextMate? ... Do you need a portable program? ...
    (comp.lang.ruby)
  • How to make System.out.println(..) shows up in color?
    ... My program prints out a lot of messages to console. ... I hope that in some conditions, the printing can be in red color so that I can be notified. ... e.g. "You need to be careful about this" may be shows up after "A lot of messages B" in console. ...
    (comp.lang.java.programmer)