Re: [PATCH 6/7] balloon: Fix a misleading error message

2023-11-01 Thread Mario Casquero
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

Re: [PATCH 6/7] balloon: Fix a misleading error message

2023-10-31 Thread Michael S. Tsirkin
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

Re: [PATCH 6/7] balloon: Fix a misleading error message

2023-10-31 Thread David Hildenbrand
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