Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recommendation for CPU type in QEMU?
Date: Thu, 01 Aug 2013 01:02:46
Message-Id: 20130801010232.GC27364@waltdnes.org
In Reply to: Re: [gentoo-user] Recommendation for CPU type in QEMU? by Kerin Millar
1 On Wed, Jul 31, 2013 at 11:45:48AM +0100, Kerin Millar wrote
2
3 > Please provide the content of /proc/cpuinfo on the host.
4
5 The first one is my shiney almost new desktop (Dell Inspiron 660) and
6 the second one is my "hot backup" (more like emergency backup, 6-year-old
7 Dell Dimension 530). I'll be on the new machine unless it breaks. But
8 I do want to be able to port the QEMU VM to the older machine as part of
9 its "hot backup" status.
10
11 On any other distro, it wouldn't matter, but I have "-march=native" in
12 make.conf, so I do have to worry about keeping binaries compatable. If
13 I build for "Intel Core 2 Duo CPU E4600" on both machines, would I be
14 losing noticable performance? Right now, it's just one Windows program
15 that I'll be running occasionally. So I'd rather trade off a bit less
16 speed on the new machine, versus compatability issues. I also prefer to
17 be able to scp the VM disk images to the backup machine, rather than
18 having to do a separate install on each machine.
19
20 processor : 0
21 vendor_id : GenuineIntel
22 cpu family : 6
23 model : 58
24 model name : Intel(R) Core(TM) i5-3330 CPU @ 3.00GHz
25 stepping : 9
26 microcode : 0x15
27 cpu MHz : 2993.981
28 cache size : 6144 KB
29 physical id : 0
30 siblings : 4
31 core id : 0
32 cpu cores : 4
33 apicid : 0
34 initial apicid : 0
35 fpu : yes
36 fpu_exception : yes
37 cpuid level : 13
38 wp : yes
39 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
40 bogomips : 5987.96
41 clflush size : 64
42 cache_alignment : 64
43 address sizes : 36 bits physical, 48 bits virtual
44 power management:
45
46 processor : 0
47 vendor_id : GenuineIntel
48 cpu family : 6
49 model : 15
50 model name : Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz
51 stepping : 13
52 microcode : 0xa1
53 cpu MHz : 2400.000
54 cache size : 2048 KB
55 physical id : 0
56 siblings : 2
57 core id : 0
58 cpu cores : 2
59 apicid : 0
60 initial apicid : 0
61 fdiv_bug : no
62 hlt_bug : no
63 f00f_bug : no
64 coma_bug : no
65 fpu : yes
66 fpu_exception : yes
67 cpuid level : 10
68 wp : yes
69 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
70 bogomips : 4788.45
71 clflush size : 64
72 cache_alignment : 64
73 address sizes : 36 bits physical, 48 bits virtual
74 power management:
75
76 --
77 Walter Dnes <waltdnes@××××××××.org>
78 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Recommendation for CPU type in QEMU? Michael Hampicke <mh@××××.biz>