Statistics
| Branch: | Revision:

root / arch_init.h @ 9a85d394

History | View | Annotate | Download (808 Bytes)

# Date Author Comment
ad96090a 03/29/2010 10:23 pm Blue Swirl

Refactor target specific handling, compile vl.c only once

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....