From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrNAo-0006fQ-VL for qemu-devel@nongnu.org; Mon, 02 Jun 2014 04:00:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrNAg-0004j0-Ee for qemu-devel@nongnu.org; Mon, 02 Jun 2014 04:00:50 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:14355 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrNAg-0004R4-7t for qemu-devel@nongnu.org; Mon, 02 Jun 2014 04:00:42 -0400 Date: Mon, 2 Jun 2014 10:00:01 +0200 From: Alberto Garcia Message-ID: <20140602080001.GA31323@igalia.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH qom v1 3/4] irq: Allocate IRQs individually List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: mst@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de On Mon, Jun 02, 2014 at 12:41:10AM -0700, Peter Crosthwaite wrote: > Cc: agarcia@igalia.com > Cc: mst@redhat.com > Signed-off-by: Peter Crosthwaite > --- > > hw/char/serial-pci.c | 2 +- > hw/core/irq.c | 20 +++++++------------- > hw/core/qdev.c | 2 +- > hw/ipack/ipack.c | 2 +- > include/hw/irq.h | 2 +- > 5 files changed, 11 insertions(+), 17 deletions(-) Acked-by: Alberto Garcia