From owner-freebsd-virtualization@FreeBSD.ORG Mon Oct 14 23:49:15 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7CF16B1 for ; Mon, 14 Oct 2013 23:49:15 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3241F20A8 for ; Mon, 14 Oct 2013 23:49:15 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id w7so6214240lbi.15 for ; Mon, 14 Oct 2013 16:49:13 -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:content-type; bh=e/MKk39AdJ+dTmJzs5gqNIBFaZbOdmi4WParXj9OQkA=; b=rNKCP+DV5+IqeWuIzyamSOz3Wxg9d4WfAKpNSVxWFtmGtBHIWUTF1qH3phIzOkl3ls NgAdTzfTrnF64O1jIcgSJRwG1Oc5DPrO6Kqhgbo/ecOxBctCyMOt8x039TGSvYhfSTFD RrrR83GEzm+SLW44JGYlVggt+ml4WJwRgLKuPy19emH/vGXcmcE64lOzp3jE8RHDROuA NvQEcUmYLfBYEqsXpcy7bOKz0SpoSDDPL2JjVh/j3Jkq7/rnvTDLNzaIZv8xbi0vvBxG PgBqYe/V1FYtnZwsj8q7YdLuJwgFteGHr1PoYvUW3cF6ElLczW4BbRsg0xwgklmS7mBY 93XQ== MIME-Version: 1.0 X-Received: by 10.152.44.225 with SMTP id h1mr33433455lam.15.1381794553062; Mon, 14 Oct 2013 16:49:13 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.139.132 with HTTP; Mon, 14 Oct 2013 16:49:12 -0700 (PDT) In-Reply-To: <525738CE.9000708@freebsd.org> References: <5256D59A.20904@digiware.nl> <5256DD29.6090007@freebsd.org> <14A565E7-7D26-4C32-B73A-F5FAA16BC837@digiware.nl> <9A4BF6B0-91F1-43C5-B5D5-90486123336D@digiware.nl> <525738CE.9000708@freebsd.org> Date: Mon, 14 Oct 2013 16:49:12 -0700 X-Google-Sender-Auth: 9nsprXoEWhF9a_R6hlA3qnHp1ho Message-ID: Subject: Re: Running bhyve on a AMD 1075T Phenom From: Craig Rodrigues To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 14 Oct 2013 23:49:15 -0000 Hi, I have an older machine with an AMD CPU, so I took a look at the http://svnweb.freebsd.org/base/projects/bhyve_svm/branch. I noticed that this branch has not been updated with the latest changes from HEAD, specifically the changes done in this branch: http://svnweb.freebsd.org/base/projects/bhyve_npt_pmap/ . I tried to check out the projects/bhyve_npt_pmap branch and manually do an "svn merge" from CURRENT. I resolved a few merge conflicts, but saw that there are quite a few changes to the pmap code and the svm_vminit() function to accomodate an API change due to bhyve_npt_pmap changes. There was a lot of non-trivial stuff done in the amd64 pmap code and the BHyve intel module for bhyve_npt_pmap, and these changes have not been made for the amd svm code. Does anyone have patches for the svm code? -- Craig