public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kvm-guest-drivers-windows-2
@ 2008-05-14  8:30 Avi Kivity
  0 siblings, 0 replies; 14+ messages in thread
From: Avi Kivity @ 2008-05-14  8:30 UTC (permalink / raw)
  To: KVM

This is the second release of network drivers for Windows guests running
on a kvm host.  The drivers are intended for Windows 2000 and Windows 
XP, and Windows 2003.  Both x86 and x64 variants are provided.  kvm-61 
or later is needed in the host.  At the moment only binaries are available.

The drivers are available from the download page of the kvm website, below.

To use, download the drivers into the guest (using one of the emulated
network cards), and unpack the package. Reboot with '-net
nic,model=virtio' instead of the usual setting, and when Windows prompts
you for a driver location, select the appropriate directory in the
package (Windows XP or Windows 2000).

Changes from kvm-guest-drivers-windows-1:
- smp support (Yan Vugenfirer)
- x64 support (Yan Vugenfirer)
- prepare for open-sourcing  (Yan Vugenfirer)

Note: Windows 2003 is supported using the Windows XP drivers.

http://kvm.qumranet.com/

-- 
Do not meddle in the internals of kernels, for they are subtle and quick
to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
@ 2008-05-14 13:52 Tomasz Chmielewski
  2008-05-14 15:09 ` Dor Laor
  0 siblings, 1 reply; 14+ messages in thread
From: Tomasz Chmielewski @ 2008-05-14 13:52 UTC (permalink / raw)
  To: kvm-devel

Avi Kivity wrote:

> This is the second release of network drivers for Windows guests running
> on a kvm host.  The drivers are intended for Windows 2000 and Windows 
> XP, and Windows 2003.  Both x86 and x64 variants are provided.  kvm-61 
> or later is needed in the host.  At the moment only binaries are available.

Hi,

This is great news!

Do you have any performance numbers for networking to see how it compares to the 
real hardware?

- Linux host (or: real Windows running on that host)
- PV Windows (network driver)
- non-PV Windows


-- 
Tomasz Chmielewski
http://wpkg.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 13:52 [ANNOUNCE] kvm-guest-drivers-windows-2 Tomasz Chmielewski
@ 2008-05-14 15:09 ` Dor Laor
  2008-05-14 15:39   ` Muli Ben-Yehuda
  2008-05-14 15:49   ` Tomasz Chmielewski
  0 siblings, 2 replies; 14+ messages in thread
From: Dor Laor @ 2008-05-14 15:09 UTC (permalink / raw)
  To: Tomasz Chmielewski; +Cc: kvm-devel


On Wed, 2008-05-14 at 15:52 +0200, Tomasz Chmielewski wrote:
> Avi Kivity wrote:
> 
> > This is the second release of network drivers for Windows guests running
> > on a kvm host.  The drivers are intended for Windows 2000 and Windows 
> > XP, and Windows 2003.  Both x86 and x64 variants are provided.  kvm-61 
> > or later is needed in the host.  At the moment only binaries are available.
> 
> Hi,
> 
> This is great news!
> 
> Do you have any performance numbers for networking to see how it compares to the 
> real hardware?
> 
> - Linux host (or: real Windows running on that host)

For host you can measure yourself but for Linux guest (to host) it
currently do about 1G, using TSO (work in progress) it can do 2.5G, and
there is also work in progress to make the kernel know virtio through
the tap interface which will further boot performance.

> - PV Windows (network driver)

About 700Mb+-, there is currently extra copy that we need to omit.
Thanks for Anthony, we just have to change the driver.

> - non-PV Windows

