Re: [Qemu-devel] [PATCH v2 11/19] libqos/ahci: Add ide cmd properties

2015-02-05 Thread Stefan Hajnoczi
On Tue, Feb 03, 2015 at 04:46:31PM -0500, John Snow wrote: > Add a structure that defines some properties of various IDE commands. > These will be used to simplify the interface to the libqos AHCI calls, > lessening the redundancy of specifying and respecifying properties of > commands to various h

[Qemu-devel] [PATCH v2 11/19] libqos/ahci: Add ide cmd properties

2015-02-03 Thread John Snow
Add a structure that defines some properties of various IDE commands. These will be used to simplify the interface to the libqos AHCI calls, lessening the redundancy of specifying and respecifying properties of commands to various helper functions. Signed-off-by: John Snow --- tests/libqos/ahci.