Re: [Qemu-devel] [PATCH v2 0/4] Error location reporting fixes

2016-02-16 Thread Markus Armbruster
Eduardo Habkost writes: > This fixes the following bugs in error reporting: > > $ qemu-system-x86_64 -icount rr=x -vnc :0 > qemu-system-x86_64: -vnc :0: Invalid icount rr option: x > > $ qemu-system-x86_64 -m size= -vnc :0 > qemu-system-x86_64: -vnc :0: missing 'size' option value > > The

Re: [Qemu-devel] [PATCH v2 0/4] Error location reporting fixes

2016-02-15 Thread Markus Armbruster
Eduardo Habkost writes: > This fixes the following bugs in error reporting: > > $ qemu-system-x86_64 -icount rr=x -vnc :0 > qemu-system-x86_64: -vnc :0: Invalid icount rr option: x > > $ qemu-system-x86_64 -m size= -vnc :0 > qemu-system-x86_64: -vnc :0: missing 'size' option value > > The

[Qemu-devel] [PATCH v2 0/4] Error location reporting fixes

2016-02-12 Thread Eduardo Habkost
This fixes the following bugs in error reporting: $ qemu-system-x86_64 -icount rr=x -vnc :0 qemu-system-x86_64: -vnc :0: Invalid icount rr option: x $ qemu-system-x86_64 -m size= -vnc :0 qemu-system-x86_64: -vnc :0: missing 'size' option value The last command-line option (-vnc) is being