Re: [Qemu-devel] [PATCH v3 03/10] check: Only test isa-testdev when it is compiled in

2018-08-22 Thread Juan Quintela
Thomas Huth wrote: > On 2018-08-22 11:54, Juan Quintela wrote: >> Once there, untangle endianness-test and boot-serial-test. >> >> Signed-off-by: Juan Quintela >> >> -- >> >> boot-serial-test don't depend on isa-testdev. Thanks Thomas. >> >> Signed-off-by: Juan Quintela > > Please remove th

Re: [Qemu-devel] [PATCH v3 03/10] check: Only test isa-testdev when it is compiled in

2018-08-22 Thread Juan Quintela
Thomas Huth wrote: > On 2018-08-22 11:54, Juan Quintela wrote: >> Once there, untangle endianness-test and boot-serial-test. >> >> Signed-off-by: Juan Quintela >> >> -- >> >> boot-serial-test don't depend on isa-testdev. Thanks Thomas. >> >> Signed-off-by: Juan Quintela > > Please remove th

Re: [Qemu-devel] [PATCH v3 03/10] check: Only test isa-testdev when it is compiled in

2018-08-22 Thread Thomas Huth
On 2018-08-22 11:54, Juan Quintela wrote: > Once there, untangle endianness-test and boot-serial-test. > > Signed-off-by: Juan Quintela > > -- > > boot-serial-test don't depend on isa-testdev. Thanks Thomas. > > Signed-off-by: Juan Quintela Please remove the duplicated Sob. > @@ -321,15 +3

[Qemu-devel] [PATCH v3 03/10] check: Only test isa-testdev when it is compiled in

2018-08-22 Thread Juan Quintela
Once there, untangle endianness-test and boot-serial-test. Signed-off-by: Juan Quintela -- boot-serial-test don't depend on isa-testdev. Thanks Thomas. Signed-off-by: Juan Quintela --- tests/Makefile.include | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) dif