Skip to content

Commit

Permalink
Rename -cpu atom to -cpu n270.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
balrog committed Sep 28, 2008
1 parent 7fd6d9f commit c0d8299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-i386/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c0d8299

Please sign in to comment.