
4 Apr
2016
4 Apr
'16
10:12 p.m.
[...]
The secret driver should be calling functions from src/util, not the other way around.
Could this function be moved into src/secret?
Won't that place dependencies on secret_driver for libxl_driver and qemu_driver? IOW: Some sort of Makefile magic to get a symbol from the src/secret/secret_util.c (assuming that's the name). That is Makefile magic for which I'm not sure how to generate...
I think I figured out the magic incantation... Patches sent shortly [...] John