From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MH5Oe-00064D-1U for qemu-devel@nongnu.org; Wed, 17 Jun 2009 20:22:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MH5OZ-0005te-A1 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 20:22:27 -0400 Received: from [199.232.76.173] (port=59921 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH5OY-0005t7-R0 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 20:22:22 -0400 Received: from main.gmane.org ([80.91.229.2]:55846 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MH5OY-0001E2-69 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 20:22:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MH5OT-0007tm-C7 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 00:22:17 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 00:22:17 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 00:22:17 +0000 From: Consul Date: Wed, 17 Jun 2009 17:22:00 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] 6a7ad29 regression List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This commit (6a7ad2998ca47711eddd191caa1a95f14459793f) makes Qemu freeze at startup (before OS is loaded). Windows XP host and guest, qcow2 image. Reverting it on top of the most current (42f1ced22) commit makes things run again. qemu -L . -hda c:\qemu-img\xp2.q2 -boot c -localtime -soundhw es1370 -m 512 -net nic,model=rtl8139 -net tap,ifname=TAP0 -kernel-kqemu Alex. ------- Author: Dor Laor 2009-06-01 02:07:23 Committer: Anthony Liguori 2009-06-16 13:36:47 Tags: freezes Parent: 3fe5c14e7472f88dddf837a9faa60f6abb2ec6bf (Remove dead code) Child: 8c14c17395809dfb2b20bd3598e067d2c5af7dc4 (kvm: Fix IRQ injection into full queue) Branches: master, pcap2, remotes/origin/master, test Follows: bad Precedes: Call qemu_bh_delete at bdrv_aio_bh_cb. Also replave qemu_bh_cancel with qemu_bh_delete in bdrv_aio_cancel_em. Otherwise the bh will live forever in the bh list. Signed-off-by: Dor Laor Signed-off-by: Anthony Liguori