Message ID | 8011eb2537e1962a7e06a6c6049f5e92377bc101.1322061896.git.quintela@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/target-arm/vmstate-cpu.c b/target-arm/vmstate-cpu.c index 836d9ed..bc48434 100644 --- a/target-arm/vmstate-cpu.c +++ b/target-arm/vmstate-cpu.c @@ -1,3 +1,18 @@ +/* + * Migration support for arm cpus + * + * Copyright (C) 2011 Red Hat, Inc. + * + * Author(s): + * Juan Quintela <quintela@redhat.com> + * + * Based on qemu-file support done by: + * Andrzej Zaborowski <andrew.zaborowski@intel.com> + * + * 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 bool feature_vfp_needed(void *opaque)