]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
migration: Make savevm.c target independent
authorJuan Quintela <quintela@redhat.com>
Mon, 24 Apr 2017 19:03:48 +0000 (21:03 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 18 May 2017 17:21:00 +0000 (19:21 +0200)
commit46d702b106d20beda2fcd0f96ddc44855ba262b3
treece122bd7827f2bcc9120e28fb1bf63b498f18fd4
parent51180423a226adbd80d64bf75b8522256b1266f1
migration: Make savevm.c target independent

It only needed TARGET_PAGE_SIZE/BITS/BITS_MIN values, so just export
them from exec.h

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Makefile.target
exec.c
include/exec/target_page.h
migration/Makefile.objs
migration/savevm.c