From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtzpy-0006jC-Qx for qemu-devel@nongnu.org; Thu, 27 Nov 2014 09:14:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtzps-0007XB-Lj for qemu-devel@nongnu.org; Thu, 27 Nov 2014 09:14:26 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:35129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtzps-0007X1-EK for qemu-devel@nongnu.org; Thu, 27 Nov 2014 09:14:20 -0500 Received: by mail-lb0-f181.google.com with SMTP id 10so4167829lbg.26 for ; Thu, 27 Nov 2014 06:14:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1417088467.2807.29.camel@localhost.localdomain> References: <1417002601-20799-1-git-send-email-marcel.a@redhat.com> <20141126130528.50835019@redhat.com> <1417086688.2807.19.camel@localhost.localdomain> <1417088141.4177.2.camel@G08FNSTD140041> <1417088467.2807.29.camel@localhost.localdomain> From: Peter Maydell Date: Thu, 27 Nov 2014 14:13:59 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] hmp: fix regression of HMP device_del auto-completion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: Igor Mammedov , Zhu Guihua , QEMU Developers , Luiz Capitulino On 27 November 2014 at 11:41, Marcel Apfelbaum wrote: > I was talking about something different: > A hot-pluggable device that was not hot-plugged is assumed to be hot-unpluggable. > This is not true for pci-2-pci device. > > But this is another issue and can wait for 2.3. > So you patch was *almost* correct for looking hotpluggable devices, > the only problem we have is with pci-2-pci bridge (, and maybe with others that I don't know). So, to be clear, the effect of this is just that our autocompletion will suggest a completion to the command which will fail if actually executed, right? That doesn't sound very serious, so I would be happy to postpone it to 2.3. -- PMM