What do you mean? Other fully emulated nics like e1000?
It does not perform as pv but depending on the guest it can do up to
600Mb+-.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 15:09 ` Dor Laor
@ 2008-05-14 15:39   ` Muli Ben-Yehuda
  2008-05-14 15:49   ` Tomasz Chmielewski
  1 sibling, 0 replies; 14+ messages in thread
From: Muli Ben-Yehuda @ 2008-05-14 15:39 UTC (permalink / raw)
  To: Dor Laor; +Cc: kvm-devel, Tomasz Chmielewski

On Wed, May 14, 2008 at 06:09:42PM +0300, Dor Laor wrote:

> > Do you have any performance numbers for networking to see how it
> > compares to the real hardware?
> > 
> > - Linux host (or: real Windows running on that host)
> 
> For host you can measure yourself but for Linux guest (to host) it
> currently do about 1G, using TSO (work in progress) it can do 2.5G,
> and there is also work in progress to make the kernel know virtio
> through the tap interface which will further boot performance.

... with what kind of CPU utilization?

> > - PV Windows (network driver)
> 
> About 700Mb+-, there is currently extra copy that we need to omit.
> Thanks for Anthony, we just have to change the driver.

Same question (although it's less interesting if we can't even
saturate the pipe).

> > - non-PV Windows
> 
> What do you mean? Other fully emulated nics like e1000?
> It does not perform as pv but depending on the guest it can do up to
> 600Mb+-.

Same question (although again it's less interesting if we can't even
saturate the pipe).

Cheers,
Muli

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 15:09 ` Dor Laor
  2008-05-14 15:39   ` Muli Ben-Yehuda
@ 2008-05-14 15:49   ` Tomasz Chmielewski
  2008-05-14 16:19     ` Dor Laor
  1 sibling, 1 reply; 14+ messages in thread
From: Tomasz Chmielewski @ 2008-05-14 15:49 UTC (permalink / raw)
  To: dor.laor; +Cc: kvm-devel

Dor Laor schrieb:

(...)

>> - PV Windows (network driver)
> 
> About 700Mb+-, there is currently extra copy that we need to omit.
> Thanks for Anthony, we just have to change the driver.
> 
>> - non-PV Windows
> 
> What do you mean? Other fully emulated nics like e1000?
> It does not perform as pv but depending on the guest it can do up to
> 600Mb+-.

Just generally, how Windows PV drivers help to improve network performance.

So, a PV network driver can do about 700Mb/s, and an emulated NIC can do about 
600 Mb/s, Windows guest to host?

That would be about 20% improvement?


-- 
Tomasz Chmielewski
http://wpkg.org


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 15:49   ` Tomasz Chmielewski
@ 2008-05-14 16:19     ` Dor Laor
  2008-05-14 17:50       ` Anthony Liguori
  0 siblings, 1 reply; 14+ messages in thread
From: Dor Laor @ 2008-05-14 16:19 UTC (permalink / raw)
  To: Tomasz Chmielewski; +Cc: kvm-devel


On Wed, 2008-05-14 at 17:49 +0200, Tomasz Chmielewski wrote:
> Dor Laor schrieb:
> 
> (...)
> 
> >> - PV Windows (network driver)
> > 
> > About 700Mb+-, there is currently extra copy that we need to omit.
> > Thanks for Anthony, we just have to change the driver.
> > 
> >> - non-PV Windows
> > 
> > What do you mean? Other fully emulated nics like e1000?
> > It does not perform as pv but depending on the guest it can do up to
> > 600Mb+-.
> 
> Just generally, how Windows PV drivers help to improve network performance.
> 
> So, a PV network driver can do about 700Mb/s, and an emulated NIC can do about 
> 600 Mb/s, Windows guest to host?
> 
> That would be about 20% improvement?
> 
> 

It's work in progress, doing zero copy in the guest, adding TSO, using
virtio'd tap will drastically boot performance. There is no reason the
performance won't match Linux guest.
Also I don't exactly remember the numbers but the gain in the tx pass is
grater. 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 16:19     ` Dor Laor
@ 2008-05-14 17:50       ` Anthony Liguori
  2008-05-14 21:09         ` Tomasz Chmielewski
  2008-05-15  8:01         ` Avi Kivity
  0 siblings, 2 replies; 14+ messages in thread
From: Anthony Liguori @ 2008-05-14 17:50 UTC (permalink / raw)
  To: dor.laor; +Cc: kvm-devel, Tomasz Chmielewski

