2 * (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * This file is released under the GPLv2. See the COPYING file for more
10 int guest_begin(struct virt_sys
*sys
)
12 switch(sys
->cpu
->state
) {
15 sys
->cpu
->state
= GUEST_OPERATING
;
22 int guest_stop(struct virt_sys
*sys
)
24 switch(sys
->cpu
->state
) {
27 sys
->cpu
->state
= GUEST_STOPPED
;