Home
last modified time | relevance | path

Searched hist:ad96090a (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dqemu-options.hxad96090a Mon Mar 29 14:23:52 CDT 2010 Blue Swirl <blauwirbel@gmail.com> 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>