Re: [Qemu-devel] [PATCH 10/14] qtest/ahci: remove guest_malloc global

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > Make helper routines rely on the earmarked > guest allocator object with AHCIQState/QOSSTate instead. > > Signed-off-by: John Snow > --- > tests/ahci-test.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git a/test

[Qemu-devel] [PATCH 10/14] qtest/ahci: remove guest_malloc global

2015-01-12 Thread John Snow
Make helper routines rely on the earmarked guest allocator object with AHCIQState/QOSSTate instead. Signed-off-by: John Snow --- tests/ahci-test.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/ahci-test.c b/tests/ahci-test.c index 1981b6a..b84f942 1