From owner-freebsd-virtualization@freebsd.org Wed Nov 4 16:05:09 2020 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F88A46092C for ; Wed, 4 Nov 2020 16:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CRBLs09Ldz3glH for ; Wed, 4 Nov 2020 16:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0334846092A; Wed, 4 Nov 2020 16:05:09 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02E15460646 for ; Wed, 4 Nov 2020 16:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CRBLr58T6z3glv for ; Wed, 4 Nov 2020 16:05:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9586AFEEE for ; Wed, 4 Nov 2020 16:05:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A4G58kA069082 for ; Wed, 4 Nov 2020 16:05:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0A4G58MA069081 for virtualization@FreeBSD.org; Wed, 4 Nov 2020 16:05:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 250865] Usage of recent windows virtio-blk driver crashes the bhyve VM Date: Wed, 04 Nov 2020 16:05:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bhyve X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mr@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@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 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-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2020 16:05:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250865 Bug ID: 250865 Summary: Usage of recent windows virtio-blk driver crashes the bhyve VM Product: Base System Version: 12.2-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bhyve Assignee: virtualization@FreeBSD.org Reporter: mr@FreeBSD.org Hi, if using the virtio-blk drivers version 1.189-1 the VM exits with: ... bhyve exited with status 134 ... If using the virtio-blk drivers version 0.1.141 are used nothing crashes but the disk is not found... My config: loader=3D"uefi" cpu=3D2 cpu_sockets=3D1 cpu_cores=3D2 cpu_threads=3D1 wired_memory=3D"yes" memory=3D8G virt_random=3D"yes" network0_type=3D"virtio-net" network0_switch=3D"private" disk0_type=3D"nvme" disk0_dev=3D"zvol" disk0_name=3D"disk0" disk1_type=3D"nvme" disk1_dev=3D"zvol" disk1_name=3D"disk1" disk2_type=3D"ahci-cd" disk2_name=3D"disk2.img" disk3_type=3D"virtio-blk" disk3_dev=3D"zvol" disk3_name=3D"disk3" uuid=3D"a9656f03-7f7a-11e7-983e-98e7f4868540" graphics=3D"yes" graphics_port=3D"5900" graphics_listen=3D"0.0.0.0" graphics_res=3D"1600x900" graphics_wait=3D"no" xhci_mouse=3D"yes" Any ideas or how to debug this further? --=20 You are receiving this mail because: You are the assignee for the bug.=