From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7H1w-0005kl-2x for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7H1s-0002Tb-Rz for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:00:03 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:61338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7H1s-0002TH-Nj for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:00:00 -0400 Received: by ggnj2 with SMTP id j2so44456ggn.4 for ; Mon, 12 Mar 2012 18:59:59 -0700 (PDT) Message-ID: <4F5EAA12.3040402@codemonkey.ws> Date: Mon, 12 Mar 2012 20:59:46 -0500 From: Anthony Liguori 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-1; format=flowed 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: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/28/2012 02:54 AM, Paolo Bonzini wrote: > Two fixes for bugs that were reported on the list. Applied. Thanks. Regards, Anthony Liguori > > 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(-) >