qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/8] usb-redir: Add support for input pipelining


From: Hans de Goede
Subject: Re: [Qemu-devel] [PATCH 4/8] usb-redir: Add support for input pipelining
Date: Thu, 01 Nov 2012 14:16:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1

Hi,

On 11/01/2012 11:10 AM, Gerd Hoffmann wrote:
On 10/31/12 13:47, Hans de Goede wrote:
+        if (p->combined) {
+            iov_to_buf(p->combined->iov.iov, p->combined->iov.niov,
+                       0, buf, size);
+        } else {
+            usb_packet_copy(p, buf, size);
+        }

Should we make usb_packet_copy & friends aware of combined packets?

That sounds like something worth looking into, but can we please first
get this merged as is, and then do that as a follow up patch?

I'll put doing this on my to-do list.

Thanks & Regards,

Hans



reply via email to

[Prev in Thread] Current Thread [Next in Thread]