]> git.proxmox.com Git - mirror_qemu.git/commit
exec: Split out variable page size support to exec-vary.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 19 Sep 2019 20:30:29 +0000 (13:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Oct 2019 09:26:02 +0000 (10:26 +0100)
commit7886cefe5ddd238c64d07eb037804f1aef24755c
tree5faf0102157c73268c1cc3922083be184688d1d8
parent50276a79aa15713decfede5cab183fc371e3e57d
exec: Split out variable page size support to exec-vary.c

The next patch will play a trick with "const" that will
confuse the compiler about the uses of target_page_bits
within exec.c.  Moving everything to a new file prevents
this confusion.

No functional change so far.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Makefile.target
exec-vary.c [new file with mode: 0644]
exec.c
include/qemu-common.h