• P
    virCaps: get rid of emulatorRequired · b5def001
    Peter Krempa 提交于
    This patch removes the emulatorRequired field and associated
    infrastructure from the virCaps object. Instead the driver specific
    callbacks are used as this field isn't enforced by all drivers.
    
    This patch implements the appropriate callbacks in the qemu and lxc
    driver and moves to check to that location.
    b5def001
lxc_domain.c 2.6 KB