diff options
author | blueswir1 | 2007-04-01 17:55:28 +0200 |
---|---|---|
committer | blueswir1 | 2007-04-01 17:55:28 +0200 |
commit | e0353fe250eacac23104ff7fe466cd6533536509 (patch) | |
tree | cc9ab59f9e3d4d5bb821eaf2d3230369e0cc67da /target-sparc/translate.c | |
parent | Reorganise Sun4m to allow other machine types (diff) | |
download | qemu-e0353fe250eacac23104ff7fe466cd6533536509.tar.gz qemu-e0353fe250eacac23104ff7fe466cd6533536509.tar.xz qemu-e0353fe250eacac23104ff7fe466cd6533536509.zip |
Add SparcStation-10 machine
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2571 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/translate.c')
-rw-r--r-- | target-sparc/translate.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target-sparc/translate.c b/target-sparc/translate.c index 70cf1bcdbc..c5cb2d0d4b 100644 --- a/target-sparc/translate.c +++ b/target-sparc/translate.c @@ -2874,6 +2874,13 @@ static const sparc_def_t sparc_defs[] = { .fpu_version = 4 << 17, /* FPU version 4 (Meiko) */ .mmu_version = 0x04 << 24, /* Impl 0, ver 4 */ }, + { + /* XXX: Replace with real values */ + .name = "TI SuperSparc II", + .iu_version = 0x40000000, + .fpu_version = 0x00000000, + .mmu_version = 0x00000000, + }, #endif }; |