-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 06/26/2015 11:48 AM, Stefan Hajnoczi wrote:
> On Mon, Jun 22, 2015 at 08:21:11PM -0400, John Snow wrote:
>> @@ -1555,6 +1573,35 @@ static int ahci_state_post_load(void
>> *opaque, int version_id) return -1; }
>>
>> +for (j = 0; j < AHCI
On Mon, Jun 22, 2015 at 08:21:11PM -0400, John Snow wrote:
> @@ -1555,6 +1573,35 @@ static int ahci_state_post_load(void *opaque, int
> version_id)
> return -1;
> }
>
> +for (j = 0; j < AHCI_MAX_CMDS; j++) {
> +ncq_tfs = &ad->ncq_tfs[j];
> +n
Migrate the NCQ queue. This is solely for the benefit of halted commands,
since anything else should have completed and had any relevant status
flushed to the HBA registers already.
Signed-off-by: John Snow
---
hw/ide/ahci.c | 49 -
1 file changed,