Re: PATCH 1/2 QEMU driver - internal driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Daniel P. Berrange" <berrange@xxxxxxxxxx> wrote:
> The attached patch implements the library driver for QEMU.
...
> +int qemuClose  (virConnectPtr conn) {
> +    if (conn->handle != -1) {
> +        close(conn->handle);
> +        conn->handle = -1;
> +    }
> +    return 0;
> +}

Hi Dan,

In follow-up discussion you said you knew of other places
where it'd be good to check for less-common failures.
This "close" is probably one of them.


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]