Re: [libvirt PATCH v2 07/16] qemu: use file cache for nbdkit caps

2022-09-27 Thread Peter Krempa
On Wed, Aug 31, 2022 at 13:40:52 -0500, Jonathon Jongsma wrote: > Switch to using the virFileCache implementation for nbdkit capabilities > so that we have persistent caching and re-load capabilities whenever > something changes. IMO it would be better to simply start with the proper

[libvirt PATCH v2 07/16] qemu: use file cache for nbdkit caps

2022-08-31 Thread Jonathon Jongsma
Switch to using the virFileCache implementation for nbdkit capabilities so that we have persistent caching and re-load capabilities whenever something changes. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_conf.h | 2 +- src/qemu/qemu_driver.c | 2 +- src/qemu/qemu_nbdkit.c | 24