Re: [Qemu-devel] [PATCH v2] help: Update help to reflect that GTK is the default

2016-08-15 Thread Markus Armbruster
Paolo Bonzini writes: > On 08/08/2016 08:56, Markus Armbruster wrote: >> Aside: -nographic is hard to understand because it does too many things. > > -nographic is "just" -serial mon:stdio -machine graphics=false -display > none. :) Assuming default_parallel is off, default_monitor is on, and ei

Re: [Qemu-devel] [PATCH v2] help: Update help to reflect that GTK is the default

2016-08-12 Thread Paolo Bonzini
On 08/08/2016 08:56, Markus Armbruster wrote: > Aside: -nographic is hard to understand because it does too many things. -nographic is "just" -serial mon:stdio -machine graphics=false -display none. :) Paolo

Re: [Qemu-devel] [PATCH v2] help: Update help to reflect that GTK is the default

2016-08-07 Thread Markus Armbruster
Colin Lord writes: > Updates the help messages to reflect that GTK is the default display (if > enabled), not SDL. > > Signed-off-by: Colin Lord > --- > v2: Update to try to implement Paolo's suggested wordings. It looks to > me like the subsections get wrapped at 72 lines, which mean there wa

[Qemu-devel] [PATCH v2] help: Update help to reflect that GTK is the default

2016-08-05 Thread Colin Lord
Updates the help messages to reflect that GTK is the default display (if enabled), not SDL. Signed-off-by: Colin Lord --- v2: Update to try to implement Paolo's suggested wordings. It looks to me like the subsections get wrapped at 72 lines, which mean there was a bit of a ripple effect and th