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

2016-10-21 Thread David Gibson
On Fri, Oct 21, 2016 at 12:07:28PM +0200, Laurent Vivier wrote: > > > On 21/10/2016 11:05, David Gibson wrote: > > On Fri, Oct 21, 2016 at 10:31:27AM +0200, Laurent Vivier wrote: > >> > >> > >> On 21/10/2016 03:19, David Gibson wrote: > >>> ide-test uses many explicit inb() / outb() operations fo

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

2016-10-21 Thread Laurent Vivier
On 21/10/2016 11:05, David Gibson wrote: > On Fri, Oct 21, 2016 at 10:31:27AM +0200, Laurent Vivier wrote: >> >> >> On 21/10/2016 03:19, 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 i

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

2016-10-21 Thread David Gibson
On Fri, Oct 21, 2016 at 10:31:27AM +0200, Laurent Vivier wrote: > > > On 21/10/2016 03:19, 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] [PATCHv4 08/11] tests: Clean up IO handling in ide-test

2016-10-21 Thread Laurent Vivier
On 21/10/2016 03:19, 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 > +++

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

2016-10-20 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 | 179 --- 1 file