Dor Laor wrote:
> On Wed, 2008-05-14 at 17:49 +0200, Tomasz Chmielewski wrote:
>   
>> Dor Laor schrieb:
>>
>> (...)
>>
>>     
>>>> - PV Windows (network driver)
>>>>         
>>> About 700Mb+-, there is currently extra copy that we need to omit.
>>> Thanks for Anthony, we just have to change the driver.
>>>
>>>       
>>>> - non-PV Windows
>>>>         
>>> What do you mean? Other fully emulated nics like e1000?
>>> It does not perform as pv but depending on the guest it can do up to
>>> 600Mb+-.
>>>       
>> Just generally, how Windows PV drivers help to improve network performance.
>>
>> So, a PV network driver can do about 700Mb/s, and an emulated NIC can do about 
>> 600 Mb/s, Windows guest to host?
>>
>> That would be about 20% improvement?
>>     

FWIW, virtio-net is much better with my patches applied.  The difference 
between the e1000 and virtio-net is that e1000 consumes almost twice as 
much CPU as virtio-net so in my testing, the performance improvement 
with virtio-net is about 2x.  We were loosing about 20-30% throughput 
because of the delays in handling incoming packets.

Regards,

Anthony LIguori

>>     
>
> It's work in progress, doing zero copy in the guest, adding TSO, using
> virtio'd tap will drastically boot performance. There is no reason the
> performance won't match Linux guest.
> Also I don't exactly remember the numbers but the gain in the tx pass is
> grater. 
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft 
> Defy all challenges. Microsoft(R) Visual Studio 2008. 
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 17:50       ` Anthony Liguori
@ 2008-05-14 21:09         ` Tomasz Chmielewski
  2008-05-15  6:57           ` Dor Laor
  2008-05-15  8:01         ` Avi Kivity
  1 sibling, 1 reply; 14+ messages in thread
From: Tomasz Chmielewski @ 2008-05-14 21:09 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: kvm-devel

Anthony Liguori schrieb:

(...)

>>> So, a PV network driver can do about 700Mb/s, and an emulated NIC can 
>>> do about 600 Mb/s, Windows guest to host?
>>>
>>> That would be about 20% improvement?
>>>     
> 
> FWIW, virtio-net is much better with my patches applied.  The difference 
> between the e1000 and virtio-net is that e1000 consumes almost twice as 
> much CPU as virtio-net so in my testing, the performance improvement 
> with virtio-net is about 2x.  We were loosing about 20-30% throughput 
> because of the delays in handling incoming packets.

Do you by chance have any recent numbers on disk performance (i.e., Windows 
guest vs Linux host)?


-- 
Tomasz Chmielewski
http://wpkg.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 21:09         ` Tomasz Chmielewski
@ 2008-05-15  6:57           ` Dor Laor
  2008-05-15  8:02             ` Tomasz Chmielewski
  0 siblings, 1 reply; 14+ messages in thread
From: Dor Laor @ 2008-05-15  6:57 UTC (permalink / raw)
  To: Tomasz Chmielewski; +Cc: kvm-devel


On Wed, 2008-05-14 at 23:09 +0200, Tomasz Chmielewski wrote:
> Anthony Liguori schrieb:
> 
> (...)
> 
> >>> So, a PV network driver can do about 700Mb/s, and an emulated NIC can 
> >>> do about 600 Mb/s, Windows guest to host?
> >>>
> >>> That would be about 20% improvement?
> >>>     
> > 
> > FWIW, virtio-net is much better with my patches applied.  The difference 
> > between the e1000 and virtio-net is that e1000 consumes almost twice as 
> > much CPU as virtio-net so in my testing, the performance improvement 
> > with virtio-net is about 2x.  We were loosing about 20-30% throughput 
> > because of the delays in handling incoming packets.
> 
> Do you by chance have any recent numbers on disk performance (i.e., Windows 
> guest vs Linux host)?
> 
> 

