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

2016-10-25 Thread David Gibson
On Wed, Oct 26, 2016 at 12:57:26PM +1100, Alexey Kardashevskiy wrote: > On 25/10/16 23:25, David Gibson wrote: > > On Tue, Oct 25, 2016 at 06:01:41PM +1100, Alexey Kardashevskiy wrote: > >> On 24/10/16 15:59, David Gibson wrote: > >>> ide-test uses many explicit inb() / outb() operations for its IO

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

2016-10-25 Thread Alexey Kardashevskiy
On 25/10/16 23:25, David Gibson wrote: > On Tue, Oct 25, 2016 at 06:01:41PM +1100, Alexey Kardashevskiy wrote: >> On 24/10/16 15:59, 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 t

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

2016-10-25 Thread David Gibson
On Tue, Oct 25, 2016 at 06:01:41PM +1100, Alexey Kardashevskiy wrote: > On 24/10/16 15:59, 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

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

2016-10-25 Thread Greg Kurz
On Mon, 24 Oct 2016 15:59:57 +1100 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 > --- Reviewed-by: Greg

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

2016-10-25 Thread Alexey Kardashevskiy
On 24/10/16 15:59, 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] [PATCHv5 08/12] tests: Clean up IO handling in ide-test

2016-10-23 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