On 30/01/2015 19:41, John Snow wrote:
> @@ -703,8 +703,8 @@ static void ahci_test_identify(AHCIQState *ahci)
> /* Copy the existing Command #0 structure from the CLB into local memory,
> * and build a new command #0. */
> memread(ahci->port[i].clb, &cmd, sizeof(cmd));
> -cmd.b
The structure name is a bit of a misnomer; the structure currently named
command is actually the commandheader. A future patch in this series
will add an actual "Command" structure, so we'll rename it now before the
rest of the functions in this series try to use it.
In addition, rename the "b1" a