Re: [ovs-dev] Flow Control and Port Mirroring

2010-10-29 Thread Simon Horman
[ CCed VHOST contacts ] On Thu, Oct 28, 2010 at 01:22:02PM -0700, Jesse Gross wrote: > On Thu, Oct 28, 2010 at 4:54 AM, Simon Horman wrote: > > My reasoning is that in the non-mirroring case the guest is > > limited by the external interface through wich the packets > > eventually flow - that is

Re: [PATCH] xen: xenfs: privcmd: check put_user() return code

2010-10-29 Thread Jeremy Fitzhardinge
On 10/29/2010 10:44 AM, Ian Campbell wrote: > On Fri, 2010-10-29 at 18:18 +0100, Jeremy Fitzhardinge wrote: >> On 10/28/2010 04:39 AM, Vasiliy Kulikov wrote: >>> put_user() may fail. In this case propagate error code from >>> privcmd_ioctl_mmap_batch(). >> Thanks for looking at this. I'm in two

Re: [PATCH] xen: xenfs: privcmd: check put_user() return code

2010-10-29 Thread Jeremy Fitzhardinge
On 10/28/2010 04:39 AM, Vasiliy Kulikov wrote: > put_user() may fail. In this case propagate error code from > privcmd_ioctl_mmap_batch(). Thanks for looking at this. I'm in two minds about this; the existing logic is such that these put_users can only fail if something else has already failed

[PATCH] xen: xenfs: privcmd: check put_user() return code

2010-10-29 Thread Vasiliy Kulikov
put_user() may fail. In this case propagate error code from privcmd_ioctl_mmap_batch(). Signed-off-by: Vasiliy Kulikov --- Compile tested. drivers/xen/xenfs/privcmd.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/xen/xenfs/privcmd.c b/drivers/xen/xenf

Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transport

2010-10-29 Thread Ed Tomlinson
On Friday 29 October 2010 07:18:00 Rusty Russell wrote: > On Wed, 27 Oct 2010 11:30:31 pm Ian Molton wrote: > > On 19/10/10 11:39, Avi Kivity wrote: > > > On 10/19/2010 12:31 PM, Ian Molton wrote: > > > > >>> 2. should start with a patch to the virtio-pci spec to document what > > >>> you're doing

Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transport

2010-10-29 Thread Anthony Liguori
On 10/29/2010 06:18 AM, Rusty Russell wrote: >> Fixed - updated patch tested and attached. >> > OK. FWIW, I think this is an awesome idea. Paravirtual OpenGL or the actual proposed implementation? Have you looked at the actual code? If I understand correctly, the implementation is an RPC

Re: [Qemu-devel] Re: [PATCH] Implement a virtio GPU transport

2010-10-29 Thread Rusty Russell
On Wed, 27 Oct 2010 11:30:31 pm Ian Molton wrote: > On 19/10/10 11:39, Avi Kivity wrote: > > On 10/19/2010 12:31 PM, Ian Molton wrote: > > >>> 2. should start with a patch to the virtio-pci spec to document what > >>> you're doing > >> > >> Where can I find that spec? > > > > http://ozlabs.org/~ru