From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1h2H-0007Ku-06 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 15:14:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1h2A-0004Sa-S5 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 15:14:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1h2A-0004SA-JP for qemu-devel@nongnu.org; Mon, 30 Jun 2014 15:14:34 -0400 Message-ID: <53B1B717.6070205@redhat.com> Date: Mon, 30 Jun 2014 15:14:31 -0400 From: John Snow MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] AHCI / Sata port initial error status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: agraf@suse.de I am in the process of writing a series of AHCI tests (for q35) that compare the written specifications against what the current device emulation actually does, and I was curious about this bit instead of ahci.c, in ahci_reset_port: ide_state->error = 1; What does this error signify, exactly, and why is it set by default on ports with a device attached? It trickles up inside of the PxTFD.ERR byte in the HBA as well as showing up in the initial Register D2H FIS after the PxCMD.FRE bit is set. Thank you, --John.