Re: [Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-05-14 Thread Dr. David Alan Gilbert
* 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

Re: [Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-04-01 Thread Wei Yang
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

Re: [Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-04-01 Thread Dr. David Alan Gilbert
* 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

Re: [Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-03-31 Thread Wei Yang
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

Re: [Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-03-27 Thread Wei Yang
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

Re: [Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-03-27 Thread Dr. David Alan Gilbert
* 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

[Qemu-devel] [PATCH] migration: remove not used field xfer_limit

2019-03-25 Thread Wei Yang
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