On Tue, Jun 24, 2025 at 05:53:05PM +0530, Arun Menon wrote:
> - This is an incremental step in converting vmstate
> loading code to report error via Error object.
> - error_report() has been replaced with error_setg();
> and in places where error has been already set,
> error_prepend() is use
- This is an incremental step in converting vmstate
loading code to report error via Error object.
- error_report() has been replaced with error_setg();
and in places where error has been already set,
error_prepend() is used to not lose information.
Signed-off-by: Arun Menon
---
migration/