From owner-svn-soc-all@FreeBSD.ORG Mon Jun 25 23:09:27 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 2EB4E106566C for ; Mon, 25 Jun 2012 23:09:25 +0000 (UTC) (envelope-from syuu@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 25 Jun 2012 23:09:25 +0000 Date: Mon, 25 Jun 2012 23:09:25 +0000 From: syuu@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120625230925.2EB4E106566C@hub.freebsd.org> Cc: Subject: socsvn commit: r238305 - soc2012/syuu/bhyve-bios/sys/amd64/include X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 23:09:27 -0000 Author: syuu Date: Mon Jun 25 23:09:24 2012 New Revision: 238305 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238305 Log: add VMCALL handler Modified: soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h Modified: soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h ============================================================================== --- soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h Mon Jun 25 23:08:35 2012 (r238304) +++ soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h Mon Jun 25 23:09:24 2012 (r238305) @@ -228,6 +228,7 @@ VM_EXITCODE_MTRAP, VM_EXITCODE_PAUSE, VM_EXITCODE_PAGING, + VM_EXITCODE_VMCALL, VM_EXITCODE_MAX };