From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grPO0-0004XT-7I for qemu-devel@nongnu.org; Wed, 06 Feb 2019 10:45:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grPNu-0003aE-KM for qemu-devel@nongnu.org; Wed, 06 Feb 2019 10:45:16 -0500 Date: Wed, 6 Feb 2019 16:44:52 +0100 From: Cornelia Huck Message-ID: <20190206164452.288a30ff.cohuck@redhat.com> In-Reply-To: <20190202005610.24048-20-crosa@redhat.com> References: <20190202005610.24048-1-crosa@redhat.com> <20190202005610.24048-20-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 19/20] Boot Linux Console Test: add a test for s390x + s390-ccw-virtio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa Cc: qemu-devel@nongnu.org, Aleksandar Markovic , Caio Carrara , Wainer dos Santos Moschetta , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Eduardo Habkost , Alex =?UTF-8?B?QmVubsOpZQ==?= , Aleksandar Rikalo , Aurelien Jarno , Fam Zheng , qemu-s390x@nongnu.org, Stefan Markovic On Fri, 1 Feb 2019 19:56:09 -0500 Cleber Rosa wrote: > Just like the previous tests, boots a Linux kernel on a s390x target > using the s390-ccw-virtio machine. > > Because it's not possible to have multiple VT220 consoles, > '-nodefaults' is used, so that the one set with set_console() works > correctly. > > Reviewed-by: Caio Carrara > Signed-off-by: Cleber Rosa > --- > .travis.yml | 2 +- > tests/acceptance/boot_linux_console.py | 20 ++++++++++++++++++++ > 2 files changed, 21 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck