On Tue, Apr 13, 2021 at 07:20:27PM +0200, Olaf Hering wrote:
> Move all save/restore related code from libxenguest.so into a separate
> library libxensaverestore.so. The only consumer is libxl-save-helper.
> There is no need to have the moved code mapped all the time in binaries
> where libxenguest
Am Wed, 14 Apr 2021 07:46:24 +0200
schrieb Juergen Gross :
> What about dropping the "xg_" prefix from the filenames?
None of the other moved files where renamed during the move.
But sure, if this the single blocking issue, why not.
Olaf
pgpdu6l7NZxZT.pgp
Description: Digitale Signatur von O
On 14.04.2021 07:46, Juergen Gross wrote:
> On 13.04.21 19:20, Olaf Hering wrote:
>> Move all save/restore related code from libxenguest.so into a separate
>> library libxensaverestore.so. The only consumer is libxl-save-helper.
>> There is no need to have the moved code mapped all the time in bina
On 13.04.21 19:20, Olaf Hering wrote:
Move all save/restore related code from libxenguest.so into a separate
library libxensaverestore.so. The only consumer is libxl-save-helper.
There is no need to have the moved code mapped all the time in binaries
where libxenguest.so is used.
According to si