[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1175741976.12230.627.camel@localhost.localdomain>
Date: Thu, 05 Apr 2007 12:59:36 +1000
From: Rusty Russell <rusty@...tcorp.com.au>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: virtualization@...ts.osdl.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Glauber de Oliveira Costa <glommer@...il.com>
Subject: Re: [PATCH] Lguest32, use guest page tables to find paddr for
emulated instructions
On Wed, 2007-04-04 at 15:07 -0400, Steven Rostedt wrote:
> [Bug that was found by my previous patch]
>
> This patch allows things like modules, which don't have a direct
> __pa(EIP) mapping to do emulated instructions.
>
> Sure, the emulated instruction probably should be a paravirt_op, but
> this patch lets you at least boot a kernel that has modules needing
> emulated instructions.
Yeah, I haven't tried loading random modules but I can imagine this does
happen (what module was it, BTW?)
I used to have a function just like this, but managed to get rid of
it.
Hmm, perhaps we should have an "int lgread_virt_byte(u8 *)" which does
the pgtable walk and read all in one? It won't be efficient, but it'll
be more correct and maybe even fewer lines 8)
Thanks for the patch!
Rusty.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists