Re: [PATCH 1/4] qom: Improve error messages when property has no getter or setter

2022-10-12 Thread David Hildenbrand
On 12.10.22 17:37, Markus Armbruster wrote: When you try to set a property that has no setter, the error message blames "insufficient permission": $ qemu-system-x86_64 -S -display none -nodefaults -monitor stdio QEMU 7.1.50 monitor - type 'help' for more information (qemu)

[PATCH 1/4] qom: Improve error messages when property has no getter or setter

2022-10-12 Thread Markus Armbruster
When you try to set a property that has no setter, the error message blames "insufficient permission": $ qemu-system-x86_64 -S -display none -nodefaults -monitor stdio QEMU 7.1.50 monitor - type 'help' for more information (qemu) qom-set /machine type q35 Error: Insufficient