Re: [Qemu-devel] [PATCH v2 12/15] ahci: ncq migration

2015-07-02 Thread Stefan Hajnoczi
On Wed, Jul 01, 2015 at 12:19:35PM -0400, John Snow wrote: > 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.

[Qemu-devel] [PATCH v2 12/15] ahci: ncq migration

2015-07-01 Thread John Snow
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 | 51 ++- 1 file change