Re: [Qemu-devel] [PATCH 03/14] use XFER_LIMIT_RATIO consistently

2013-01-15 Thread Eric Blake
On 01/15/2013 04:18 AM, Juan Quintela wrote: > From: Paolo Bonzini > > Previous patch missed this case Might be worth mentioning _which_ previous patch, now that there is quite a gap in the git history. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Juan Quintela > --- > migration.c | 2

[Qemu-devel] [PATCH 03/14] use XFER_LIMIT_RATIO consistently

2013-01-15 Thread Juan Quintela
From: Paolo Bonzini Previous patch missed this case Signed-off-by: Paolo Bonzini Signed-off-by: Juan Quintela --- migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.c b/migration.c index c69e864..d6ec3e8 100644 --- a/migration.c +++ b/migration.c @@ -650