lguest: make registers per-vcpu
This is the most obvious per-vcpu field: registers. So this patch moves it from struct lguest to struct vcpu, and patch the places in which they are used, accordingly 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 5 additions, 4 deletionsdrivers/lguest/lg.h
- drivers/lguest/lguest_user.c 19 additions, 18 deletionsdrivers/lguest/lguest_user.c
- drivers/lguest/page_tables.c 3 additions, 1 deletiondrivers/lguest/page_tables.c
- drivers/lguest/x86/core.c 19 additions, 19 deletionsdrivers/lguest/x86/core.c
Loading
Please register or sign in to comment