On 06/13/2015 08:20 AM, Markus Armbruster wrote:
> Results in nicer error messages. Before this patch:
>
> Invalid GTK option string: gtk,lirum-larum
>
> After:
>
> qemu-system-x86_64: -display gtk,lirum-larum: Invalid GTK option string
>
> Of course, the thing ought to use QemuOpts in
Results in nicer error messages. Before this patch:
Invalid GTK option string: gtk,lirum-larum
After:
qemu-system-x86_64: -display gtk,lirum-larum: Invalid GTK option string
Of course, the thing ought to use QemuOpts instead of parsing by hand.
Signed-off-by: Markus Armbruster
---
v