From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzfeD-0000BB-Ax for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:44:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzfeC-0008Bf-Jb for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:44:09 -0500 Date: Fri, 1 Mar 2019 11:43:51 +0100 From: Cornelia Huck Message-ID: <20190301114351.70e11a73.cohuck@redhat.com> In-Reply-To: <20190221005753.27955-11-crosa@redhat.com> References: <20190221005753.27955-1-crosa@redhat.com> <20190221005753.27955-11-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 10/20] Boot Linux Console Test: add common kernel command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa Cc: qemu-devel@nongnu.org, Caio Carrara , Alex =?UTF-8?B?QmVubsOpZQ==?= , Wainer dos Santos Moschetta , Aleksandar Rikalo , Aurelien Jarno , Fam Zheng , Eduardo Habkost , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Stefan Markovic , qemu-s390x@nongnu.org, Aleksandar Markovic On Wed, 20 Feb 2019 19:57:43 -0500 Cleber Rosa wrote: > The 'printk.time=3D0' option makes it easier to parse the console > output. Let's set it as a default, and reusable, kernel command line > options for this and future similar tests. >=20 > Signed-off-by: Cleber Rosa > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > --- > tests/acceptance/boot_linux_console.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck