Re: [Qemu-devel] [PATCH 28/28] ahci: Add test_identify case to ahci-test.
On Mon, Jul 07, 2014 at 02:18:09PM -0400, John Snow wrote: > +free(d2h); > +free(pio); Should be g_free() since memory was allocated with g_malloc0(). pgpcuhKtk6RGI.pgp Description: PGP signature
[Qemu-devel] [PATCH 28/28] ahci: Add test_identify case to ahci-test.
Utilizing all of the bring-up code in pci_enable and hba_enable, this test issues a simple IDENTIFY command via the HBA and retrieves the response via the PIO receive mechanisms of the HBA. Signed-off-by: John Snow --- tests/ahci-test.c | 296 +