Re: [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-02-04 Thread Wainer dos Santos Moschetta
On 1/24/20 1:45 PM, Philippe Mathieu-Daudé wrote: On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: Added boot Linux test cases that launch QEMU with kvm enabled. Likewise it was added tests for tcg. Signed-off-by: Wainer dos Santos Moschetta ---  

Re: [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-01-24 Thread Thomas Huth
On 24/01/2020 16.45, Philippe Mathieu-Daudé wrote: > On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: >> Added boot Linux test cases that launch QEMU with kvm >> enabled. Likewise it was added tests for tcg. >> >> Signed-off-by: Wainer dos Santos Moschetta >> --- >>  

Re: [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-01-24 Thread Philippe Mathieu-Daudé
On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: Added boot Linux test cases that launch QEMU with kvm enabled. Likewise it was added tests for tcg. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/boot_linux_console.py | 88 -- 1 file changed,

Re: [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-01-23 Thread Andrew Jones
On Thu, Jan 23, 2020 at 07:47:19PM -0200, Wainer dos Santos Moschetta wrote: > > On 1/22/20 7:02 AM, Andrew Jones wrote: > > On Tue, Jan 21, 2020 at 10:27:51PM -0300, Wainer dos Santos Moschetta wrote: > > > +def test_aarch64_virt_kvm(self): > > > +""" > > > +:avocado:

Re: [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-01-23 Thread Wainer dos Santos Moschetta
On 1/22/20 7:02 AM, Andrew Jones wrote: On Tue, Jan 21, 2020 at 10:27:51PM -0300, Wainer dos Santos Moschetta wrote: +def test_aarch64_virt_kvm(self): +""" +:avocado: tags=arch:aarch64 +:avocado: tags=machine:virt +:avocado: tags=accel:kvm +""" +

Re: [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-01-22 Thread Andrew Jones
On Tue, Jan 21, 2020 at 10:27:51PM -0300, Wainer dos Santos Moschetta wrote: > +def test_aarch64_virt_kvm(self): > +""" > +:avocado: tags=arch:aarch64 > +:avocado: tags=machine:virt > +:avocado: tags=accel:kvm > +""" > +

[PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

2020-01-21 Thread Wainer dos Santos Moschetta
Added boot Linux test cases that launch QEMU with kvm enabled. Likewise it was added tests for tcg. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/boot_linux_console.py | 88 -- 1 file changed, 68 insertions(+), 20 deletions(-) diff --git