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

2016-10-19 Thread David Gibson
On Wed, Oct 19, 2016 at 04:51:41PM +0200, Laurent Vivier wrote: > > > On 19/10/2016 16:43, Laurent Vivier wrote: > > > > > > On 19/10/2016 14:25, David Gibson wrote: > >> ide-test uses many explicit inb() / outb() operations for its IO, which > >> means it's not portable to non-x86 platforms.

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

2016-10-19 Thread Laurent Vivier
On 19/10/2016 16:43, Laurent Vivier wrote: > > > On 19/10/2016 14:25, 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-b

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

2016-10-19 Thread Laurent Vivier
On 19/10/2016 14:25, 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 | 179 > +++