On Mon, 2007-01-08 at 12:08 -0200, Glauber de Oliveira Costa wrote: > Hi all, > > I've been working on a port of paravirt_ops for the x86_64 architectures > for a couple of days. Here's the result so far. I'm posting it soon for > early cooments. The more, the better. Hi Glauber! This looks like a great start! Note that i386 is heading away from exporting the entire paravirt_ops structure and just exporting some wrappers, but that can be retro'd in once you've got it all working. There's one critical bug which will stop it from booting reliably: > + Based on i386 work by Rusty Russel. Cheers! Rusty Russell.