At the moment there is no pv block driver for Windows guests. (there is
for linux)
You can use scsi for windows, it should perform well.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-14 17:50       ` Anthony Liguori
  2008-05-14 21:09         ` Tomasz Chmielewski
@ 2008-05-15  8:01         ` Avi Kivity
  2008-05-15 13:57           ` Anthony Liguori
  1 sibling, 1 reply; 14+ messages in thread
From: Avi Kivity @ 2008-05-15  8:01 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: kvm-devel, Tomasz Chmielewski

Anthony Liguori wrote:
> FWIW, virtio-net is much better with my patches applied.

The can_receive patches?

Again, I'm not opposed to them in principle, I just think that if they 
help that this points at a virtio deficiency.  Virtio should never leave 
the rx queue empty.  Consider the case where the virtio queue isn't tied 
to a socket buffer, but directly to hardware.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-15  6:57           ` Dor Laor
@ 2008-05-15  8:02             ` Tomasz Chmielewski
  0 siblings, 0 replies; 14+ messages in thread
From: Tomasz Chmielewski @ 2008-05-15  8:02 UTC (permalink / raw)
  To: dor.laor; +Cc: kvm-devel

Dor Laor schrieb:

(...)

>>> FWIW, virtio-net is much better with my patches applied.  The difference 
>>> between the e1000 and virtio-net is that e1000 consumes almost twice as 
>>> much CPU as virtio-net so in my testing, the performance improvement 
>>> with virtio-net is about 2x.  We were loosing about 20-30% throughput 
>>> because of the delays in handling incoming packets.
>> Do you by chance have any recent numbers on disk performance (i.e., Windows 
>> guest vs Linux host)?
>>
>>
> 
> At the moment there is no pv block driver for Windows guests. (there is
> for linux)
> You can use scsi for windows, it should perform well.

How well, when compared to "bare metal"? Or when compared to a Linux guest with 
a pv block driver? Do you have any numbers?


-- 
Tomasz Chmielewski
http://wpkg.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-15  8:01         ` Avi Kivity
@ 2008-05-15 13:57           ` Anthony Liguori
  2008-05-15 15:30             ` Avi Kivity
  0 siblings, 1 reply; 14+ messages in thread
From: Anthony Liguori @ 2008-05-15 13:57 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, Tomasz Chmielewski

Avi Kivity wrote:
> Anthony Liguori wrote:
>> FWIW, virtio-net is much better with my patches applied.
>
> The can_receive patches?
>
> Again, I'm not opposed to them in principle, I just think that if they 
> help that this points at a virtio deficiency.  Virtio should never 
> leave the rx queue empty.  Consider the case where the virtio queue 
> isn't tied to a socket buffer, but directly to hardware.

For RX performance:


right now
[  3]  0.0-10.0 sec  1016 MBytes    852 Mbits/sec

revert tap hack
[  3]  0.0-10.0 sec    564 MBytes    473 Mbits/sec

all patches applied
[  3]  0.0-10.0 sec  1.17 GBytes  1.01 Gbits/sec

drop lots of packets
[  3]  0.0-10.0 sec  1.05 GBytes    905 Mbits/sec


The last patch is not in my series but it basically makes the ring size 
512 and drops packets when we run out of descriptors.  That was to valid 
that we're not hiding a virtio deficiency.  The reason I want to buffer 
packets is that it avoids having to deal with tuning.   For 
vringfd/vmdq, we'll have to make sure to get the tuning right though.

Regards,

