Re: [PATCH] Trim some trailing space from human-readable output

2021-10-25 Thread Laurent Vivier
Le 25/10/2021 à 11:12, Markus Armbruster a écrit : Nominating for qemu-trivial. Tweaking the subject to monitor: Trim some trailing space from human-readable output as Philippe suggested would be nice. Markus Armbruster writes: I noticed -cpu help printing enough trailing spaces to

Re: [PATCH] Trim some trailing space from human-readable output

2021-10-25 Thread Markus Armbruster
Nominating for qemu-trivial. Tweaking the subject to monitor: Trim some trailing space from human-readable output as Philippe suggested would be nice. Markus Armbruster writes: > I noticed -cpu help printing enough trailing spaces to make the output > at least 84 characters wide. Looks

Re: [PATCH] Trim some trailing space from human-readable output

2021-10-11 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 10/9/21 17:24, Markus Armbruster wrote: >> I noticed -cpu help printing enough trailing spaces to make the output >> at least 84 characters wide. Looks ugly unless the terminal is wider. >> Ugly or not, trailing spaces are stupid. >> >> The culprit is this

Re: [PATCH] Trim some trailing space from human-readable output

2021-10-11 Thread Max Filippov
On Sat, Oct 9, 2021 at 8:24 AM Markus Armbruster wrote: > > I noticed -cpu help printing enough trailing spaces to make the output > at least 84 characters wide. Looks ugly unless the terminal is wider. > Ugly or not, trailing spaces are stupid. > > The culprit is this line in

Re: [PATCH] Trim some trailing space from human-readable output

2021-10-11 Thread Philippe Mathieu-Daudé
On 10/9/21 17:24, Markus Armbruster wrote: > I noticed -cpu help printing enough trailing spaces to make the output > at least 84 characters wide. Looks ugly unless the terminal is wider. > Ugly or not, trailing spaces are stupid. > > The culprit is this line in x86_cpu_list_entry(): > >

Re: [PATCH] Trim some trailing space from human-readable output

2021-10-11 Thread Greg Kurz
On Sat, 9 Oct 2021 17:24:01 +0200 Markus Armbruster wrote: > I noticed -cpu help printing enough trailing spaces to make the output > at least 84 characters wide. Looks ugly unless the terminal is wider. > Ugly or not, trailing spaces are stupid. > > The culprit is this line in

Re: [PATCH] Trim some trailing space from human-readable output

2021-10-09 Thread Richard Henderson
On 10/9/21 8:24 AM, Markus Armbruster wrote: I noticed -cpu help printing enough trailing spaces to make the output at least 84 characters wide. Looks ugly unless the terminal is wider. Ugly or not, trailing spaces are stupid. The culprit is this line in x86_cpu_list_entry():

[PATCH] Trim some trailing space from human-readable output

2021-10-09 Thread Markus Armbruster
I noticed -cpu help printing enough trailing spaces to make the output at least 84 characters wide. Looks ugly unless the terminal is wider. Ugly or not, trailing spaces are stupid. The culprit is this line in x86_cpu_list_entry(): qemu_printf("x86 %-20s %-58s\n", name, desc); This prints