X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx_msr.h;h=ad1d7a90e005f0d7608b3d25f57a10a935cf9732;hp=4b894915ae9c952e80404dd5172d51350cc830be;hb=61597ea2c5ccace036d8a65e429e32b8f8a7ed4a;hpb=f3eb8bbb7c58c98b03797f2188e6c1d2a7610c15 diff --git a/palacios/include/palacios/vmx_msr.h b/palacios/include/palacios/vmx_msr.h index 4b89491..ad1d7a9 100644 --- a/palacios/include/palacios/vmx_msr.h +++ b/palacios/include/palacios/vmx_msr.h @@ -1,4 +1,30 @@ +/* + * 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); + +#endif +#endif