Re: [PATCH v2 3/3] virDomainRestoreFlags: Require VIR_DOMAIN_SAVE_PARAM_FILE for now

2022-05-13 Thread Claudio Fontana
On 5/13/22 9:54 AM, Michal Privoznik wrote: > Calling virDomainRestoreFlags() with no typed params results in > an error in open() because it tries to open a NULL path. > Obviously, this is wrong and path to restore from must be > provided, at least for now until other sources of restore are >

[PATCH v2 3/3] virDomainRestoreFlags: Require VIR_DOMAIN_SAVE_PARAM_FILE for now

2022-05-13 Thread Michal Privoznik
Calling virDomainRestoreFlags() with no typed params results in an error in open() because it tries to open a NULL path. Obviously, this is wrong and path to restore from must be provided, at least for now until other sources of restore are introduced. Then this limitation can be relaxed.