From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggsWg-00086W-28 for qemu-devel@nongnu.org; Tue, 08 Jan 2019 09:38:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggsWe-0003RL-7p for qemu-devel@nongnu.org; Tue, 08 Jan 2019 09:38:41 -0500 Received: from mail-wr1-f42.google.com ([209.85.221.42]:42756) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggsWd-0003KQ-0S for qemu-devel@nongnu.org; Tue, 08 Jan 2019 09:38:39 -0500 Received: by mail-wr1-f42.google.com with SMTP id q18so4264463wrx.9 for ; Tue, 08 Jan 2019 06:38:37 -0800 (PST) References: <20190107193020.21744-1-ehabkost@redhat.com> <20190107193020.21744-4-ehabkost@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <0ec8ca75-88a4-8061-be69-8a30bd0c2b80@redhat.com> Date: Tue, 8 Jan 2019 15:38:35 +0100 MIME-Version: 1.0 In-Reply-To: <20190107193020.21744-4-ehabkost@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] machine: Use shorter format for GlobalProperty arrays List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Stefano Stabellini , David Hildenbrand , Cornelia Huck , Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, "Michael S. Tsirkin" , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Anthony Perard , Paolo Bonzini , David Gibson , xen-devel@lists.xenproject.org, Richard Henderson On 1/7/19 8:30 PM, Eduardo Habkost wrote: > Instead of verbose arrays with 4 lines for each entry, make each > entry take only one line. This makes long arrays that couldn't > fit in the screen become short and readable. And we'll thank you for the next git diff :)