From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QepN3-0008Rr-9o for qemu-devel@nongnu.org; Thu, 07 Jul 2011 10:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QepN1-0001uB-Q8 for qemu-devel@nongnu.org; Thu, 07 Jul 2011 10:16:00 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34307 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QepN1-0001u4-8b for qemu-devel@nongnu.org; Thu, 07 Jul 2011 10:15:59 -0400 Message-ID: <4E15BF9D.8000505@suse.de> Date: Thu, 07 Jul 2011 16:15:57 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1307369780-28189-1-git-send-email-pbonzini@redhat.com> <4E1447E9.5060103@redhat.com> In-Reply-To: <4E1447E9.5060103@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] spapr qdevification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 07/06/2011 01:32 PM, Paolo Bonzini wrote: > On 06/06/2011 04:16 PM, Paolo Bonzini wrote: >> This series fixes some problems with spapr's qdev interface. Patch >> 1 is the important one, which makes it possible to use -device >> to create vio devices. The other two are cosmetic. >> >> v1->v2: >> abstracted the call to xics_find_qirq behind spapr_find_qirq >> >> v2->v3: >> undid v1->v2 change, introduced spapr_allocate_irq > > Ping? Thanks, applied to ppc-next :) Alex