e.g. for a 2ghz (non-sse2/non-pae therefore non Windows __{{emoticon}}__ ) CPU on hdd with DDR400 and some 32-to-256 MB AGP GPU system?
For productivity testing and OS, application comparison our present checklist is to try getting:
- computing capacities =< to the target (eg
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://cpuboss.com/cpus/Intel-Pentium-III-1BGHz-vs-AMD-Athlon-XP-3000"
linktext was:"Athlon XP 2800+"
====================================
-based)
I dunno how far qemu restricts the guest cpu regarding e.g. the cpu caches - reasonably close of the good ol' box IO capacities.
Not a specialist here. IDE maxes out @ 133 MB/sec theorical, how much does an standard SATA spinning HDD add to the former taking the 8MB cache and... the virtual image overhead in account? The bus/memory subsystem is a whole other question: e.g. how does the VM below takes advantage of the host's high speed DDR3? - and same thing for 2D performances.
For WM/DE aka desktop and productivity apps (and light games but these aren't on the priority line) - have no passthrough and no way to achieve it: just qemu/KVM graphical virtualisation which do suck btw
Code: Select all
cpulimit -l 60 \ # tries to emulate the 2ghz by restricting sub-process to use 60% of one of the host's 3.3 ghz threads
qemu-system-i386 -cpu pentium3,enforce \ # sse only cpu
-m 1G -soundhw ac97 -vga std -display gtk -enable-kvm -hda hdd.img # on a 7200 Sata spinning HDD
Code: Select all
$ inxi -f
CPU: Single core Pentium III (Katmai) (-UP-) cache: 2048 KB clocked at 3292.518 MHz
CPU Flags: apic cmov cx8 de fpu fxsr hypervisor mca mce mmx msr mtrr pae pge pse pse36
sep sse tsc vme x2apic
So what's your ideas or set-up?
EDIT: some typos, formulation