Hello, Am 12.12.2009 um 01:33 schrieb Dave Dixon:
When I try qemu with-kernel and -initrd, it says "This kernel requires an x86-64 CPU, but only detected an i686 CPU." But it's definitely a 64-bit cpu - running a 64-bit OS. If I show qeme -cpu ?, I get a list of only 32-bit cpus. What am I doing wrong?
You need to run qemu-system-x86_64 to emulate an x86-64 CPU system. This has nothing to do with your host system.
Andreas