diff mbox

[1/1] MAINTAINERS: Update for migrated migration code

Message ID 1418209434-5218-1-git-send-email-dgilbert@redhat.com
State New
Headers show

Commit Message

Dr. David Alan Gilbert Dec. 10, 2014, 11:03 a.m. UTC
From: "Dr. David Alan Gilbert" <dgilbert@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 <dgilbert@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Juan Quintela Dec. 10, 2014, 1:37 p.m. UTC | #1
"Dr. David Alan Gilbert (git)" <dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@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 <dgilbert@redhat.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>
Amit Shah Dec. 11, 2014, 7:21 a.m. UTC | #2
On (Wed) 10 Dec 2014 [11:03:54], Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@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 <dgilbert@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 <quintela@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
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index bcb69e8..fc6e23b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -930,7 +930,7 @@  Migration
 M: Juan Quintela <quintela@redhat.com>
 S: Maintained
 F: include/migration/
-F: migration*
+F: migration/
 F: savevm.c
 F: arch_init.c
 F: vmstate.c