qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 29/32] ahci: properly shadow the TFD register


From: John Snow
Subject: Re: [Qemu-devel] [PATCH v3 29/32] ahci: properly shadow the TFD register
Date: Thu, 14 Aug 2014 12:13:51 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0



On 08/14/2014 12:09 PM, Stefan Hajnoczi wrote:
On Wed, Aug 13, 2014 at 05:56:12PM -0400, John Snow wrote:
@@ -497,6 +495,8 @@ static void ahci_reset_port(AHCIState *s, int port)
      pr->scr_stat = 0;
      pr->scr_err = 0;
      pr->scr_act = 0;
+    pr->tfdata = 0x7F;

Is it possible to avoid the magic number?


I can name it as AHCI_TFD_BOOT_VALUE or AHCI_TFD_INIT_VALUE or so. Same for the PxSIG boot value too. I don't think I can give any greater meaning to the value because it's just a boot signature that means "We haven't received an FIS yet."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]