Re: [PATCH v3] tools: create libxensaverestore

2021-04-21 Thread Wei Liu
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

Re: [PATCH v3] tools: create libxensaverestore

2021-04-14 Thread Olaf Hering
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

Re: [PATCH v3] tools: create libxensaverestore

2021-04-14 Thread Jan Beulich
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

Re: [PATCH v3] tools: create libxensaverestore

2021-04-13 Thread Juergen Gross
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