get rid of GET_GUESTVM
commit20a9fdb4a219e7356b1e9040d52232f28da56783
authorDiego Ongaro <diego.ongaro@rice.edu>
Fri, 7 Nov 2008 04:14:16 +0000 (6 22:14 -0600)
committerDiego Ongaro <diego.ongaro@rice.edu>
Fri, 7 Nov 2008 04:14:16 +0000 (6 22:14 -0600)
treea3cb55dc3ba9675dfd00e1b3a95ccc8e8920d44d
parent959b7a12a2d78c1b5d799c01c2e4f895903abde0
get rid of GET_GUESTVM

Either you're operating on the vm (use PROC_GET_GUESTVM), or you're
operating on a vcpu (use vcpu->guest_vm). This comes into play other
qemu threads want to modify the vm.
sys/kern/kern_fkvm.c