/* (c) 2008, Peter Dinda */ /* (c) 2008, The V3VEE Project */ #include #include int handle_svm_pause(struct guest_info * info) { // handled as a nop info->rip+=2; return 0; }