Eric Blake writes:
> On 05/12/2015 06:02 AM, Markus Armbruster wrote:
>> When -net nic fails, it first reports a specific error, then a generic
>> one, like this:
>>
>> $ qemu-system-x86_64 -net nic,netdev=nonexistant
>> qemu-system-x86_64: -net nic,netdev=nonexistant: netdev
>> nonexist
On 05/12/2015 06:02 AM, Markus Armbruster wrote:
> When -net nic fails, it first reports a specific error, then a generic
> one, like this:
>
> $ qemu-system-x86_64 -net nic,netdev=nonexistant
> qemu-system-x86_64: -net nic,netdev=nonexistant: netdev 'nonexistant' not
> found
> qemu-s