From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXKrl-0003gA-Oz for qemu-devel@nongnu.org; Thu, 25 Sep 2014 22:02:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXKrf-0004Ha-L1 for qemu-devel@nongnu.org; Thu, 25 Sep 2014 22:02:37 -0400 Received: from [59.151.112.132] (port=59051 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXKrf-0004Be-8Q for qemu-devel@nongnu.org; Thu, 25 Sep 2014 22:02:31 -0400 Message-ID: <1411696908.4138.0.camel@G08FNSTD140041> From: Zhu Guihua Date: Fri, 26 Sep 2014 10:01:48 +0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 0/3] monitor: add peripheral device del completion support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: hutao@cn.fujitsu.com, tangchen@cn.fujitsu.com, isimatu.yasuaki@jp.fujitsu.com, aliguori@amazon.com, lcapitulino@redhat.com, afaerber@suse.de ping ... On Thu, 2014-09-18 at 15:53 +0800, Zhu Guihua wrote: > After inputting device_del command in monitor, we expect to list all > hotpluggable devices automatically by pressing tab key. This patchset provides > the function to list all peripheral devices such as memory devices. > > Zhu Guihua (3): > qom: add function to get opaque property in ObjectProperty > qom: export object_property_is_child() > monitor: add del completion for peripheral device > > include/qom/object.h | 2 ++ > monitor.c | 24 ++++++++++++++++++++++++ > qom/object.c | 11 ++++++++++- > 3 files changed, 36 insertions(+), 1 deletion(-) >