Re: [Qemu-devel] [PATCHv3 08/11] tests: Clean up IO handling in ide-test

2016-10-20 Thread David Gibson
On Thu, Oct 20, 2016 at 11:54:42AM +0200, Laurent Vivier wrote: > > > On 20/10/2016 05:43, David Gibson wrote: > > ide-test uses many explicit inb() / outb() operations for its IO, which > > means it's not portable to non-x86 platforms. This cleans it up to use > > the libqos PCI accessors inste

Re: [Qemu-devel] [PATCHv3 08/11] tests: Clean up IO handling in ide-test

2016-10-20 Thread Laurent Vivier
On 20/10/2016 05:43, David Gibson wrote: > ide-test uses many explicit inb() / outb() operations for its IO, which > means it's not portable to non-x86 platforms. This cleans it up to use > the libqos PCI accessors instead. > > Signed-off-by: David Gibson > --- > tests/ide-test.c | 181 > +++

[Qemu-devel] [PATCHv3 08/11] tests: Clean up IO handling in ide-test

2016-10-19 Thread David Gibson
ide-test uses many explicit inb() / outb() operations for its IO, which means it's not portable to non-x86 platforms. This cleans it up to use the libqos PCI accessors instead. Signed-off-by: David Gibson --- tests/ide-test.c | 181 --- 1 file