From: balrog Date: Sun, 28 Sep 2008 22:02:30 +0000 (+0000) Subject: Rename -cpu atom to -cpu n270. X-Git-Tag: release_0_10_0~1345 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0d82995d8878674ed1000d2edcacf23c9883bf1;p=thirdparty%2Fqemu.git 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 --- diff --git a/target-i386/helper.c b/target-i386/helper.c index 4b0d5431973..dcfae1c7604 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,