Re: [PATCH] hw/i386/pc: fix regression in parsing vga cmdline parameter

2019-12-22 Thread Paolo Bonzini
On 21/12/19 17:21, Peter Wu wrote: > When the 'vga=' parameter is succeeded by another parameter, QEMU 4.2.0 > would refuse to start with a rather cryptic message: > > $ qemu-system-x86_64 -kernel /boot/vmlinuz-linux -append 'vga=792 quiet' > qemu: can't parse 'vga' parameter: Invalid argu

[PATCH] hw/i386/pc: fix regression in parsing vga cmdline parameter

2019-12-21 Thread Peter Wu
When the 'vga=' parameter is succeeded by another parameter, QEMU 4.2.0 would refuse to start with a rather cryptic message: $ qemu-system-x86_64 -kernel /boot/vmlinuz-linux -append 'vga=792 quiet' qemu: can't parse 'vga' parameter: Invalid argument It was not clear whether this applied t