On 05/08/2013 06:43 PM, Rusty Russell wrote:
> 
> OK, that confirms my understanding it's lguest-only.
> 
> To return to the immediate proposal: I'd like to expand it KEEP_SEGMENTS
> to say "don't do any privileged ops before the platform entry point"
> which is what it used to do (before we added those config options), and
> still does (if they're disabled).
> 
> This fixes lguest for those configs, and if there *are* any other users,
> this just means they don't support OLPC machines (since 2.6.37) or early
> microcode (3.9).  OLPC + KEEP_SEGMENTS is vanishingly unlikely (the OLPC
> bootloader doesn't use it), and early microcode never worked with
> paravirt anyway (those native_cpuid() calls).
> 
> Failing that, second best to remove KEEP_SEGMENTS, and have lguest
> 'emulate' (ie. skip!) those instructions.  We already do this for in/out
> instructions, see drivers/lguest/x86/core.c emulate_insn().  More code,
> but it's lguest code.
>

Or we can skip the microcode stuff for platform == 2.

        -hpa



_______________________________________________
Lguest mailing list
[email protected]
https://lists.ozlabs.org/listinfo/lguest

Reply via email to