summaryrefslogtreecommitdiff
path: root/target-i386
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-28 22:02:30 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-28 22:02:30 +0000
commitc0d82995d8878674ed1000d2edcacf23c9883bf1 (patch)
treedc24ec1578b7d06f08849454f72c9e4f8d77f488 /target-i386
parent7fd6d9fc876fd9a6863cd2300e703f52f8262413 (diff)
downloadqemu-c0d82995d8878674ed1000d2edcacf23c9883bf1.tar.gz
Rename -cpu atom to -cpu n270.
As noticed by Alexander Graf Atom is a name of a series with varying features. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5341 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 4b0d543197..dcfae1c760 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -247,7 +247,7 @@ static x86_def_t x86_defs[] = {
.model_id = "QEMU Virtual CPU version " QEMU_VERSION,
},
{
- .name = "atom",
+ .name = "n270",
/* original is on level 10 */
.level = 5,
.family = 6,