• P
    qemu: domain: Simplify return values of qemuDomainRefreshVcpuInfo · 041f3534
    Peter Krempa 提交于
    Call the vcpu thread info validation separately to decrease complexity
    of returned values by qemuDomainRefreshVcpuInfo.
    
    This function now returns 0 on success and -1 on error. Certain
    failures of qemu to report data are still considered as success. Any
    error reported now is fatal.
    041f3534
qemu_domain.c 178.3 KB