qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 09/10] qom: Improve {qom,device}-list-properties error messag


From: Paolo Bonzini
Subject: Re: [PATCH 09/10] qom: Improve {qom,device}-list-properties error messages
Date: Fri, 13 Nov 2020 10:09:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 13/11/20 09:26, Markus Armbruster wrote:
qom-list-properties reports

     Parameter 'typename' expects device

when @typename exists, but isn't a TYPE_DEVICE.  Improve this to

     Parameter 'typename' expects a non-abstract device type

device-list-properties reports

     Parameter 'typename' expects object

when @typename exists, but isn't a TYPE_OBJECT.  Improve this to

     Parameter 'typename' expects a QOM type

Silly mistake: device-list-properties and qom-list-properties are exchanged in the commit message. Can be fixed without reposting.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]