From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Uiv-0002Q9-VU for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:12:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0Uiq-0007fQ-7U for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:12:25 -0500 Date: Thu, 23 Feb 2012 08:06:06 +0000 From: Stefan Hajnoczi Message-ID: <20120223080606.GA5147@stefanha-thinkpad.localdomain> References: <1329948791-24274-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1329948791-24274-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] vl.c: Increase width of machine name column in "-M ?" output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On Wed, Feb 22, 2012 at 10:13:11PM +0000, Peter Maydell wrote: > Increase the width of the column used for the machine name in > the "-M ?" output from 10 to 20 spaces. This fixes the formatting > so it looks nice for architectures where a few of the machines > have overly long names. (Our current longest machine name is > "petalogix-s3adsp1800" with "realview-eb-mpcore" not far behind.) > > Signed-off-by: Peter Maydell > --- > vl.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Confirmed that libvirt does not depend on the spacing. Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan