commit | 0c78441cf4dd66f66e23dc085f0cc1e3e8669b96 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Jan 07 11:05:30 2008 -0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 30 22:50:09 2008 +1100 |
tree | 33216420c6300df9a345247dc6e0b669ce5b2198 | |
parent | 177e449dc5bd4cf8dc48d66abee61ddf34b126b9 [diff] |
lguest: map_switcher_in_guest() per-vcpu The switcher needs to be mapped per-vcpu, because different vcpus will potentially have different page tables (they don't have to, because threads will share the same). So our first step is the make the function receive a vcpu struct Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>