Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-08-07 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > MigrationState->bytes_xfer is only set to 0 in migrate_init(). > > Remove this unnecessary field. > > Signed-off-by: Wei Yang Queued (finally!) > --- > migration/migration.c | 1 - > migration/migration.h | 1 - > 2 files changed, 2

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-07-19 Thread Wei Yang
On Fri, Jul 19, 2019 at 07:05:44PM +0100, Dr. David Alan Gilbert wrote: >* Wei Yang (richardw.y...@linux.intel.com) wrote: >> On Tue, Jun 11, 2019 at 10:33:29AM +0200, Juan Quintela wrote: >> >Wei Yang wrote: >> >> On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: >>

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-07-19 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > On Tue, Jun 11, 2019 at 10:33:29AM +0200, Juan Quintela wrote: > >Wei Yang wrote: > >> On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: > >>>MigrationState->bytes_xfer is only set to 0 in migrate_init(). > >>> > >>>Remove this

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-07-16 Thread Wei Yang
On Tue, Jun 11, 2019 at 10:33:29AM +0200, Juan Quintela wrote: >Wei Yang wrote: >> On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: >>>MigrationState->bytes_xfer is only set to 0 in migrate_init(). >>> >>>Remove this unnecessary field. >>> >>>Signed-off-by: Wei Yang >> >> Hi, David >

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-06-21 Thread Wei Yang
On Tue, Jun 11, 2019 at 10:33:29AM +0200, Juan Quintela wrote: >Wei Yang wrote: >> On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: >>>MigrationState->bytes_xfer is only set to 0 in migrate_init(). >>> >>>Remove this unnecessary field. >>> >>>Signed-off-by: Wei Yang >> >> Hi, David >

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-06-11 Thread Wei Yang
On Tue, Jun 11, 2019 at 10:33:29AM +0200, Juan Quintela wrote: >Wei Yang wrote: >> On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: >>>MigrationState->bytes_xfer is only set to 0 in migrate_init(). >>> >>>Remove this unnecessary field. >>> >>>Signed-off-by: Wei Yang >> >> Hi, David >

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-06-11 Thread Juan Quintela
Wei Yang wrote: > On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: >>MigrationState->bytes_xfer is only set to 0 in migrate_init(). >> >>Remove this unnecessary field. >> >>Signed-off-by: Wei Yang > > Hi, David Hi I am on duty this week, will get it. > > Are you willing to pick up

Re: [Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

2019-06-11 Thread Wei Yang
On Tue, Apr 02, 2019 at 08:31:06AM +0800, Wei Yang wrote: >MigrationState->bytes_xfer is only set to 0 in migrate_init(). > >Remove this unnecessary field. > >Signed-off-by: Wei Yang Hi, David Are you willing to pick up this one? >--- > migration/migration.c | 1 - > migration/migration.h | 1 -

[Qemu-devel] [PATCH] migration: remove unused field bytes_xfer

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