[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] qemu make
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] qemu make |
Date: |
Wed, 2 May 2018 12:35:48 +0100 |
On 2 May 2018 at 12:09, lizhuoyao <address@hidden> wrote:
> A more question:does the qemu from download.qemu.org include qemu-kvm? There
> was no qemu-kvm exe after I made it.
> my order:./configure --target-list=arm-softmmu --enabled-debug --enable-kvm
> --enable-vnc;make;make install
> Or, where can i get the code of qemu-kvm? I get
> git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git/, but the latest version is
> 2.3.0?
qemu-kvm was a fork of QEMU which added KVM support, but it has
merged back into QEMU some years ago. The standard QEMU
executables will use KVM if you pass -enable-kvm on their
command line.
(Note that KVM will only work if the host and guest architecture
are the same, eg arm-on-arm or x86-on-x86.)
thanks
-- PMM