commit | 73044f05a4ac65f2df42753e9566444b9d2a660f | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Jan 07 11:05:27 2008 -0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 30 22:50:08 2008 +1100 |
tree | 80a3e1d1bda31a769554a8c51f8c189ccec0b9f8 | |
parent | 7ea07a1500f05e06ebf0136763c781244f77a2a1 [diff] |
lguest: make hypercalls use the vcpu struct this patch changes do_hcall() and do_async_hcall() interfaces (and obviously their callers) to get a vcpu struct. Again, a vcpu services the hypercall, not the whole guest Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>