commit | a53a35a8b485b9c16b73e5177bddaa4321971199 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Jan 07 11:05:32 2008 -0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 30 22:50:11 2008 +1100 |
tree | 8ed96838cb47d1263f63aba6dd6921b3c811f46c | |
parent | a3863f68b0d7fe2073c0f4efe534ec87a685c4fa [diff] |
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>