From owner-freebsd-virtualization@freebsd.org Thu Aug 27 17:06:59 2015 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 251479C3278 for ; Thu, 27 Aug 2015 17:06:59 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x233.google.com (mail-yk0-x233.google.com [IPv6:2607:f8b0:4002:c07::233]) (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 D6CEAB61; Thu, 27 Aug 2015 17:06:58 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykbi184 with SMTP id i184so26803048ykb.2; Thu, 27 Aug 2015 10:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=s7ThESjQC8/563q/FPvpRjHesIb98raWB1fX7pxit90=; b=Nn+UTWzqofIKaZ166GXvK7jK4dVKfYJnrBkJoCFCEE3BvYvEvuXU+SKPsB7uNtglLE 9j3+mWhvxXRcr78Nq5aYxqkDt17Z0/dB+T1OWvlSvpsboEUr4VD1J2tVe4mbSpvozDG/ i4PCqjae7cEmgkZfJBY4lpTRzQiqTAxjN1xR0U1Zk5f683DOVs29/cU+GxYiSuSDsb/5 xRzL2bRSk+LzYmI+QJLod9HG3rbCtmab7Wh/va79mBYmRpWvcZc+nruoUy0sK9xuQmWi LAn0uMkHUykvOsfFn1EQtm/PrXsWHt7cAFqhxXdlPWnXYE4plFrsgU4SoR13bA4iC1ea 4t3A== MIME-Version: 1.0 X-Received: by 10.170.112.194 with SMTP id e185mr3705606ykb.119.1440695217934; Thu, 27 Aug 2015 10:06:57 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.99.3 with HTTP; Thu, 27 Aug 2015 10:06:57 -0700 (PDT) In-Reply-To: <55DD0876.5070207@freebsd.org> References: <55DD0876.5070207@freebsd.org> Date: Thu, 27 Aug 2015 10:06:57 -0700 X-Google-Sender-Auth: HFiHWZqLlnW7DOSwM_GInrw7d2I Message-ID: Subject: Re: passthru requires guest memory to be wired From: Craig Rodrigues To: Peter Grehan Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 27 Aug 2015 17:06:59 -0000 On Tue, Aug 25, 2015 at 5:29 PM, Peter Grehan wrote: > Hi Craig, > > '-S' needs to be passed to bhyveload *and* bhyve if PCI passthru is used. >>> >>> >>> Does grub-bhyve need this as well? >> > > It does: I need to commit the change for this. > > Do you have a patch for this that I can use? I need this to restore functionality in my bhyve VM environment that I am working with. -- Craig