From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNrhg-0004p5-9H for qemu-devel@nongnu.org; Sat, 21 May 2011 15:19:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNrhe-0004ix-SV for qemu-devel@nongnu.org; Sat, 21 May 2011 15:19:12 -0400 Received: from forward7.mail.yandex.net ([77.88.61.37]:59821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNrhe-0004iq-Bp for qemu-devel@nongnu.org; Sat, 21 May 2011 15:19:10 -0400 Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward7.mail.yandex.net (Yandex) with ESMTP id 83EB31C52A3 for ; Sat, 21 May 2011 23:19:07 +0400 (MSD) Received: from [192.168.0.91] (unknown [94.242.50.174]) by smtp8.mail.yandex.net (Yandex) with ESMTPSA id 53C97419006D for ; Sat, 21 May 2011 23:19:07 +0400 (MSD) Message-ID: <4DD8106E.4050006@yandex.ru> Date: Sat, 21 May 2011 23:20:14 +0400 From: Nikolai Zhubr MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; 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: qemu-devel@nongnu.org Hello again, Ok, actually kvm-Build-an-additional-bios-without-hotplug-support.patch from redhat did the trick. (I just somehow screwed it initially) Still, some more user-friendly way would be nice... Regards, Nikolai 21.05.2011 20:11, I 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. > > 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