Re: [Qemu-devel] [PATCH] qdev-monitor: Improve error message for -device nonexistant

2013-12-20 Thread Andreas Färber
Am 19.12.2013 15:30, schrieb arm...@redhat.com: > From: Markus Armbruster > > Once upon a time, the error message was: > > qemu: -device nonexistant: "Device "nonexistant" not found. Try -device > '?' for a list. > > But progress marches on, and conversion to QError (commit 0204276) > cha

Re: [Qemu-devel] [PATCH] qdev-monitor: Improve error message for -device nonexistant

2013-12-19 Thread Eric Blake
On 12/19/2013 07:30 AM, arm...@redhat.com wrote: > From: Markus Armbruster > > > We've since abandoned our quest for "rich" error objects, fortunately > before it turned all error messages into mush. Time to undo the > damage to this one. Make it: > > qemu: -device nonexistant: nonexista

[Qemu-devel] [PATCH] qdev-monitor: Improve error message for -device nonexistant

2013-12-19 Thread armbru
From: Markus Armbruster Once upon a time, the error message was: qemu: -device nonexistant: "Device "nonexistant" not found. Try -device '?' for a list. But progress marches on, and conversion to QError (commit 0204276) changed it into: Invalid parameter 'driver' Try with argumen