From owner-freebsd-arch@FreeBSD.ORG Wed Oct 15 23:27:33 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2028BA3; Wed, 15 Oct 2014 23:27:32 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6DB714A; Wed, 15 Oct 2014 23:27:31 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id n15so1852020lbi.39 for ; Wed, 15 Oct 2014 16:27:28 -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=d4b2jMm9SpLjoA6gpED3G3vldzmQo0SaRzksE1y7e6Y=; b=axxpx7FuBnHJZM2+4jb3COn7ajrVkSDH8z/js4IoKyelBrH21VEvPylnprLCqrDgld 2DqDKMNyX7fVviaNdJEaPxHDHOvGZNs8JxIYzGfCNIE3GlkMLGyn4v5WRJypuchqfp+E MZ5fBdWKLBe49jNdT5ZKY5tuM4CR70vrlsAqBphEoEzn3Gci1vQL0Ttqd8VSgq5Zxhuc fhZjdITWMgxTBQ0zNzSX9UdlNJ1W7Q1JkjZsEaBNHB6NwX/Z1jsCDhYqtwEXjPMT8kDi /5mWwwh+7fMRDUrMUEGK0TBUzVVOQc0r7oh7MPbSIMK/Yt2fb5o2Fq6y8Dk94/c3Bgc8 +2Zg== MIME-Version: 1.0 X-Received: by 10.112.137.39 with SMTP id qf7mr15488772lbb.47.1413415648835; Wed, 15 Oct 2014 16:27:28 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Wed, 15 Oct 2014 16:27:28 -0700 (PDT) In-Reply-To: <04e9a883-574f-47e8-ae65-29e6d6568712@email.bluemailapp.com> References: <04e9a883-574f-47e8-ae65-29e6d6568712@email.bluemailapp.com> Date: Wed, 15 Oct 2014 16:27:28 -0700 X-Google-Sender-Auth: h0R44h0CX15g2yxKw8riua0GXPA Message-ID: Subject: Re: Enabling VIMAGE by default for FreeBSD 11? From: Craig Rodrigues To: Kris Moore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Net , Adrian Chadd , "freebsd-virtualization@freebsd.org" , freebsd-arch X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 23:27:33 -0000 On Sun, Oct 12, 2014 at 6:35 AM, Kris Moore wrote: > > It was for a while in 9.2, but we removed it from 10.0 and later due to > stability issues we kept getting reports about. Haven't tried it since > then, dont know if those issues are fixed. > I fixed some of the problems with VIMAGE that I encountered with Bluetooth: https://lists.freebsd.org/pipermail/svn-src-head/2013-July/049582.html Hiroo Onoo submitted this patch, which I committed to fix problems with VIMAGE encountered with removable USB Ethernet: https://lists.freebsd.org/pipermail/svn-src-all/2014-February/081025.html Martin Matuska committed this fix for PF: https://lists.freebsd.org/pipermail/svn-src-head/2014-April/057803.html So a lot of the stability problems with VIMAGE which were in PC-BSD 9.2 and FreeBSD 9.x have been slowly been fixed. -- Craig