Gentoo Archives: gentoo-user

From: Marc Joliet <marcec@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recommendation for CPU type in QEMU?
Date: Wed, 31 Jul 2013 11:31:55
Message-Id: 20130731133142.570697ee@marcec.hunte.us
In Reply to: [gentoo-user] Recommendation for CPU type in QEMU? by Walter Dnes
1 Am Wed, 31 Jul 2013 06:11:24 -0400
2 schrieb "Walter Dnes" <waltdnes@××××××××.org>:
3
4 > I'm looking at setting up 32-bit WINE to run a 32-bit Windows app.
5 > Since I'm on a pure 64-bit (no multi-lib) machine, that doesn't exactly
6 > work, which is why I'm looking at QEMU. I need to run WINE in 32 bit
7 > mode, on a 32-bit install in a VM. Is a 64-bit virtual cpu type
8 > recommended anyways? Are the "qemu" and "kvm" cpu types faster/slower?
9 > And what would they be listed as in the kernel .config?
10 >
11 > I'm not familiar with all the weird codenames for Intel's chips.
12 > What's the hierarchy between Nehalem/Westmere/SandyBridge/Haswell ?
13 > Here's the list of available types...
14 >
15 > [i660][waltdnes][~/qemu] sudo /usr/bin/qemu-kvm -cpu help
16 > x86 qemu64 QEMU Virtual CPU version 1.4.2
17 > x86 phenom AMD Phenom(tm) 9550 Quad-Core Processor
18 > x86 core2duo Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
19 > x86 kvm64 Common KVM processor
20 > x86 qemu32 QEMU Virtual CPU version 1.4.2
21 > x86 kvm32 Common 32-bit KVM processor
22 > x86 coreduo Genuine Intel(R) CPU T2600 @ 2.16GHz
23 > x86 486
24 > x86 pentium
25 > x86 pentium2
26 > x86 pentium3
27 > x86 athlon QEMU Virtual CPU version 1.4.2
28 > x86 n270 Intel(R) Atom(TM) CPU N270 @ 1.60GHz
29 > x86 Conroe Intel Celeron_4x0 (Conroe/Merom Class Core 2)
30 > x86 Penryn Intel Core 2 Duo P9xxx (Penryn Class Core 2)
31 > x86 Nehalem Intel Core i7 9xx (Nehalem Class Core i7)
32 > x86 Westmere Westmere E56xx/L56xx/X56xx (Nehalem-C)
33 > x86 SandyBridge Intel Xeon E312xx (Sandy Bridge)
34 > x86 Haswell Intel Core Processor (Haswell)
35 > x86 Opteron_G1 AMD Opteron 240 (Gen 1 Class Opteron)
36 > x86 Opteron_G2 AMD Opteron 22xx (Gen 2 Class Opteron)
37 > x86 Opteron_G3 AMD Opteron 23xx (Gen 3 Class Opteron)
38 > x86 Opteron_G4 AMD Opteron 62xx class CPU
39 > x86 Opteron_G5 AMD Opteron 63xx class CPU
40 >
41
42 There's also "-cpu host", which simply passes your CPU through to the guest.
43 That's what I use for my 32 bit WinXP VM. You can use it if you don't mind not
44 being able to migrate your guest, but it sounds to me like you're doing this on
45 a desktop machine, so I suspect guest migration doesn't matter to you.
46
47 --
48 Marc Joliet
49 --
50 "People who think they know everything really annoy those of us who know we
51 don't" - Bjarne Stroustrup

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Recommendation for CPU type in QEMU? Kerin Millar <kerframil@×××××××××××.uk>