From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66ES-0006J4-Fx for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:16:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S66E8-0005JV-J7 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:16:08 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:61012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66E8-0005It-AH for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:15:48 -0500 Received: by wibhn6 with SMTP id hn6so795823wib.10 for ; Fri, 09 Mar 2012 12:15:46 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F5A64EF.3080103@redhat.com> Date: Fri, 09 Mar 2012 21:15:43 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1330419255-5566-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1330419255-5566-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Two small QOM fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Il 28/02/2012 09:54, Paolo Bonzini ha scritto: > Two fixes for bugs that were reported on the list. > > Paolo Bonzini (2): > qdev: accept empty string properties > qom: fix device hot-unplug > > hw/qdev-properties.c | 4 ---- > qom/object.c | 7 ++----- > 2 files changed, 2 insertions(+), 9 deletions(-) > Ping. Paolo