From: Jack Lange Date: Wed, 5 Aug 2009 21:13:17 +0000 (-0500) Subject: added vmxassist to fix build X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=959490b37e844efbcfcc9ebcba55e5cbd39c65bf added vmxassist to fix build --- diff --git a/palacios/src/palacios/vmxassist.S b/palacios/src/palacios/vmxassist.S new file mode 100644 index 0000000..9232147 --- /dev/null +++ b/palacios/src/palacios/vmxassist.S @@ -0,0 +1,25 @@ +/* + * 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) 2008, Andy Gocke + * Copyright (c) 2008, 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". + */ + +.data +.globl vmxassist_start +vmxassist_start: +.incbin VMXASSIST_PATH +.globl vmxassist_end +vmxassist_end: