Re: [Qemu-devel] [PATCH 09/14] qtest/ahci: remove pcibus global

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > Rely on the PCI Device's bus pointer instead. > One less global to worry about. > > Signed-off-by: John Snow > --- > tests/ahci-test.c | 14 ++ > 1 file changed, 6 insertions(+), 8 deletions(-) > > diff --git a/tests/ahci-test.c b/tests/ahci

[Qemu-devel] [PATCH 09/14] qtest/ahci: remove pcibus global

2015-01-12 Thread John Snow
Rely on the PCI Device's bus pointer instead. One less global to worry about. Signed-off-by: John Snow --- tests/ahci-test.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/ahci-test.c b/tests/ahci-test.c index c41c7d9..1981b6a 100644 --- a/tests/ahci-tes