Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-30 | Add missing #include needed for madvise() on OpenBSD | Blue Swirl | 1 | -0/+1 | |
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||
2010-03-29 | Refactor target specific handling, compile vl.c only once | Blue Swirl | 1 | -0/+509 | |
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> |