From owner-freebsd-xen@FreeBSD.ORG Thu Aug 29 16:32:25 2013 Return-Path: Delivered-To: xen@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 01538E7D for ; Thu, 29 Aug 2013 16:32:25 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from aslan.scsiguy.com (aslan.scsiguy.com [70.89.174.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B425D2655 for ; Thu, 29 Aug 2013 16:32:21 +0000 (UTC) Received: from [192.168.6.133] (207-225-98-3.dia.static.qwest.net [207.225.98.3]) (authenticated bits=0) by aslan.scsiguy.com (8.14.7/8.14.5) with ESMTP id r7TGWHgn083639 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 29 Aug 2013 16:32:18 GMT (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [CFR] Event channel Interrupts and unified Xen interrupt infrastructure. Date: Thu, 29 Aug 2013 10:32:12 -0600 Message-Id: <7D29BB74-2341-4164-B2B8-85A4CAB3A6CE@FreeBSD.org> To: xen@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (aslan.scsiguy.com [70.89.174.89]); Thu, 29 Aug 2013 16:32:18 +0000 (UTC) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 16:32:25 -0000 I've been working to get the next chunk of Spectra/Roger Pau Monn=E9 Xen = work into head. The latest version of the patch I'm working on can be = found here: http://people.freebsd.org/~gibbs/xen_intr.diff I will continue my testing today and commit it tonight unless I hear = complaints. Comments, corrections, improvements, and bug reports = welcome. -- Justin=