On a Tuesday in 2020, Daniel P. Berrangé wrote:
We should prevent inlining of symbols from the driver .so files that
are
mocked, as well as those in the main libvirt.so
This isn't fixing any currently known problem, just trying to prevent
future issues.
With clang, probably.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
scripts/mock-noinline.py | 2 +-
src/libxl/libxl_capabilities.h | 2 +-
src/qemu/qemu_command.h | 4 ++--
src/qemu/qemu_hotplug.h | 2 +-
src/qemu/qemu_interface.h | 2 +-
src/qemu/qemu_monitor.h | 2 +-
src/qemu/qemu_monitor_json.h | 2 +-
src/qemu/qemu_process.h | 4 ++--
8 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano