From c0d82995d8878674ed1000d2edcacf23c9883bf1 Mon Sep 17 00:00:00 2001 From: balrog Date: Sun, 28 Sep 2008 22:02:30 +0000 Subject: [PATCH] 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 --- target-i386/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.4.GIT