linux-kernel-test/drivers/lguest/x86
Glauber de Oliveira Costa fc708b3e40 lguest: replace lguest_arch with lg_cpu_arch.
The fields found in lguest_arch are not really per-guest,
but per-cpu (gdt, idt, etc). So this patch turns lguest_arch
into lg_cpu_arch.

It makes sense to have a per-guest per-arch struct, but this
can be addressed later, when the need arrives.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-01-30 22:50:11 +11:00
..
core.c lguest: replace lguest_arch with lg_cpu_arch. 2008-01-30 22:50:11 +11:00
switcher_32.S lguest: documentation update 2007-10-25 15:02:50 +10:00