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>
Showing
- drivers/lguest/interrupts_and_traps.c 14 additions, 14 deletionsdrivers/lguest/interrupts_and_traps.c
- drivers/lguest/lg.h 10 additions, 9 deletionsdrivers/lguest/lg.h
- drivers/lguest/segments.c 22 additions, 20 deletionsdrivers/lguest/segments.c
- drivers/lguest/x86/core.c 11 additions, 13 deletionsdrivers/lguest/x86/core.c
- include/asm-x86/lguest.h 1 addition, 1 deletioninclude/asm-x86/lguest.h
Loading
Please register or sign in to comment