X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmx_ctrl_regs.c;h=6bbde364fcf7b29c04c18f55b0431b0dda9ba3a9;hb=3b0d98aaf40fd7a1bfc3bc736144386636cc7a73;hp=7aa736157a760168ee9a746fd33046bc5064d0b9;hpb=40d79cccadcdeb5b4744bf965030b40b0d5cb1fb;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmx_ctrl_regs.c b/palacios/src/palacios/vmx_ctrl_regs.c index 7aa7361..6bbde36 100644 --- a/palacios/src/palacios/vmx_ctrl_regs.c +++ b/palacios/src/palacios/vmx_ctrl_regs.c @@ -27,12 +27,10 @@ #include #include -#if 0 -#ifndef CONFIG_DEBUG_VMX +#ifndef V3_CONFIG_DEBUG_VMX #undef PrintDebug #define PrintDebug(fmt, args...) #endif -#endif static v3_reg_t * get_reg_ptr(struct guest_info * info, struct vmx_exit_cr_qual * cr_qual); static int handle_mov_to_cr0(struct guest_info * info, v3_reg_t * new_val, struct vmx_exit_info * exit_info);