From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH 0/9] NetBSD: minor fixes and hotplug execution Date: Wed, 11 Jul 2012 11:23:43 +0100 Message-ID: <1342002232-75531-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: 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.xen.org List-Id: xen-devel@lists.xenproject.org This series contains minor fixes to build xen on NetBSD and adds hotplug support to NetBSD. After this, xen-unstable should build and work out-of-the-box on NetBSD. This fixes are not related, and as far as I know, can be applied sepparetedly: [PATCH 1/9] xenstore: don't print an error when gntdev cannot be [PATCH 2/9] tools/build: fix pygrub linking [PATCH 3/9] pygrub: don't leave fds open [PATCH 4/9] build: include Tools.mk first in tools/Rules.mk [PATCH 5/9] libxl: react correctly to POLLHUP [PATCH 6/9] libxl: check backend state before setting it to [PATCH 7/9] hotplug/NetBSD: check type of file to attach from params This two should be applied together: [PATCH 8/9] libxl: call hotplug scripts from xl for NetBSD [PATCH 9/9] init/NetBSD: move xenbackendd to xend init script Thanks, Roger.