lguest: per-vcpu lguest pgdir management
this patch makes the pgdir management per-vcpu. The pgdirs pool is still guest-wide (although it'll probably need to grow when we are really executing more vcpus), but the pgdidx index is gone, since it makes no sense anymore. Instead, we use a per-vcpu index. Signed-off-by:Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by:
Rusty Russell <rusty@rustcorp.com.au>
Showing
- drivers/lguest/hypercalls.c 1 addition, 1 deletiondrivers/lguest/hypercalls.c
- drivers/lguest/interrupts_and_traps.c 3 additions, 3 deletionsdrivers/lguest/interrupts_and_traps.c
- drivers/lguest/lg.h 6 additions, 6 deletionsdrivers/lguest/lg.h
- drivers/lguest/page_tables.c 30 additions, 29 deletionsdrivers/lguest/page_tables.c
- drivers/lguest/x86/core.c 4 additions, 3 deletionsdrivers/lguest/x86/core.c
Loading
Please register or sign in to comment