lguest: move last_pages to lg_cpu
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Thu, 17 Jan 2008 21:13:26 +0000 (19:13 -0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Jan 2008 11:50:16 +0000 (22:50 +1100)
commitf34f8c5fea079065671163c37d98328cff31980b
tree73a97cb67c1450b21587cbadde7a7dad6c58d46d
parentc40a9f4719d36841a2d7ff4fe866dce7bfb454b7
lguest: move last_pages to lg_cpu

in our new model, pages are assigned to a virtual cpu, not to a guest.
We 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/lg.h
drivers/lguest/lguest_user.c
drivers/lguest/x86/core.c