Re: [PATCH 02/12] dump: Improve error message when target doesn't support memory dump

2023-02-07 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 7/2/23 08:51, Markus Armbruster wrote: >> The QERR_ macros are leftovers from the days of "rich" error objects. >> We've been trying to reduce their remaining use. >> Get rid of a use of QERR_UNSUPPORTED, and improve the rather vague >> error message >> (q

Re: [PATCH 02/12] dump: Improve error message when target doesn't support memory dump

2023-02-07 Thread Juan Quintela
Markus Armbruster wrote: > The QERR_ macros are leftovers from the days of "rich" error objects. > We've been trying to reduce their remaining use. > > Get rid of a use of QERR_UNSUPPORTED, and improve the rather vague > error message > > (qemu) dump-guest-memory mumble > Error: this featu

Re: [PATCH 02/12] dump: Improve error message when target doesn't support memory dump

2023-02-07 Thread Philippe Mathieu-Daudé
On 7/2/23 08:51, Markus Armbruster wrote: The QERR_ macros are leftovers from the days of "rich" error objects. We've been trying to reduce their remaining use. Get rid of a use of QERR_UNSUPPORTED, and improve the rather vague error message (qemu) dump-guest-memory mumble Error: this

[PATCH 02/12] dump: Improve error message when target doesn't support memory dump

2023-02-06 Thread Markus Armbruster
The QERR_ macros are leftovers from the days of "rich" error objects. We've been trying to reduce their remaining use. Get rid of a use of QERR_UNSUPPORTED, and improve the rather vague error message (qemu) dump-guest-memory mumble Error: this feature or command is not currently supported