From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxVCA-0006a1-Ic for qemu-devel@nongnu.org; Thu, 19 Jun 2014 01:47:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxVC4-0001pO-E5 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 01:47:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxVC4-0001pG-5T for qemu-devel@nongnu.org; Thu, 19 Jun 2014 01:47:28 -0400 Message-ID: <53A2796B.1060204@redhat.com> Date: Thu, 19 Jun 2014 07:47:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <53A1A4D7.1040507@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH qom v2 4/4] irq: Slim conversion of qemu_irq to QOM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: "qemu-devel@nongnu.org Developers" , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 19/06/2014 06:57, Peter Crosthwaite ha scritto: >> > >> > If the next step is to add an "owner" like the one in MemoryRegion, and >> > change occurrences of qemu_free_irq to object_unparent, > Sure, I guess its a tree wide much like the one for Memory API though. > Can we do it as follow up though and sneak this through for 2.1? Sure. Paolo