X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx_msr.h;h=4ddd6fd8fbc13fe46db64b7402149b9ae6043cf7;hb=a31d0f3c2219f3f9d2236f88562c622790cdf63b;hp=4b894915ae9c952e80404dd5172d51350cc830be;hpb=52a58bb7bdf06ca22ad6883f8095f8aa5ca4b8a4;p=palacios.git diff --git a/palacios/include/palacios/vmx_msr.h b/palacios/include/palacios/vmx_msr.h index 4b89491..4ddd6fd 100644 --- a/palacios/include/palacios/vmx_msr.h +++ b/palacios/include/palacios/vmx_msr.h @@ -1,4 +1,31 @@ +/* + * This file is part of the Palacios Virtual Machine Monitor developed + * by the V3VEE Project with funding from the United States National + * Science Foundation and the Department of Energy. + * + * The V3VEE Project is a joint project between Northwestern University + * and the University of New Mexico. You can find out more at + * http://www.v3vee.org + * + * Copyright (c) 2009, Andy Gocke + * Copyright (c) 2009, The V3VEE Project + * All rights reserved. + * + * Author: Andy Gocke + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "V3VEE_LICENSE". + */ + +#ifndef __VMX_MSR_H__ +#define __VMX_MSR_H__ + +#ifdef __V3VEE__ #include -int v3_init_vmx_msr_map(struct guest_info * info); +int v3_init_vmx_msr_map(struct v3_vm_info * vm); +int v3_deinit_vmx_msr_map(struct v3_vm_info * vm); + +#endif +#endif