Am 18.12.2009 um 22:07 schrieb Alexander Graf:
Andreas Färber wrote:
Hi,
Am 18.12.2009 um 16:29 schrieb Alexander Graf:
Currently only the S390 KVM target works. To keep users from
accidently not
using KVM, let's not even initialize the machine when KVM is not
used.
How does this fit together with your "S390 TCG target" patch? Aren't
they mutually exclusive? Is this one for stable?
They go hand in hand.
The TCG patch is to enable S390x hosts, so you can run
qemu-system-x86_64 on S390.
This patch is for S390x guests, so qemu-system-s390x refuses to start
without -enable-kvm.
Ouch! Thanks for clarifying.
Andreas