• C
    qemu: Remove redundant DomainObjIsActive calls · b0a2ba24
    Cole Robinson 提交于
    The common idiom in the driver API implementations is roughly:
    
    - ACL check
    - BeginJob (if needed)
    - AgentAvailable (if needed)
    - !IsActive
    
    A few calls had an extra !IsActive before BeginJob, which doesn't
    seem to serve much use. Drop them
    b0a2ba24
qemu_driver.c 649.8 KB