Re: [BUG] x86 kenel won't boot under Virtual PC

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Fitzhardinge
Date: Friday, September 5, 2008 - 12:08 pm

Linus Torvalds wrote:

Well, the paravirt_ops patching uses multibyte nops to pad out the
unused space in a patch site, and they're generally on hot paths
(otherwise we wouldn't bother with patching).  But even then I don't
think the particular nop chosen matters all that much, and even if it
did using the dumb redundant prefix long nops seems to be as good as or
better than the p6 nops.  The "call mcount" patching ftrace wants to do
would also be pretty common.


Yes, that would be a good idea.


Yep.  We could run the p6 nops with an exception handler to see if the
cpu actually supports them or not.  And if not, just fall back to
something simple and good enough.

    J
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Sun Aug 31, 11:22 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Sun Aug 31, 11:47 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Arjan van de Ven, (Sun Aug 31, 12:27 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Sun Aug 31, 12:39 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Sun Aug 31, 1:03 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Mon Sep 1, 1:23 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 1, 3:22 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Tue Sep 2, 5:08 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Tue Sep 2, 11:12 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Tue Sep 2, 11:44 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Peter Zijlstra, (Wed Sep 3, 4:09 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Wed Sep 3, 4:20 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Fri Sep 5, 8:38 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Jan Beulich, (Fri Sep 5, 9:15 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Fri Sep 5, 9:30 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Fri Sep 5, 9:39 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Fri Sep 5, 10:55 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Ingo Molnar, (Fri Sep 5, 11:43 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Jeremy Fitzhardinge, (Fri Sep 5, 12:08 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Fri Sep 5, 1:06 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Fri Sep 5, 1:12 pm)