Re: [libvirt PATCH v4 06/31] qemu: implement persistent file cache for nbdkit caps

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:00 -0600, Jonathon Jongsma wrote: > Implement the loadFile and saveFile virFileCacheHandlers callbacks so > that nbdkit capabilities are cached perstistently across daemon > restarts. The format and implementation is modeled on the qemu > capabilities, but simplified s

[libvirt PATCH v4 06/31] qemu: implement persistent file cache for nbdkit caps

2023-01-20 Thread Jonathon Jongsma
Implement the loadFile and saveFile virFileCacheHandlers callbacks so that nbdkit capabilities are cached perstistently across daemon restarts. The format and implementation is modeled on the qemu capabilities, but simplified slightly. Signed-off-by: Jonathon Jongsma --- po/POTFILES|