From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwXlN-0006FA-Sy for qemu-devel@nongnu.org; Mon, 25 Sep 2017 14:05:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwXlM-0003Kg-Rz for qemu-devel@nongnu.org; Mon, 25 Sep 2017 14:05:49 -0400 Received: from mail-wr0-x22b.google.com ([2a00:1450:400c:c0c::22b]:51195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwXlM-0003KK-6R for qemu-devel@nongnu.org; Mon, 25 Sep 2017 14:05:48 -0400 Received: by mail-wr0-x22b.google.com with SMTP id w12so9260006wrc.7 for ; Mon, 25 Sep 2017 11:05:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170925175944.GD3030@localhost.localdomain> References: <1506071794-4373-1-git-send-email-thuth@redhat.com> <20170925135316.74fed6da.cohuck@redhat.com> <20170925133153.GZ3030@localhost.localdomain> <20170925154647.357047b9@nial.brq.redhat.com> <20170925143439.GA3030@localhost.localdomain> <59e890ab-45e4-fe8a-a8de-3c441de19080@redhat.com> <20170925175944.GD3030@localhost.localdomain> From: Peter Maydell Date: Mon, 25 Sep 2017 19:05:26 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v2] qdev: Mark devices as non-hotpluggable by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Thomas Huth , Igor Mammedov , Cornelia Huck , QEMU Developers , Paolo Bonzini , Xiao Guangrong , "Michael S. Tsirkin" , Marcel Apfelbaum , Christian Borntraeger , Gerd Hoffmann , Stefano Stabellini , Anthony Perard , David Hildenbrand , David Gibson , Bharata B Rao , Amit Shah On 25 September 2017 at 18:59, Eduardo Habkost wrote: > Finding the full list of devices that can be instantiated > internally at hotplug-time sounds tricky. If we just diff "list of devices marked hotplug before this patch" against "list of devices marked hotplug after this patch" how big is the list? Can we just eyeball it to see what needs to be specialcased? thanks -- PMM