From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOSIG-0006VJ-Vc for qemu-devel@nongnu.org; Mon, 23 May 2011 06:23:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOSIG-0005AA-37 for qemu-devel@nongnu.org; Mon, 23 May 2011 06:23:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOSIF-0005A4-PB for qemu-devel@nongnu.org; Mon, 23 May 2011 06:23:24 -0400 Message-ID: <4DDA3598.9030401@redhat.com> Date: Mon, 23 May 2011 12:23:20 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4DD7E434.1060504@yandex.ru> In-Reply-To: <4DD7E434.1060504@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] PCI hotplug disable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikolai Zhubr Cc: qemu-devel@nongnu.org On 05/21/11 18:11, Nikolai Zhubr wrote: > Hello all, > > is there some simple way to disable pci hotplug support in qemu-kvm (via > some command-line options or alike)? > > Problem is, my guest windows xp is thinking that it could attempt to > remove Intel 82371SB, Cirrus Logic 5446, and other pci devices, and > enumerates them all under "Safe remove" which is somewhat annoying and > maybe risky. I'm using qemu-kvm 0.12.3 as per opensuse 11.3. 0.14 has this fixed. cheers, Gerd