From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvKa-00054V-2V for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgvKV-0002rG-Ei for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:48:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvKV-0002rB-6b for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:47:55 -0400 Date: Wed, 22 Oct 2014 08:47:41 -0400 From: Luiz Capitulino Message-ID: <20141022084741.6ffb7820@redhat.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhu Guihua Cc: peter.crosthwaite@xilinx.com, mst@redhat.com, hutao@cn.fujitsu.com, marcel.a@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, isimatu.yasuaki@jp.fujitsu.com, imammedo@redhat.com, pbonzini@redhat.com, tangchen@cn.fujitsu.com, afaerber@suse.de On Tue, 21 Oct 2014 19:46:03 +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. Igor, Marcel, is this series OK now? If it is can you please add your Reviewed-by? Thanks.