Re: [Qemu-devel] [PATCH 17/22] migration: use global variable directly

2011-02-23 Thread Yoshiaki Tamura
2011/2/23 Juan Quintela : > We are setting a pointer to a local variable in the previous line, just use > the global variable directly.  We remove the ->file test because it is already > done inside qemu_file_set_rate_limit() function. > > Signed-off-by: Juan Quintela > --- >  migration.c |    6 +

[Qemu-devel] [PATCH 17/22] migration: use global variable directly

2011-02-22 Thread Juan Quintela
We are setting a pointer to a local variable in the previous line, just use the global variable directly. We remove the ->file test because it is already done inside qemu_file_set_rate_limit() function. Signed-off-by: Juan Quintela --- migration.c |6 ++ 1 files changed, 2 insertions(+)