* Dr. David Alan Gilbert (dgilb...@redhat.com) wrote:
> * Wei Yang (richardw.y...@linux.intel.com) wrote:
> > MigrationState->xfer_limit is only set to 0 in migrate_init().
> >
> > Remove this unnecessary field.
> >
> > Signed-off-by: Wei Yang
>
> Nice; I think that field has been unneeded sinc
On Mon, Apr 01, 2019 at 09:51:55AM +0100, Dr. David Alan Gilbert wrote:
>* Wei Yang (richardw.y...@linux.intel.com) wrote:
>> On Wed, Mar 27, 2019 at 08:24:21PM +, Dr. David Alan Gilbert wrote:
>> >* Wei Yang (richardw.y...@linux.intel.com) wrote:
>> >> MigrationState->xfer_limit is only set to
* Wei Yang (richardw.y...@linux.intel.com) wrote:
> On Wed, Mar 27, 2019 at 08:24:21PM +, Dr. David Alan Gilbert wrote:
> >* Wei Yang (richardw.y...@linux.intel.com) wrote:
> >> MigrationState->xfer_limit is only set to 0 in migrate_init().
> >>
> >> Remove this unnecessary field.
> >>
> >> S
On Wed, Mar 27, 2019 at 08:24:21PM +, Dr. David Alan Gilbert wrote:
>* Wei Yang (richardw.y...@linux.intel.com) wrote:
>> MigrationState->xfer_limit is only set to 0 in migrate_init().
>>
>> Remove this unnecessary field.
>>
>> Signed-off-by: Wei Yang
>
>Nice; I think that field has been unn
On Wed, Mar 27, 2019 at 08:24:21PM +, Dr. David Alan Gilbert wrote:
>* Wei Yang (richardw.y...@linux.intel.com) wrote:
>> MigrationState->xfer_limit is only set to 0 in migrate_init().
>>
>> Remove this unnecessary field.
>>
>> Signed-off-by: Wei Yang
>
>Nice; I think that field has been unn
* Wei Yang (richardw.y...@linux.intel.com) wrote:
> MigrationState->xfer_limit is only set to 0 in migrate_init().
>
> Remove this unnecessary field.
>
> Signed-off-by: Wei Yang
Nice; I think that field has been unneeded since 1964a397063967
just over 5 years ago :-)
Reviewed-by: Dr. David Al
MigrationState->xfer_limit is only set to 0 in migrate_init().
Remove this unnecessary field.
Signed-off-by: Wei Yang
---
migration/migration.c | 1 -
migration/migration.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/migration/migration.c b/migration/migration.c
index e88acab53b..533c2