From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIvsN-0002N7-TH for qemu-devel@nongnu.org; Mon, 09 Sep 2013 03:27:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIvsF-0002p2-4G for qemu-devel@nongnu.org; Mon, 09 Sep 2013 03:27:11 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:48882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIvsE-0002oS-Vs for qemu-devel@nongnu.org; Mon, 09 Sep 2013 03:27:03 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Sep 2013 03:27:00 -0400 Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 2C09938C803B for ; Mon, 9 Sep 2013 03:26:58 -0400 (EDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b01cxnp22036.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r897Qvvl34341008 for ; Mon, 9 Sep 2013 07:26:58 GMT Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r897QvmZ027367 for ; Mon, 9 Sep 2013 01:26:57 -0600 Date: Fri, 6 Sep 2013 14:41:04 +0200 From: Jens Freimann Message-ID: <20130906124104.GB5819@linux.vnet.ibm.com> References: <1378469970-62769-1-git-send-email-jfrei@linux.vnet.ibm.com> <1378469970-62769-2-git-send-email-jfrei@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/2] linux-headers: update for s390 floating interrupt controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Thomas Huth , kvm-devel , Alexander Graf , QEMU Developers , Christian Borntraeger , Cornelia Huck , Andreas Faerber , Christoffer Dall On Fri, Sep 06, 2013 at 01:32:52PM +0100, Peter Maydell wrote: > On 6 September 2013 13:19, Jens Freimann wrote: > > @@ -839,6 +903,7 @@ struct kvm_device_attr { > > #define KVM_DEV_TYPE_FSL_MPIC_20 1 > > #define KVM_DEV_TYPE_FSL_MPIC_42 2 > > #define KVM_DEV_TYPE_XICS 3 > > +#define KVM_DEV_TYPE_FLIC 4 > > Christoffer's patchset switching the ARM VGIC to this > list also uses 4 as its enumeration value: > > https://lists.cs.columbia.edu/pipermail/kvmarm/2013-August/006822.html > > That patchset isn't in yet, but maybe you should use > 5 to avoid conflicts? sure, will do regards Jens > > thanks > -- PMM >