On 03/08/2016 11:36 AM, Cole Robinson wrote:
It's just a combination of AddImplicitControllers, and
AddConsoleCompat.
Every caller that wants ImplicitControllers also wants the ConsoleCompat
AFAICT, so lump them together. We also need it for future patches.
---
src/conf/domain_conf.c | 19 ++++++++++++++-----
src/conf/domain_conf.h | 2 +-
src/libvirt_private.syms | 2 +-
src/qemu/qemu_driver.c | 6 +++---
src/vmx/vmx.c | 2 +-
src/vz/vz_sdk.c | 2 +-
6 files changed, 21 insertions(+), 12 deletions(-)
This just makes sense in general, regardless of what you need it for
later :-)