From owner-freebsd-bugs@freebsd.org Sat Nov 12 00:03:19 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77851C3A1C1 for ; Sat, 12 Nov 2016 00:03:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F43161A for ; Sat, 12 Nov 2016 00:03:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC03JA3085987 for ; Sat, 12 Nov 2016 00:03:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 214432] bhyve VM exiting: reason VMX / exit_reason 2 Date: Sat, 12 Nov 2016 00:03:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: alex.deiter@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2016 00:03:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214432 Bug ID: 214432 Summary: bhyve VM exiting: reason VMX / exit_reason 2 Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: alex.deiter@gmail.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Host OS: FreeBSD 12.0-CURRENT r308465 amd64 Guest OS: SmartOS joyent_20161110T013148Z installed packages:=20 grub2-bhyve-0.40 Grub-emu loader for bhyve Steps for reproducing: 1. Create device.map file: # cat device.map=20 (cd0) /test/smartos-latest.iso 2. Create grub.cfg: # cat grub.cfg file: multiboot /platform/i86pc/kernel/amd64/unix /platform/i86pc/kernel/amd64/un= ix -B smartos=3Dtrue,console=3Dttyb module /platform/i86pc/amd64/boot_archive /platform/i86pc/amd64/boot_archive type=3Drootfs name=3Dramdisk boot 3. Load VM kernel and rootfs ramdisk: # grub-bhyve -m device.map -r cd0 -M 4096M test < grub.cfg 4. Try to start VM: # bhyve -m 4096M -s 3,ahci-cd,/test/smartos-latest.iso -s 31,lpc -l com1,/dev/nmdm0A -l com2,/dev/nmdm1A test vm exit[0] reason VMX rip 0x0000000000000225 inst_length 2 status 0 exit_reason 2 qualification 0x0000000000000000 inst_type 0 inst_error 0 Abort (core dumped) --=20 You are receiving this mail because: You are the assignee for the bug.=