Re: [Qemu-devel] [PATCH 03/19] qtest/ahci: rename 'Command' to 'CommandHeader'

2015-02-02 Thread Paolo Bonzini
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.b1 = 5;

[Qemu-devel] [PATCH 03/19] qtest/ahci: rename 'Command' to 'CommandHeader'

2015-01-30 Thread John Snow
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 and