From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXbgB-00079V-Rd for qemu-devel@nongnu.org; Sun, 11 Nov 2012 12:50:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXbg8-00051o-Jw for qemu-devel@nongnu.org; Sun, 11 Nov 2012 12:50:43 -0500 Received: from chello084112167138.7.11.vie.surfer.at ([84.112.167.138]:49843 helo=wiesinger.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXbg8-0004eM-1r for qemu-devel@nongnu.org; Sun, 11 Nov 2012 12:50:40 -0500 Message-ID: <509FE52D.1090504@wiesinger.com> Date: Sun, 11 Nov 2012 18:49:33 +0100 From: Gerhard Wiesinger MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] LSI boot hangs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , "qemu-devel@nongnu.org" Hello, I'm having a boot hanger with LSI 53C895 adapter with latest qemu (not KVM): hangs in "Searching bootorder for: /pci@i0cf8/*@3/*@0/*@0,0" b90600eed3c0efe5f3260853c873caf51c0677b1 is the first bad commit commit b90600eed3c0efe5f3260853c873caf51c0677b1 Author: Avi Kivity Date: Wed Oct 3 16:42:37 2012 +0200 dma: make dma access its own address space Instead of accessing the cpu address space, use an address space configured by the caller. Eventually all dma functionality will be folded into AddressSpace, but we have to start from something. Reviewed-by: Anthony Liguori Signed-off-by: Avi Kivity :100644 100644 433d8b21b344d7eaa8ffee840d2bc62eefb269fc 3f09dcb072c794d09a4dd0ce753307f121f67609 M dma-helpers.c :100644 100644 1a33603f2260cd2bbc5224790816c8fb037959e4 1bd6f4a65154d1bdcf5bd45cc8a797c89b6c2ca5 M dma.h :040000 040000 2690964eeda924b5738538e6725ac35a91ac56f7 07577f817d21a21d17645bda96c40b73fbccef87 M hw Any ideas how to fix it? Thank you. Ciao, Gerhard