Re: [Qemu-devel] [RFC V8 06/13] quorum: Add quorum mechanism.

2013-09-30 Thread Benoît Canet
Le Friday 08 Feb 2013 à 13:07:03 (+0100), Kevin Wolf a écrit : Am 28.01.2013 18:07, schrieb Benoît Canet: Use gnutls's SHA-256 to compare versions. Signed-off-by: Benoit Canet ben...@irqsave.net --- block/quorum.c | 303 +++-

Re: [Qemu-devel] [RFC V8 06/13] quorum: Add quorum mechanism.

2013-09-27 Thread Kevin Wolf
Am 26.09.2013 um 18:46 hat Benoît Canet geschrieben: Le Friday 08 Feb 2013 à 13:07:03 (+0100), Kevin Wolf a écrit : Am 28.01.2013 18:07, schrieb Benoît Canet: Use gnutls's SHA-256 to compare versions. Signed-off-by: Benoit Canet ben...@irqsave.net --- block/quorum.c | 303

Re: [Qemu-devel] [RFC V8 06/13] quorum: Add quorum mechanism.

2013-09-26 Thread Benoît Canet
Le Friday 08 Feb 2013 à 13:07:03 (+0100), Kevin Wolf a écrit : Am 28.01.2013 18:07, schrieb Benoît Canet: Use gnutls's SHA-256 to compare versions. Signed-off-by: Benoit Canet ben...@irqsave.net --- block/quorum.c | 303 +++-

Re: [Qemu-devel] [RFC V8 06/13] quorum: Add quorum mechanism.

2013-02-08 Thread Kevin Wolf
Am 28.01.2013 18:07, schrieb Benoît Canet: Use gnutls's SHA-256 to compare versions. Signed-off-by: Benoit Canet ben...@irqsave.net --- block/quorum.c | 303 +++- configure | 22 2 files changed, 324 insertions(+), 1

[Qemu-devel] [RFC V8 06/13] quorum: Add quorum mechanism.

2013-01-28 Thread Benoît Canet
Use gnutls's SHA-256 to compare versions. Signed-off-by: Benoit Canet ben...@irqsave.net --- block/quorum.c | 303 +++- configure | 22 2 files changed, 324 insertions(+), 1 deletion(-) diff --git a/block/quorum.c b/block/quorum.c