Re: [Qemu-devel] [PATCH v2 12/19] libqos/ahci: add ahci command functions

2015-02-05 Thread Stefan Hajnoczi
On Tue, Feb 03, 2015 at 04:46:32PM -0500, John Snow wrote: > This patch adds the AHCICommand structure, and a set of functions to > operate on the structure. > > ahci_command_create - Initialize and create a new AHCICommand in memory > ahci_command_free - Destroy this object. > ahci_command_set_bu

[Qemu-devel] [PATCH v2 12/19] libqos/ahci: add ahci command functions

2015-02-03 Thread John Snow
This patch adds the AHCICommand structure, and a set of functions to operate on the structure. ahci_command_create - Initialize and create a new AHCICommand in memory ahci_command_free - Destroy this object. ahci_command_set_buffer - Set where the guest memory DMA buffer is. ahci_command_commit -