From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeQLn-0008HE-6D for qemu-devel@nongnu.org; Wed, 06 Jul 2011 07:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeQLl-00056s-US for qemu-devel@nongnu.org; Wed, 06 Jul 2011 07:33:02 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:47526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeQLl-00056c-GA for qemu-devel@nongnu.org; Wed, 06 Jul 2011 07:33:01 -0400 Received: by wwf26 with SMTP id 26so6021243wwf.10 for ; Wed, 06 Jul 2011 04:33:00 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E1447E9.5060103@redhat.com> Date: Wed, 06 Jul 2011 13:32:57 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1307369780-28189-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1307369780-28189-1-git-send-email-pbonzini@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: qemu-devel@nongnu.org Cc: Alexander Graf 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?