qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "andrzej zaborowski" <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [5627] Add KVM support to QEMU
Date: Wed, 5 Nov 2008 17:19:23 +0100	[thread overview]
Message-ID: <fb249edb0811050819g78f257e4k2bf8f8e9c7ec9cc7@mail.gmail.com> (raw)
In-Reply-To: <E1Kxkrx-0006Lk-OG@cvs.savannah.gnu.org>

2008/11/5 Anthony Liguori <anthony@codemonkey.ws>:
> Revision: 5627
>          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5627
> Author:   aliguori
> Date:     2008-11-05 16:04:33 +0000 (Wed, 05 Nov 2008)
>
> Log Message:
> -----------
> Add KVM support to QEMU
>
> This patch adds very basic KVM support.  KVM is a kernel module for Linux that
> allows userspace programs to make use of hardware virtualization support.  It
> current supports x86 hardware virtualization using Intel VT-x or AMD-V.  It
> also supports IA64 VT-i, PPC 440, and S390.
>
> This patch only implements the bare minimum support to get a guest booting.  It
> has very little impact the rest of QEMU and attempts to integrate nicely with
> the rest of QEMU.
>
> Even though this implementation is basic, it is significantly faster than TCG.
> Booting and shutting down a Linux guest:
>
> w/TCG:  1:32.36 elapsed  84% CPU
>
> w/KVM:  0:31.14 elapsed  59% CPU
>
> Right now, KVM is disabled by default and must be explicitly enabled with
>  -enable-kvm.  We can enable it by default later when we have had better
> testing.
>
> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>
> Modified Paths:
> --------------
>    trunk/Makefile.target
>    trunk/configure
>    trunk/cpu-defs.h
>    trunk/cpu-exec.c
>    trunk/exec.c
>    trunk/hw/acpi.c
>    trunk/monitor.c
>    trunk/target-i386/cpu.h
>    trunk/target-i386/helper.c
>    trunk/vl.c
>
> Modified: trunk/Makefile.target
> ===================================================================
> --- trunk/Makefile.target       2008-11-05 15:34:06 UTC (rev 5626)
> +++ trunk/Makefile.target       2008-11-05 16:04:33 UTC (rev 5627)
> @@ -183,6 +183,9 @@
>  endif
>  endif
>
> +kvm.o: CFLAGS+=$(KVM_CFLAGS)
> +kvm-all.o: CFLAGS+=$(KVM_CFLAGS)

The source seems to be missing, probably forgotten?

Cheers

  reply	other threads:[~2008-11-05 16:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05 16:04 [Qemu-devel] [5627] Add KVM support to QEMU Anthony Liguori
2008-11-05 16:19 ` andrzej zaborowski [this message]
2008-11-05 16:30   ` Anthony Liguori
2008-11-05 18:34 ` [Qemu-devel] " Jan Kiszka
2008-11-12 10:42 ` [Qemu-devel] " Christoph Hellwig
2008-11-13 19:56   ` Anthony Liguori

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=fb249edb0811050819g78f257e4k2bf8f8e9c7ec9cc7@mail.gmail.com \
    --to=balrogg@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).