On Mon, May 30, 2016 at 05:22:29PM +0200, Igor Mammedov wrote: > with all header changes merged in current master (d6550e9ed2) > above patch breaks compilation with: > exec.c: In function ‘cpu_exec_exit’: > exec.c:661:9: error: implicit declaration of function ‘vmstate_unregister’ > [-Werror=implicit-function-declaration] > vmstate_unregister(NULL, cc->vmsd, cpu); > > pls squash this fixup in orginal patch > > Signed-off-by: Igor Mammedov <[email protected]>
Already made the same change when I pulled it into my tree.
> ---
> exec.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/exec.c b/exec.c
> index c5dd58e..a0327a9 100644
> --- a/exec.c
> +++ b/exec.c
> @@ -62,6 +62,8 @@
> #include "qemu/mmap-alloc.h"
> #endif
>
> +#include "migration/vmstate.h"
> +
> //#define DEBUG_SUBPAGE
>
> #if !defined(CONFIG_USER_ONLY)
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
