|
From: | Paulo Matos |
Subject: | Re: [qemu-s390x] network on linux qemu |
Date: | Fri, 27 Apr 2018 17:08:58 +0200 |
On 27.04.2018 16:02, Paulo Matos wrote:
But I must ask out of curiosity, what would "-M accel=kvm" do and why
did I need to omit it?
"accel=kvm" tells QEMU to create a guest with KVM, that means it uses
the hardware virtualization function of the host kernel. This of course
only works if the guest CPU type matches the host CPU type. But since
you want to emulate a s390x guest CPU on a x86 host, you can not use it
here.
Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |