lguest: move changed bitmap to lg_cpu
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Thu, 17 Jan 2008 21:14:46 +0000 (19:14 -0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Jan 2008 11:50:17 +0000 (22:50 +1100)
commitae3749dcd8c31dcfbab14ea28c68a944c93f418f
treebdbbe9207bb7c50e9aeb7afc5b5653b79501c03f
parentf34f8c5fea079065671163c37d98328cff31980b
lguest: move changed bitmap to lg_cpu

events represented in the 'changed' bitmap are per-cpu, not per-guest.
move it to the lg_cpu structure

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/interrupts_and_traps.c
drivers/lguest/lg.h
drivers/lguest/segments.c
drivers/lguest/x86/core.c