From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH RFC 16/23] libxl: add FreeBSD OS support Date: Tue, 22 Apr 2014 16:55:37 +0200 Message-ID: <535682E9.3070106@citrix.com> References: <1397657612-57277-1-git-send-email-roger.pau@citrix.com> <1397657612-57277-17-git-send-email-roger.pau@citrix.com> <21328.2807.57659.741218@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wcc6o-0003CC-DC for xen-devel@lists.xenproject.org; Tue, 22 Apr 2014 14:55:42 +0000 In-Reply-To: <21328.2807.57659.741218@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org, Ian Campbell List-Id: xen-devel@lists.xenproject.org On 17/04/14 19:10, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH RFC 16/23] libxl: add FreeBSD OS support"): >> Create a new libxl_freebsd.c file that contains OS-specific bits used >> by libxl. >> >> This currently defines which backend to use to handle disks, and >> which hotplug scripts to execute. > > Are there no disk scripts on FreeBSD ? Not yet, I will look into adding hotplug script support for disks, but it's something that I was planning to do after getting initial tools support. Roger.