From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgwLv-0002x7-JV for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:53:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgwLr-00018M-00 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:53:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgwLq-00018E-P1 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:53:22 -0400 Message-ID: <1413985942.2376.20.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Wed, 22 Oct 2014 16:52:22 +0300 In-Reply-To: <20141022084741.6ffb7820@redhat.com> References: <20141022084741.6ffb7820@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Luiz Capitulino , Igor Mammedov Cc: Zhu Guihua , mst@redhat.com, hutao@cn.fujitsu.com, qemu-devel@nongnu.org, armbru@redhat.com, isimatu.yasuaki@jp.fujitsu.com, peter.crosthwaite@xilinx.com, pbonzini@redhat.com, tangchen@cn.fujitsu.com, afaerber@suse.de On Wed, 2014-10-22 at 08:47 -0400, Luiz Capitulino wrote: > 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? The series looks OK to me, I would prefer Igor to have a look too. Reviewed-by: Marcel Apfelbaum Thanks, Marcel > > Thanks. >