diff options
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r-- | target-i386/helper.c | 2 |
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, |