From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNkdy-0002SN-Iw for qemu-devel@nongnu.org; Sat, 21 May 2011 07:46:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNkdx-0002Fb-AN for qemu-devel@nongnu.org; Sat, 21 May 2011 07:46:54 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:45413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNkdx-0002EW-8B for qemu-devel@nongnu.org; Sat, 21 May 2011 07:46:53 -0400 Received: by qyk10 with SMTP id 10so2608634qyk.4 for ; Sat, 21 May 2011 04:46:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <91906CDF-E523-4D14-8B7C-78313501DAA8@suse.de> <9B64B3D0-0281-47C6-B133-85A1320E5211@suse.de> Date: Sat, 21 May 2011 15:46:51 +0400 Message-ID: From: Alexey Zaytsev Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] AHCI problems. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Kevin Wolf , qemu-devel@nongnu.org On Sat, May 21, 2011 at 14:26, Alexey Zaytsev wrote: >> Ok, so I just installed the current OpenIndiana development build (http://dlc.openindiana.org/isos/148/oi-dev-148-text-x86.iso) on AHCI and booted from it. It works just fine for me :). >> > > Confirmed, works after a clean install. I'll see if I can get it into > non-working state. > Ok, I guess I got it. There is some incompatibility between ide and ahci drivers. The first oi instance was installed usigned ide, and won't work with ahci. The second one was installed on ahci, but won't work with ide. This is supposed to work, right?