From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlPEX-0006dx-I8 for qemu-devel@nongnu.org; Wed, 09 Sep 2009 11:37:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlPES-0006bR-GD for qemu-devel@nongnu.org; Wed, 09 Sep 2009 11:37:21 -0400 Received: from [199.232.76.173] (port=58129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlPES-0006bF-BD for qemu-devel@nongnu.org; Wed, 09 Sep 2009 11:37:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7100) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlPER-0006mL-Sy for qemu-devel@nongnu.org; Wed, 09 Sep 2009 11:37:16 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n89FbC8D019574 for ; Wed, 9 Sep 2009 11:37:12 -0400 Received: from [10.35.0.60] (dhcp-0-60.tlv.redhat.com [10.35.0.60]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n89Fb74V031326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 Sep 2009 11:37:11 -0400 Message-ID: <4AA7CBA2.1010504@redhat.com> Date: Wed, 09 Sep 2009 18:37:06 +0300 From: Naphtali Sprei MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] problem with pc-bios/bios.bin in git repository and pci hot plug List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I found out that pci hot plug doesn't work in the sense that the guest doesn't recognize the change (both in fc11 guest and windows 2003 guest). Found out that the problem is in the bios.bin in the git repository (current master version). Both guests "works fine" with same qemu build but with different bios.bin (tried the one from qemu-kvm git, current master). FYI, Naphtali