Anthony Liguori

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-15 13:57           ` Anthony Liguori
@ 2008-05-15 15:30             ` Avi Kivity
  2008-05-15 15:43               ` Anthony Liguori
  0 siblings, 1 reply; 14+ messages in thread
From: Avi Kivity @ 2008-05-15 15:30 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: kvm-devel, Tomasz Chmielewski

Anthony Liguori wrote:
> Avi Kivity wrote:
>> Anthony Liguori wrote:
>>> FWIW, virtio-net is much better with my patches applied.
>>
>> The can_receive patches?
>>
>> Again, I'm not opposed to them in principle, I just think that if 
>> they help that this points at a virtio deficiency.  Virtio should 
>> never leave the rx queue empty.  Consider the case where the virtio 
>> queue isn't tied to a socket buffer, but directly to hardware.
>
> For RX performance:
>
>
> right now
> [  3]  0.0-10.0 sec  1016 MBytes    852 Mbits/sec
>
> revert tap hack
> [  3]  0.0-10.0 sec    564 MBytes    473 Mbits/sec
>
> all patches applied
> [  3]  0.0-10.0 sec  1.17 GBytes  1.01 Gbits/sec
>
> drop lots of packets
> [  3]  0.0-10.0 sec  1.05 GBytes    905 Mbits/sec
>
>
> The last patch is not in my series but it basically makes the ring 
> size 512 and drops packets when we run out of descriptors.  That was 
> to valid that we're not hiding a virtio deficiency.  The reason I want 
> to buffer packets is that it avoids having to deal with tuning.   For 
> vringfd/vmdq, we'll have to make sure to get the tuning right though.

Okay; I'll apply the patches.  Hopefully we won't diverge too much from 
upstream qemu.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ANNOUNCE] kvm-guest-drivers-windows-2
  2008-05-15 15:30             ` Avi Kivity
@ 2008-05-15 15:43               ` Anthony Liguori
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony Liguori @ 2008-05-15 15:43 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, Tomasz Chmielewski

Avi Kivity wrote:
> Anthony Liguori wrote:
>> Avi Kivity wrote:
>>> Anthony Liguori wrote:
>>>> FWIW, virtio-net is much better with my patches applied.
>>>
>>> The can_receive patches?
>>>
>>> Again, I'm not opposed to them in principle, I just think that if 
>>> they help that this points at a virtio deficiency.  Virtio should 
>>> never leave the rx queue empty.  Consider the case where the virtio 
>>> queue isn't tied to a socket buffer, but directly to hardware.
>>
>> For RX performance:
>>
>>
>> right now
>> [  3]  0.0-10.0 sec  1016 MBytes    852 Mbits/sec
>>
>> revert tap hack
>> [  3]  0.0-10.0 sec    564 MBytes    473 Mbits/sec
>>
>> all patches applied
>> [  3]  0.0-10.0 sec  1.17 GBytes  1.01 Gbits/sec
>>
>> drop lots of packets
>> [  3]  0.0-10.0 sec  1.05 GBytes    905 Mbits/sec
>>
>>
>> The last patch is not in my series but it basically makes the ring 
>> size 512 and drops packets when we run out of descriptors.  That was 
>> to valid that we're not hiding a virtio deficiency.  The reason I 
>> want to buffer packets is that it avoids having to deal with 
>> tuning.   For vringfd/vmdq, we'll have to make sure to get the tuning 
>> right though.
>
> Okay; I'll apply the patches.  Hopefully we won't diverge too much 
> from upstream qemu.

I am going to push these upstream.  I need to finish the page_desc cache 
first b/c right now the version of virtio that could go into upstream 
QEMU has unacceptable performance for KVM.

Regards,

Anthony Liguori



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-05-15 15:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 13:52 [ANNOUNCE] kvm-guest-drivers-windows-2 Tomasz Chmielewski
2008-05-14 15:09 ` Dor Laor
2008-05-14 15:39   ` Muli Ben-Yehuda
2008-05-14 15:49   ` Tomasz Chmielewski
2008-05-14 16:19     ` Dor Laor
2008-05-14 17:50       ` Anthony Liguori
2008-05-14 21:09         ` Tomasz Chmielewski
2008-05-15  6:57           ` Dor Laor
2008-05-15  8:02             ` Tomasz Chmielewski
2008-05-15  8:01         ` Avi Kivity
2008-05-15 13:57           ` Anthony Liguori
2008-05-15 15:30             ` Avi Kivity
2008-05-15 15:43               ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2008-05-14  8:30 Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox