Signed-off-by: Juan Quintela <quint...@redhat.com> Acked-by: Richard Henderson <r...@twiddle.net> --- target-alpha/vmstate-cpu.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/target-alpha/vmstate-cpu.c b/target-alpha/vmstate-cpu.c index 156cb74..9d4b065 100644 --- a/target-alpha/vmstate-cpu.c +++ b/target-alpha/vmstate-cpu.c @@ -1,3 +1,18 @@ +/* + * Migration support for alpha cpus + * + * Copyright (C) 2011 Red Hat, Inc. + * + * Author(s): + * Juan Quintela <quint...@redhat.com> + * + * Based on qemu-file support done by: + * Richard Henderson <r...@twiddle.net> + * + * This work is licensed under the terms of the GNU GPL, version 2 or + * later. See the COPYING file in the top-level directory. + */ + #include "hw/hw.h" static int get_fpcr(QEMUFile *f, void *opaque, size_t size) -- 1.7.7.1