This patch has been successfully tested by QE. Start a VM with a
virtio-balloon device and resize it to an invalid value. Check in the
expected error message that now makes reference to 'value' instead of
'target'.
Tested-by: Mario Casquero
On Tue, Oct 31, 2023 at 12:12 PM Markus Armbruster wro
On Tue, Oct 31, 2023 at 12:10:58PM +0100, Markus Armbruster wrote:
> The error message
>
> {"execute": "balloon", "arguments":{"value": -1}}
> {"error": {"class": "GenericError", "desc": "Parameter 'target' expects a
> size"}}
>
> points to 'target' instead of 'value'. Fix:
>
> {"e
On 31.10.23 12:10, Markus Armbruster wrote:
The error message
{"execute": "balloon", "arguments":{"value": -1}}
{"error": {"class": "GenericError", "desc": "Parameter 'target' expects a
size"}}
points to 'target' instead of 'value'. Fix:
{"error": {"class": "GenericError", "de