All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dor Laor" <dor.laor-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: "Arjan van de Ven" <arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: paravirtualization & cr3-cache feature
Date: Mon, 12 Feb 2007 23:57:06 -0800	[thread overview]
Message-ID: <64F9B87B6B770947A9F8391472E032160A66C681@ehost011-8.exch011.intermedia.net> (raw)
In-Reply-To: <1171353019.12771.37.camel-NIQFrBLA1CpScpXdPBN83iCwEArCW2h5@public.gmane.org>

>
>> Second, we currently use Qemu's device emulation were the ne2k device
>> does dozens of IO accesses per packet! The rtl8139 is better and does
>> about 3 IO(MMIO) per packet. The current maximum throughput using the
>
>and this is where paravirtualized device drivers can help, like Ingo's
>network driver or the block driver I'm working on (which currently
>happily writes 215Mbyte/sec from guest userspace using normal write()
to
>the virtual disk)...

Great news.
Expecting to see the patch soon.

Do you base your code over the kernel's paravirt_ops and Ingo's KVM
hypercall?
Jusy yesterday Yaniv Kamay & I have discovered some bugs in the
'kvm_hypercall' function. The cache_regs/decahce_regs were mixed up.
Also I added a x86_64 hypercall.h file.
Hope to commit it today or tomorrow.

>
>--
>if you want to mail me at work (you don't), use arjan (at)
linux.intel.com
>Test the interaction between Linux and your BIOS via
>http://www.linuxfirmwarekit.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

  parent reply	other threads:[~2007-02-13  7:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-09 22:50 paravirtualization & cr3-cache feature Omar Khan
     [not found] ` <loom.20070209T234642-102-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2007-02-10 22:22   ` Dor Laor
2007-02-12 12:56     ` Omar Khan
     [not found]     ` <64F9B87B6B770947A9F8391472E032160A66BE0A-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-02-12 13:06       ` Joerg Roedel
     [not found]         ` <20070212130644.GF25460-5C7GfCeVMHo@public.gmane.org>
2007-02-12 13:21           ` Dor Laor
     [not found]             ` <64F9B87B6B770947A9F8391472E032160A66C0A6-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-02-12 14:03               ` Daniel Veillard
     [not found]                 ` <20070212140359.GE1879-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2007-02-12 14:23                   ` Dor Laor
     [not found]                     ` <64F9B87B6B770947A9F8391472E032160A66C0CF-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-02-12 14:42                       ` Gregory Haskins
2007-02-13  4:52                   ` richardvoigt-Re5JQEeQqe8AvxtiuMwx3w
     [not found]                     ` <2e59e6970702122052x69a4ea9asafd2d0ef438f55ce-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-02-13  7:47                       ` Dor Laor
     [not found]                         ` <64F9B87B6B770947A9F8391472E032160A66C679-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-02-13  7:50                           ` Arjan van de Ven
     [not found]                             ` <1171353019.12771.37.camel-NIQFrBLA1CpScpXdPBN83iCwEArCW2h5@public.gmane.org>
2007-02-13  7:57                               ` Dor Laor [this message]
     [not found]                                 ` <64F9B87B6B770947A9F8391472E032160A66C681-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-02-13  8:02                                   ` Arjan van de Ven
2007-02-18 19:56                           ` richardvoigt-Re5JQEeQqe8AvxtiuMwx3w
     [not found]                             ` <2e59e6970702181156l3591b801l1d6b5bccf177717c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-02-20  9:48                               ` Dor Laor

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=64F9B87B6B770947A9F8391472E032160A66C681@ehost011-8.exch011.intermedia.net \
    --to=dor.laor-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.