From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNol6-0000O2-Pu for qemu-devel@nongnu.org; Sat, 21 May 2011 12:10:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNol5-0004Nz-Gx for qemu-devel@nongnu.org; Sat, 21 May 2011 12:10:32 -0400 Received: from forward12.mail.yandex.net ([95.108.130.94]:35927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNol4-0004Nr-VV for qemu-devel@nongnu.org; Sat, 21 May 2011 12:10:31 -0400 Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id 50A18C21D3D for ; Sat, 21 May 2011 20:10:23 +0400 (MSD) Received: from [192.168.0.91] (unknown [94.242.50.174]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 2645F5728033 for ; Sat, 21 May 2011 20:10:23 +0400 (MSD) Message-ID: <4DD7E434.1060504@yandex.ru> Date: Sat, 21 May 2011 20:11:32 +0400 From: Nikolai Zhubr MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] PCI hotplug disable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. I've searched for a whole day and only found this: https://bugzilla.redhat.com/show_bug.cgi?id=579737 Ok, I've built bios-nohotplug.bin (using kvm-Build-an-additional-bios-without-hotplug-support.patch from redhat's .srpm, then replacing standard bios.bin) but it didn't seem to make any difference. Any hints? Thanks, Nikolai