mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
sparc64: rename sun4u cpu to Ultrasparc IIi
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
016f5cf6ff
commit
5910b047a0
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ enum {
|
||||||
static const struct hwdef hwdefs[] = {
|
static const struct hwdef hwdefs[] = {
|
||||||
/* Sun4u generic PC-like machine */
|
/* Sun4u generic PC-like machine */
|
||||||
{
|
{
|
||||||
.default_cpu_model = "TI UltraSparc II",
|
.default_cpu_model = "TI UltraSparc IIi",
|
||||||
.machine_id = sun4u_id,
|
.machine_id = sun4u_id,
|
||||||
.prom_addr = 0x1fff0000000ULL,
|
.prom_addr = 0x1fff0000000ULL,
|
||||||
.console_serial_base = 0,
|
.console_serial_base = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue