From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKWV5-0008QB-FI for qemu-devel@nongnu.org; Mon, 22 Nov 2010 08:32:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKWUt-0003p9-FH for qemu-devel@nongnu.org; Mon, 22 Nov 2010 08:32:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKWUt-0003oq-7g for qemu-devel@nongnu.org; Mon, 22 Nov 2010 08:31:55 -0500 Date: Mon, 22 Nov 2010 15:31:49 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH 0/3] add hotplug opt-out option for devices. Message-ID: <20101122133149.GK7948@redhat.com> References: <1290077118-11577-1-git-send-email-kraxel@redhat.com> <4CE732CB.2060708@codemonkey.ws> <4CEA4326.2040009@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CEA4326.2040009@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Mon, Nov 22, 2010 at 11:17:10AM +0100, Gerd Hoffmann wrote: > >An ideal interface would explicitly allow a user to mark a series of PCI > >slots as no supporting hotplug. It would be convenient in order to > >ensure that your virtio-net wasn't accidentally ejected by a click-happy > >Windows user. > > Indeed. That one is a bit harder I suspect. Can this be done > without generating acpi tables dynamically? > I tried and failed :( You can try to :) -- Gleb.