Re: [Qemu-devel] [PATCH 4/5] Switch migrate_set_speed() to take an 'o' argument rather than a float.

2010-10-07 Thread Jes Sorensen
On 09/28/10 12:08, Markus Armbruster wrote: > jes.soren...@redhat.com writes: >> diff --git a/qemu-monitor.hx b/qemu-monitor.hx >> index 49bcd8d..7f58fb2 100644 >> --- a/qemu-monitor.hx >> +++ b/qemu-monitor.hx >> @@ -1093,7 +1093,7 @@ EQMP >> >> { >> .name = "migrate_set_spee

Re: [Qemu-devel] [PATCH 4/5] Switch migrate_set_speed() to take an 'o' argument rather than a float.

2010-09-28 Thread Luiz Capitulino
On Tue, 28 Sep 2010 12:08:07 +0200 Markus Armbruster wrote: > jes.soren...@redhat.com writes: > > > From: Jes Sorensen > > > > Signed-off-by: Jes Sorensen > > --- > > migration.c |4 ++-- > > qemu-monitor.hx |2 +- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff

Re: [Qemu-devel] [PATCH 4/5] Switch migrate_set_speed() to take an 'o' argument rather than a float.

2010-09-28 Thread Markus Armbruster
jes.soren...@redhat.com writes: > From: Jes Sorensen > > Signed-off-by: Jes Sorensen > --- > migration.c |4 ++-- > qemu-monitor.hx |2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/migration.c b/migration.c > index 468d517..9ee8b17 100644 > --- a/migration.

[Qemu-devel] [PATCH 4/5] Switch migrate_set_speed() to take an 'o' argument rather than a float.

2010-09-16 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- migration.c |4 ++-- qemu-monitor.hx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/migration.c b/migration.c index 468d517..9ee8b17 100644 --- a/migration.c +++ b/migration.c @@ -132,10 +132,10 @@ int do_migr

[Qemu-devel] [PATCH 4/5] Switch migrate_set_speed() to take an 'o' argument rather than a float.

2010-09-15 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- migration.c |4 ++-- qemu-monitor.hx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/migration.c b/migration.c index 468d517..9ee8b17 100644 --- a/migration.c +++ b/migration.c @@ -132,10 +132,10 @@ int do_migr