Home
last modified time | relevance | path

Searched hist:e8f2d272 (Results 1 – 3 of 3) sorted by relevance

/qemu/
H A Dqemu-io.ce8f2d272 Thu May 12 14:10:04 GMT 2016 Eduardo Habkost <ehabkost@redhat.com> Use &error_fatal when initializing crypto on qemu-{img,io,nbd}

In addition to making the code simpler, this will replace the
long error messages:
cannot initialize crypto: Unable to initialize GNUTLS library: [...]
cannot initialize crypto: Unable to initialize gcrypt
with shorter messages:
Unable to initialize GNUTLS library: [...]
Unable to initialize gcrypt

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
H A Dqemu-nbd.ce8f2d272 Thu May 12 14:10:04 GMT 2016 Eduardo Habkost <ehabkost@redhat.com> Use &error_fatal when initializing crypto on qemu-{img,io,nbd}

In addition to making the code simpler, this will replace the
long error messages:
cannot initialize crypto: Unable to initialize GNUTLS library: [...]
cannot initialize crypto: Unable to initialize gcrypt
with shorter messages:
Unable to initialize GNUTLS library: [...]
Unable to initialize gcrypt

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
H A Dqemu-img.ce8f2d272 Thu May 12 14:10:04 GMT 2016 Eduardo Habkost <ehabkost@redhat.com> Use &error_fatal when initializing crypto on qemu-{img,io,nbd}

In addition to making the code simpler, this will replace the
long error messages:
cannot initialize crypto: Unable to initialize GNUTLS library: [...]
cannot initialize crypto: Unable to initialize gcrypt
with shorter messages:
Unable to initialize GNUTLS library: [...]
Unable to initialize gcrypt

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>