From owner-svn-src-head@freebsd.org Fri Nov 20 11:40:56 2015 Return-Path: Delivered-To: svn-src-head@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 D8934A336AC; Fri, 20 Nov 2015 11:40:56 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (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 897E7133D; Fri, 20 Nov 2015 11:40:56 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: by qgcc31 with SMTP id c31so27829761qgc.3; Fri, 20 Nov 2015 03:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gawUUi57Q1OrKRPoQSmDyI+zJn4jNf28ZDayOIFKbVE=; b=XOcsJ6WO0qi/NiDmglk6c1YE/NWHoGGn2moISPNtjReJ9hc79jDyX/1OubpkkqYu/A bIQWexrWqLdZFn2XO9aZ9cHgTzveLCO0QpQFTb11oHs/O+wtdCRip3lrPR/S6YyRaA/u TWP3NrhL88LNngzHNNobxKgacQqMVm1eMUUvCtPs/kFCuuYT2KdgcEbJ6l6hsbjfyV+v pR4OHoh/O7I1JZ8P0m52f4wAnuviWWFy4/uMOUBadEQEpuQl4ai7Z9Ryu8OhDfPQfTSD 2m0sd4fdeZBR79rqg7Sk2hxFaLXdUVv2FOoMhltEHkPpTlQBjOeEolcgdAnTDxIiWnkI p7HQ== X-Received: by 10.140.217.138 with SMTP id n132mr13223931qhb.26.1448019655731; Fri, 20 Nov 2015 03:40:55 -0800 (PST) Received: from mbp.home ([186.249.148.143]) by smtp.gmail.com with ESMTPSA id m23sm3411125qkh.46.2015.11.20.03.40.53 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Nov 2015 03:40:55 -0800 (PST) Sender: Renato Botelho Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: svn commit: r286999 - in head/sys: dev/xen/blkfront dev/xen/netfront x86/xen xen From: Renato Botelho In-Reply-To: <201508211553.t7LFr9RB047233@repo.freebsd.org> Date: Fri, 20 Nov 2015 09:40:51 -0200 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <27E59D07-C394-4E0B-BF18-B31FF125C4F4@FreeBSD.org> References: <201508211553.t7LFr9RB047233@repo.freebsd.org> To: =?utf-8?Q?Roger_Pau_Monn=C3=A9?= X-Mailer: Apple Mail (2.3096.5) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 11:40:57 -0000 > On Aug 21, 2015, at 12:53, Roger Pau Monn=C3=A9 = wrote: >=20 > Author: royger > Date: Fri Aug 21 15:53:08 2015 > New Revision: 286999 > URL: https://svnweb.freebsd.org/changeset/base/286999 >=20 > Log: > xen: allow disabling PV disks and nics >=20 > Introduce two new loader tunnables that can be used to disable PV = disks and > PV nics at boot time. They default to 0 and should be set to 1 (or = any > number different than 0) in order to disable the PV devices: >=20 > hw.xen.disable_pv_disks=3D1 > hw.xen.disable_pv_nics=3D1 >=20 > In /boot/loader.conf will disable both PV disks and nics. >=20 > Sponsored by: Citrix Systems R&D > Tested by: Karl Pielorz > MFC after: 1 week Hello Roger, Do you still plan to MFC this one? Thanks -- Renato Botelho