qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] merging kqemu into mainline kernel?
Date: Thu, 16 Aug 2007 16:13:32 +0100	[thread overview]
Message-ID: <20070816151332.GF16779@redhat.com> (raw)
In-Reply-To: <1868339002.20070816170142@ena.si>

On Thu, Aug 16, 2007 at 05:01:42PM +0200, Jernej Simon?i? wrote:
> On Thursday, August 16, 2007, 15:49:14, Paul Brook wrote:
> 
> > Mainly because the kernel already has one perfectly good virtualization
> > interface.
> 
> Weren't both Xen and lguest recently merged to the (upcoming) 2.6.23
> kernel?

They're different to this scenario.  Xen & lguest are Host <-> Guest  ABIs,
and both ultimately use the common paravirt_ops API inside the kernel.

kqemu & kvm are Host Kernel <-> Host Userspace APIs, which are completely
different, sharing no commonality in their APIs.  kqemu stands very little
chance getting merged unless it can share its userspace API model with KVM.
This would have the added advantage that the QEMU binary would only need
to talk one protocol to the kernel too, removing the need for the fork
between plain QEMU & KVM-ified QEMU.

Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 

  reply	other threads:[~2007-08-16 15:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-03 15:16 [Qemu-devel] merging kqemu into mainline kernel? dragoran
2007-08-04 16:26 ` Ricardo Almeida
2007-08-04 17:04   ` dragoran
2007-08-16 12:42     ` Bill C. Riemers
2007-08-16 12:53       ` dragoran
2007-08-16 13:49         ` Paul Brook
2007-08-16 14:02           ` Leonardo Reiter
2007-08-16 14:31             ` Paul Brook
2007-08-16 19:05               ` Christian MICHON
2007-08-16 19:51                 ` Ed Swierk
2007-08-16 15:01           ` Jernej Simonèiè
2007-08-16 15:13             ` Daniel P. Berrange [this message]
2007-08-16 15:15           ` Luke -Jr
2007-08-16 15:00         ` Bill C. Riemers
2007-08-17 12:44           ` dragoran
2007-08-17 13:19             ` Sunil Amitkumar Janki

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=20070816151332.GF16779@redhat.com \
    --to=berrange@redhat.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).