[libvirt] [PATCH] conf: don't crash on a tpm device with no backends

2013-05-09 Thread Ján Tomko
Print an error instead of crashing when a TPM device without a backend is specified. https://bugzilla.redhat.com/show_bug.cgi?id=961252 --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index d55ce6b..eb579c6

Re: [libvirt] [PATCH] conf: don't crash on a tpm device with no backends

2013-05-09 Thread Osier Yang
On 09/05/13 18:36, Ján Tomko wrote: Print an error instead of crashing when a TPM device without a backend is specified. https://bugzilla.redhat.com/show_bug.cgi?id=961252 --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c

Re: [libvirt] [PATCH] conf: don't crash on a tpm device with no backends

2013-05-09 Thread Daniel P. Berrange
On Thu, May 09, 2013 at 12:36:37PM +0200, Ján Tomko wrote: Print an error instead of crashing when a TPM device without a backend is specified. https://bugzilla.redhat.com/show_bug.cgi?id=961252 --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git