diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-22 07:07:34 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-22 07:07:34 +0000 |
commit | c7ba218da1639a054b5ca1c259530305562fa571 (patch) | |
tree | caf7b557b77356b875bd46dfb42efa7e328b1de6 /hw/boards.h | |
parent | d406647966365b4ea505ef290825b257c678e764 (diff) |
Add T1 and T2 CPUs, add a Sun4v machine
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4923 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/boards.h')
-rw-r--r-- | hw/boards.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h index eacd324148..22ac3326f4 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -64,6 +64,7 @@ extern QEMUMachine ss1000_machine, ss2000_machine; /* sun4u.c */ extern QEMUMachine sun4u_machine; +extern QEMUMachine sun4v_machine; /* integratorcp.c */ extern QEMUMachine integratorcp_machine; |