linux/drivers/lguest/x86
Glauber de Oliveira Costa 4665ac8e28 lguest: makes special fields be per-vcpu
lguest struct have room for some fields, namely, cr2, ts, esp1
and ss1, that are not really guest-wide, but rather, vcpu-wide.

This patch puts it in the vcpu struct

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-01-30 22:50:13 +11:00
..
core.c lguest: makes special fields be per-vcpu 2008-01-30 22:50:13 +11:00
switcher_32.S lguest: documentation update 2007-10-25 15:02:50 +10:00