[PULL net] vhost-net: zercopy mode fixes

2011-07-22 Thread Michael S. Tsirkin
The following includes vhost-net fixes - both in the experimental zero copy mode. Please pull for 3.1. Thanks! ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/virtualization

Re: [PULL net] vhost-net: zercopy mode fixes

2011-07-22 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com Date: Fri, 22 Jul 2011 09:00:46 +0300 The following includes vhost-net fixes - both in the experimental zero copy mode. Please pull for 3.1. Thanks! Where is this the following? I don't see any GIT url to pull from or anything :-)

[PULL net (try 2)] vhost-net: zercopy mode fixes

2011-07-22 Thread Michael S. Tsirkin
Fixing a corrupted pull request sent earlier. Sorry about the noise! The following includes vhost-net fixes - both in the experimental zero copy mode. Please pull for 3.1. Thanks! The following changes since commit fd99beb9375b44309d5ed9c2b62063e23151610b: Merge branch 'vhost-net-next' of

Re: [PULL net (try 2)] vhost-net: zercopy mode fixes

2011-07-22 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com Date: Fri, 22 Jul 2011 09:32:38 +0300 Fixing a corrupted pull request sent earlier. Sorry about the noise! The following includes vhost-net fixes - both in the experimental zero copy mode. Please pull for 3.1. Pulled, thanks!

RE: [PATCH 2/9] staging: hv: add newline to log messages in netvsc

2011-07-22 Thread Haiyang Zhang
-Original Message- From: Joe Perches [mailto:j...@perches.com] Sent: Thursday, July 21, 2011 9:36 PM Just noticing some trivial typos... diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c [] @@ -246,7 +246,7 @@ static int netvsc_init_recv_buf(struct

Re: [PATCH] drivers/virt: add missing linux/interrupt.h to fsl_hypervisor.c

2011-07-22 Thread Kumar Gala
On Jul 19, 2011, at 3:45 PM, Timur Tabi wrote: fsl_hypervisor.c calls request_irq() but does not include linux/interrupt.h. Normally, the driver will compile without error, but it can fail on some configurations. Signed-off-by: Timur Tabi ti...@freescale.com ---

[PATCH 1/1] Staging: hv: util: kvp: Fix the reported OSVersion string

2011-07-22 Thread K. Y. Srinivasan
The current win7 host does not like it when we return the complete kernel release information. Conform to what the host expects. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Signed-off-by: Haiyang Zhang haiya...@microsoft.com --- drivers/staging/hv/tools/hv_kvp_daemon.c |9 + 1