From owner-freebsd-virtualization@freebsd.org Fri Jan 19 20:50:41 2018 Return-Path: Delivered-To: freebsd-virtualization@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 30F7AEC7990 for ; Fri, 19 Jan 2018 20:50:41 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCDA2749C7 for ; Fri, 19 Jan 2018 20:50:40 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: by mail-qt0-x230.google.com with SMTP id l20so5686691qtj.11 for ; Fri, 19 Jan 2018 12:50:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-transfer-encoding; bh=p2m761f/m5/1UiAf7MLfv5NIDIt022IYIS3fYlaAmDs=; b=ExF+ZRN1GkxldfcJl6sA5+sc4HfVOzzySRjwPj7oeLRCD+wwyh9eq+/F3OMGe9HP12 5cChFHsn9CQRccJIH7GF4ZfvB9eKnKcSNEUPSl3q+e6WYdb9QUfPZugebFNdmareXkua roKwh1urHYy/wVGky+oPzTwKyrdHKjoQf/Vgg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=p2m761f/m5/1UiAf7MLfv5NIDIt022IYIS3fYlaAmDs=; b=P/g52w5oMdnwSbRmzePwb9yTUvIiwFhBKJhWGD/VQpcXLZU/tXqAo45SI8NtsVTUd4 ikJysqYvK9zNHGjCdU78k+whID34LN8/MmEa4yNuiIniBd6wsTrEsJTUj6pVEWcAjnVY UrMAaOQdx1AVn6Dn08DJHp+utLKVKXfSV9YFQCWIh947zoXF1fOPuw90lEoRY58x1Nxq ikXifjzvLUXrEpuE+ccOpt5dLCcci3RaiY97shEpUjZHatq/7N2a+/Rrsu+K65ypAZl0 WJdQ29HXbmJDNWhqezP+dQIJZnMKE9F+7wWttmdi0SVsrPyi4LAkSnu7UVXiM43E1AwR qTkw== X-Gm-Message-State: AKwxytfhs0A1lDV+Dz7waL3FMbnEjba3mOGp/sHJqdmS9Y13JsblUFEp xZ2c6tKYA6cVnAy0PD5BZvp4TFg2 X-Google-Smtp-Source: ACJfBosRmwkBBFerMbe+6re+M6TMVOtey6v/UlKq3erTlannaS8ipJqO8vA8mrIE+L/jJ/5ZRHmu5w== X-Received: by 10.55.204.134 with SMTP id n6mr52240156qkl.169.1516395039990; Fri, 19 Jan 2018 12:50:39 -0800 (PST) Received: from Papi.lobos (179.176.147.107.dynamic.adsl.gvt.net.br. [179.176.147.107]) by smtp.gmail.com with ESMTPSA id x6sm7017741qkg.19.2018.01.19.12.50.36 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 19 Jan 2018 12:50:39 -0800 (PST) Date: Fri, 19 Jan 2018 17:52:57 -0300 From: Mario Lobo To: freebsd-virtualization@freebsd.org Subject: Re: Bhyve passthrough problems (update) Message-ID: <20180119175257.3f29d9d6@Papi.lobos> In-Reply-To: References: <20180117202250.6ef90c6d@Papi.lobos> Organization: BSD X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 19 Jan 2018 20:50:41 -0000 On Thu, 18 Jan 2018 00:58:08 -0800 Peter Grehan wrote: > Hi Mario, > > > I'm trying to passthrough a firewire pci card to a windows 7 64 > > guest. > > First, you'll need to verify if that card supports MSI or MSI-x > since that is required by bhyve for passthru support. This can be > seen with 'pciconf -lbc' on the FreeBSD host. > > > VM exits with: > > > > Assertion failed: (mr->name == memp->name), function > > unregister_mem, file /usr/src/usr.sbin/bhyve/mem.c, line 265. > > Abort trap > > This is bug in bhyve when running Windows with PCI devices that > have more than 1 memory BAR (e.g. Intel igb ethernet devices), due to > the order that Windows determines BAR sizes. I've been meaning to fix > this for a long time so will try and get to it. > > later, > > Peter. Hi there: Well, now, even without setting up passthrough, the VM doesn't start (which it did, before I svned up /usr/src). With vnc: bhyve -c 4 -s 0,amd_hostbridge -s 3,ahci-hd,/Vmachines/disk.img,sectorsize=512 -s 4,ahci-cd,/Extra/Isos/Windows/Windows_7/null_dvd.iso -s 10,virtio-net,tap0 -s 11,fbuf,tcp=0.0.0.0:5900,,w=1600,h=900,wait -s 20,xhci,tablet -s 31,lpc -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -m 4G -H -w WIN-764 fbuf frame buffer base: 0x942e00000 [sz 16777216] error: Assertion failed: (error == 0), function modify_bar_registration, file /usr/src/usr.sbin/bhyve/pci_emul.c, line 491. Abort trap Without vnc: bhyve -c 4 -s 0,amd_hostbridge -s 3,ahci-hd,/Vmachines/disk.img,sectorsize=512 -s 4,ahci-cd,/Extra/Isos/Windows/Windows_7/null_dvd.iso -s 10,virtio-net,tap0 -s 20,xhci,tablet -s 31,lpc -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -m 4G -H -w WIN-764 error: Assertion failed: (mr->name == memp->name), function unregister_mem, file /usr/src/usr.sbin/bhyve/mem.c, line 265. Abort trap Revisions (/usr/src 11-STABLE): working: 321652 not working (current): 328163 -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things."