Re: [PATCH V4 08/18] qemu: Add helper function for creating save image fd

2025-03-20 Thread Daniel P . Berrangé via Devel
On Wed, Mar 19, 2025 at 05:09:01PM -0600, Jim Fehlig wrote: > On 3/19/25 06:49, Daniel P. Berrangé wrote: > > On Wed, Mar 05, 2025 at 03:48:17PM -0700, Jim Fehlig via Devel wrote: > > > Move the code in qemuSaveImageCreate that opens, labels, and wraps the > > > save image fd to a helper function,

Re: [PATCH V4 08/18] qemu: Add helper function for creating save image fd

2025-03-19 Thread Jim Fehlig via Devel
On 3/19/25 06:49, Daniel P. Berrangé wrote: On Wed, Mar 05, 2025 at 03:48:17PM -0700, Jim Fehlig via Devel wrote: Move the code in qemuSaveImageCreate that opens, labels, and wraps the save image fd to a helper function, providing more flexibility for upcoming mapped-ram support. Signed-off-by:

Re: [PATCH V4 08/18] qemu: Add helper function for creating save image fd

2025-03-19 Thread Daniel P . Berrangé via Devel
On Wed, Mar 05, 2025 at 03:48:17PM -0700, Jim Fehlig via Devel wrote: > Move the code in qemuSaveImageCreate that opens, labels, and wraps the > save image fd to a helper function, providing more flexibility for > upcoming mapped-ram support. > > Signed-off-by: Jim Fehlig > --- > src/qemu/qemu_s