From owner-freebsd-virtualization@freebsd.org Tue Aug 25 22:45:33 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 384C199A654 for ; Tue, 25 Aug 2015 22:45:33 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (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 EC293E64; Tue, 25 Aug 2015 22:45:32 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: by qgj62 with SMTP id 62so115994372qgj.2; Tue, 25 Aug 2015 15:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4xIch5l4kqvUdxvHOmlxYl2NApPhjcmnQh8DLeoTmw8=; b=zvFFM6wPznitYxP8NBv2KAAcemKsNJPI5/WTuTh21CAJWeHlYUGxKCfMD4sIrnvP0z DObTcjDau6/WE9j7T/SkAYpmOaN7Za8hPPMWH0jjqfJQYVAkyuHtgQFUnVkAHWe34i6b Gr2vRLS3O+LzJYTzL4zLwBEH3k5KquUmEcql7BbDDQeo8KAdVgZpKjX+DTLBd6AJYr9Q boAgWARSvOkq2FOov8NiRiUpl0lXQRtlVWN4T7sffeTQdohI2tdyZ6lAyQGOe2UEUg8Q oAMDnGSCKmojGJwGMN8LEj44h8ceXKjd855Ue4SMqlL9TgatyRlcbpIQXrkDm7kNTnYU i7Lg== MIME-Version: 1.0 X-Received: by 10.140.144.83 with SMTP id 80mr72070980qhq.54.1440542732012; Tue, 25 Aug 2015 15:45:32 -0700 (PDT) Received: by 10.140.98.163 with HTTP; Tue, 25 Aug 2015 15:45:31 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Aug 2015 15:45:31 -0700 Message-ID: Subject: Re: passthru requires guest memory to be wired From: Neel Natu To: Craig Rodrigues Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Tue, 25 Aug 2015 22:45:33 -0000 Hi Craig, On Tue, Aug 25, 2015 at 11:53 AM, Craig Rodrigues wrote: > Hi, > > I updated one of my FreeBSD boxes to latest CURRENT, and when I started > a bhyve VM which uses PCI passthru, I got this error: > > passthru requires guest memory to be wired > > According to this commit: > https://reviews.freebsd.org/rS284539 > > '-S' needs to be passed to bhyveload *and* bhyve if PCI passthru is used. > > It looks like this change did not make it to 10.2R. Will this change go > into stable/10? > No, there are no plans to MFC the change. > Should this info be added to: https://wiki.freebsd.org/bhyve/pci_passthru > Yup, added it just now. Thanks for pointing it out. best Neel > -- > Craig > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"