]> Git Repo - qemu.git/commit
exec: Split out variable page size support to exec-vary.c
authorRichard Henderson <[email protected]>
Thu, 19 Sep 2019 20:30:29 +0000 (13:30 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Makefile.target
exec-vary.c [new file with mode: 0644]
exec.c
include/qemu-common.h
This page took 0.023589 seconds and 4 git commands to generate.