From owner-svn-src-all@FreeBSD.ORG Fri Sep 27 21:33:13 2013 Return-Path: Delivered-To: svn-src-all@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 F22C5111; Fri, 27 Sep 2013 21:33:12 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7882C3A; Fri, 27 Sep 2013 21:33:12 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id c3so2160596qcv.32 for ; Fri, 27 Sep 2013 14:33:11 -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=oIGNgznEkMDmea9QdjV+TFJ7/kozh8Dl3ovJF56t+Qc=; b=XGm156KhWSNJ962HEWu4siMSRx7oHa3G7cLcEEhr4Fg8xyGMDXGVMu2j735VYaOIye dbkOSU+86xOECMLLpls2mWvDXRrJlmBmMkM7AJePcolV3eCQmqbunDS6xNfhcriWJKcU Z1/8EhpIxXuPxkokI9oKL97/7UgIGunQIjVdnLpd7Zev9DppF8BLoUu1ej09fIpE8fuh M0lTYVZ6bBeEcN8Ow7EGvuim3ZyPbBGqSzHFJzkKJtSQxyPQouTgBszMrC2+3zEWHUjk RxEcLJlgm+7PqpQ8PuE9tN1cIjF9Jjq7hk4yZcmmqjZScs6whSlClMg7s/Bx5Ib6tj98 /mhQ== MIME-Version: 1.0 X-Received: by 10.224.125.195 with SMTP id z3mr5109540qar.118.1380317591394; Fri, 27 Sep 2013 14:33:11 -0700 (PDT) Received: by 10.49.14.225 with HTTP; Fri, 27 Sep 2013 14:33:11 -0700 (PDT) In-Reply-To: <201309202259.r8KMxMP3084866@svn.freebsd.org> References: <201309202259.r8KMxMP3084866@svn.freebsd.org> Date: Fri, 27 Sep 2013 17:33:11 -0400 Message-ID: Subject: Re: svn commit: r255744 - in head/sys: amd64/amd64 amd64/conf amd64/include i386/conf i386/i386 i386/include kern x86/xen xen From: Benjamin Kaduk To: "Justin T. Gibbs" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , rmh@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 21:33:13 -0000 On Fri, Sep 20, 2013 at 6:59 PM, Justin T. Gibbs wrote: > Author: gibbs > Date: Fri Sep 20 22:59:22 2013 > New Revision: 255744 > URL: http://svnweb.freebsd.org/changeset/base/255744 > > Log: > Merge Xen PVHVM support into the GENERIC kernel config for both > amd64 and i386. > I confess to a poor understanding of the reason for existence of sys/i386/conf/XEN -- in particular, does this change render that configuration obsolete as well as XENHVM? Maybe -hackers would be a better place to ask... Thanks, Ben