From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUWXi-0008Ux-GL for qemu-devel@nongnu.org; Thu, 18 Sep 2014 03:54:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUWXc-0002QJ-CG for qemu-devel@nongnu.org; Thu, 18 Sep 2014 03:54:18 -0400 Received: from [59.151.112.132] (port=13784 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUWXb-0002GD-W7 for qemu-devel@nongnu.org; Thu, 18 Sep 2014 03:54:12 -0400 From: Zhu Guihua Date: Thu, 18 Sep 2014 15:53:18 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [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, aliguori@amazon.com, afaerber@suse.de, lcapitulino@redhat.com Cc: hutao@cn.fujitsu.com, isimatu.yasuaki@jp.fujitsu.com, Zhu Guihua , tangchen@cn.fujitsu.com 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(-) -- 1.9.3