qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Ryan Wang <openspace.wang@gmail.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] What's the difference between commands "qemu", "kvm", and "qemu-kvm"?
Date: Sun, 24 Apr 2011 09:14:03 +0100	[thread overview]
Message-ID: <BANLkTikMjDFu6+FTAJR1CgNaYerd7AmN9Q@mail.gmail.com> (raw)
In-Reply-To: <BANLkTin0c3ZP=41CiuNqNOZmTGfg_LX3Tg@mail.gmail.com>

On Sun, Apr 24, 2011 at 12:38 AM, Ryan Wang <openspace.wang@gmail.com> 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	other threads:[~2011-04-24  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-23 23:38 [Qemu-devel] What's the difference between commands "qemu", "kvm", and "qemu-kvm"? Ryan Wang
2011-04-24  8:14 ` Stefan Hajnoczi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTikMjDFu6+FTAJR1CgNaYerd7AmN9Q@mail.gmail.com \
    --to=stefanha@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=openspace.wang@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).