commit | 66686c2ab08feb721ca4d98285fba64acdf6017f | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Jan 07 11:05:34 2008 -0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 30 22:50:12 2008 +1100 |
tree | bae76c0e0dc78809abc83b8f0dc9f84dca702de0 | |
parent | fc708b3e407dfd2e12ba9a6cf35bd0bffad1796d [diff] |
lguest: per-vcpu lguest task management lguest uses tasks to control its running behaviour (like sending breaks, controlling halted state, etc). In a per-vcpu environment, each vcpu will have its own underlying task. So this patch makes the infrastructure for that possible Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>