From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v2 00/17] tools: add support for FreeBSD Date: Mon, 2 Jun 2014 17:08:06 +0200 Message-ID: <1401721703-34974-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WrTqk-0002FF-6E for xen-devel@lists.xenproject.org; Mon, 02 Jun 2014 15:08:34 +0000 Received: from gateway-cbg.eng.citrite.net ([10.80.16.17] helo=localhost.localdomain) by ukmail1.uk.xensource.com with esmtp (Exim 4.69) (envelope-from ) id 1WrTqg-00070w-BF for xen-devel@lists.xenproject.org; Mon, 02 Jun 2014 16:08:30 +0100 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org This patch series adds support for using the tools on FreeBSD. The series can also be found on my git repo: git://xenbits.xen.org/people/royger/xen.git branch freebsd_tools_v2 http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/freebsd_tools_v2 Some of the patches have already been acked, and they are marked with a * in the following list: [PATCH v2 01/17] configure: make the libaio test conditional on [PATCH v2 02/17] configure: disable qemu-trad on FreeBSD systems by [PATCH v2 03/17] configure: disable ROMBIOS if qemu-trad is disabled *[PATCH v2 04/17] include: import FreeBSD headers for evtchn and [PATCH v2 05/17] libxc: add support for FreeBSD [PATCH v2 06/17] libxc: remove broken endianess gate on lz4 [PATCH v2 07/17] xenstored: unify xenstored OS-specific bits [PATCH v2 08/17] xenstored: add FreeBSD xenstored device paths [PATCH v2 09/17] console: add FreeBSD includes [PATCH v2 10/17] init: add FreeBSD xencommons init script [PATCH v2 11/17] hotplug: add FreeBSD vif-bridge [PATCH v2 12/17] libxl: add FreeBSD OS support [PATCH v2 13/17] libxl: add support for FreeBSD uuid implementation *[PATCH v2 14/17] libxl: only include utmp.h if it's present [PATCH v2 15/17] libxl: allow usage of char devices as block *[PATCH v2 16/17] hvmloader: remove size_t typedef and include [PATCH v2 17/17] build: export linker emulation parameter to SeaBIOS Thanks, Roger.