qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] What's the difference between commands "qemu", "kvm", a


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] What's the difference between commands "qemu", "kvm", and "qemu-kvm"?
Date: Sun, 24 Apr 2011 09:14:03 +0100

On Sun, Apr 24, 2011 at 12:38 AM, Ryan Wang <address@hidden> wrote:
> I read some writings on the qemu, and found some demo examples use the
> command qemu, some use kvm, and some mention the qemu-kvm?
>
> I wonder are there any difference between these commands? Or they just
> point to the same executable with different names?

/usr/bin/kvm and /usr/bin/qemu-kvm (or /usr/libexec/qemu-kvm) are the
binary that is built from qemu-kvm.git.  If you want x86
virtualization you should use qemu-kvm.  Some distros have called it
just "kvm" in the past.

/usr/bin/qemu is the binary that is built from qemu.git.  If you want
to emulate other architectures (e.g. ARM) or run on non-x86 hosts then
you should use qemu.

http://blog.vmsplice.net/2011/03/should-i-use-qemu-or-kvm.html

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]