aboutsummaryrefslogtreecommitdiffstats
path: root/arch_init.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl1-0/+33
Move target specific functions and RAM handling to arch_init.c. Add a flag to QEMUOptions structure to indicate for which architectures the option is allowed, check the flag in run time and remove conditional code in option handling. Now that no target dependencies remain, compile vl.c only once for all targets. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>