If anyone feels like adding himself to the list, just sent me a patch. Signed-off-by: Juan Quintela <quint...@redhat.com> Reviewed-by: Eric Blake <ebl...@redhat.com> --- migration/ram.c | 4 ++++ migration/savevm.c | 4 ++++ 2 files changed, 8 insertions(+)
diff --git a/migration/ram.c b/migration/ram.c index 38ebf6d..61150a5 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -2,6 +2,10 @@ * QEMU System Emulator * * Copyright (c) 2003-2008 Fabrice Bellard + * Copyright (c) 2011-2015 Red Hat Inc + * + * Authors: + * Juan Quintela <quint...@redhat.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/migration/savevm.c b/migration/savevm.c index 3b0e222..3dfa425 100644 --- a/migration/savevm.c +++ b/migration/savevm.c @@ -2,6 +2,10 @@ * QEMU System Emulator * * Copyright (c) 2003-2008 Fabrice Bellard + * Copyright (c) 2009-2015 Red Hat Inc + * + * Authors: + * Juan Quintela <quint...@redhat.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- 2.4.1