commit | ad96090a01d848df67d70c5259ed8aa321fa8716 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Mar 29 19:23:52 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Mon Mar 29 19:23:52 2010 +0000 |
tree | 0f1403fdf30208dfefdc3bf45189c98d530cf6a9 | |
parent | 296af7c9524cffbedda258b95272ade25b0a726e [diff] |
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. Now that no target dependencies remain, compile vl.c only once for all targets. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>