Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Update for migrated migration code

2014-12-11 Thread Amit Shah
On (Wed) 10 Dec 2014 [11:03:54], Dr. David Alan Gilbert (git) wrote:
 From: Dr. David Alan Gilbert dgilb...@redhat.com
 
 My previous patches migrated the migration code into migration/
 but didn't update MAINTAINERS.
 
 Note that does mean that the owner for block-migration.c
 changes, but I'll ask block people what they want to do.
 
 Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com
 ---
  MAINTAINERS | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/MAINTAINERS b/MAINTAINERS
 index bcb69e8..fc6e23b 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -930,7 +930,7 @@ Migration
  M: Juan Quintela quint...@redhat.com
  S: Maintained
  F: include/migration/
 -F: migration*
 +F: migration/
  F: savevm.c
  F: arch_init.c
  F: vmstate.c

vmstate.c needs to be removed from here; I'll do that myself in the
pull req.

Amit



Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Update for migrated migration code

2014-12-10 Thread Amit Shah
On (Wed) 10 Dec 2014 [11:03:54], Dr. David Alan Gilbert (git) wrote:
 From: Dr. David Alan Gilbert dgilb...@redhat.com
 
 My previous patches migrated the migration code into migration/
 but didn't update MAINTAINERS.
 
 Note that does mean that the owner for block-migration.c
 changes, but I'll ask block people what they want to do.
 
 Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com

Thanks,

Reviewed-by: Amit Shah amit.s...@redhat.com

Amit



Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Update for migrated migration code

2014-12-10 Thread Juan Quintela
Dr. David Alan Gilbert (git) dgilb...@redhat.com wrote:
 From: Dr. David Alan Gilbert dgilb...@redhat.com

 My previous patches migrated the migration code into migration/
 but didn't update MAINTAINERS.

 Note that does mean that the owner for block-migration.c
 changes, but I'll ask block people what they want to do.

 Signed-off-by: Dr. David Alan Gilbert dgilb...@redhat.com

Reviewed-by: Juan Quintela quint...@redhat.com