Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-31 | target-alpha: Add IPRs to be used by the emulation PALcode. | Richard Henderson | |
These aren't actually used yet, but we can at least access them via the HW_MFPR and HW_MTPR instructions. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2011-05-31 | target-alpha: Enable the alpha-softmmu target. | Richard Henderson | |
With all of the pre-existing code that would not compile gone, this is the earliest point at which the target can be enabled. There is no machine defined yet, so this will crash on startup. Enable the target anyway, to make sure that further compilation problems do not creep back in. Signed-off-by: Richard Henderson <rth@twiddle.net> |