commit | c7ba218da1639a054b5ca1c259530305562fa571 | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Jul 22 07:07:34 2008 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Jul 22 07:07:34 2008 +0000 |
tree | caf7b557b77356b875bd46dfb42efa7e328b1de6 | |
parent | d406647966365b4ea505ef290825b257c678e764 [diff] [blame] |
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
diff --git a/hw/boards.h b/hw/boards.h index eacd324..22ac332 100644 --- a/hw/boards.h +++ b/hw/boards.h
@@ -64,6 +64,7 @@ /* sun4u.c */ extern QEMUMachine sun4u_machine; +extern QEMUMachine sun4v_machine; /* integratorcp.c */ extern QEMUMachine integratorcp_machine;