Re: [Qemu-devel] [PATCH V2 2/3] qerror: Add error telling that streaming blocks migration

2012-07-23 Thread Peter Maydell
On 23 July 2012 12:23, wrote: > --- a/qerror.c > +++ b/qerror.c > @@ -283,6 +283,10 @@ static const QErrorStringTable qerror_table[] = { > .desc = "Could not set password", > }, > { > +.error_fmt = QERR_STREAMING_BLOCKS_MIGRATION, > +.desc = "Streaming

[Qemu-devel] [PATCH V2 2/3] qerror: Add error telling that streaming blocks migration

2012-07-23 Thread benoit . canet
From: BenoƮt Canet Signed-off-by: Benoit Canet --- qerror.c |4 qerror.h |3 +++ 2 files changed, 7 insertions(+) diff --git a/qerror.c b/qerror.c index 92c4eff..bcd74b7 100644 --- a/qerror.c +++ b/qerror.c @@ -283,6 +283,10 @@ static const QErrorStringTable qerror_table[] = {