]> git.ipfire.org Git - thirdparty/qemu.git/commit - exec.c
exec: Create include for target_page_size()
authorJuan Quintela <quintela@redhat.com>
Mon, 24 Apr 2017 18:50:19 +0000 (20:50 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 18 May 2017 17:20:59 +0000 (19:20 +0200)
commit51180423a226adbd80d64bf75b8522256b1266f1
treee7967c0784c46f80c5edd4535fd0c9516b690233
parent68ba3b07436396733f7313c81956410af6d17083
exec: Create include for target_page_size()

That is the only function that we need from exec.c, and having to
include the whole sysemu.h for this.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---

/me leans to be less sloppy with copyright notices
thanks Dave
exec.c
include/exec/target_page.h [new file with mode: 0644]
include/sysemu/sysemu.h
migration/migration.c
migration/postcopy-ram.c
migration/savevm.c