Re: [Qemu-devel] [PATCH v2 1/5] net/dump: Add support for receive_iov function

2015-10-13 Thread Yang Hongyang
On 10/13/2015 06:39 PM, Thomas Huth wrote: Adding a proper receive_iov function to the net dump module. This will make it easier to support the dump filter feature for the -netdev option in later patches. Signed-off-by: Thomas Huth Reviewed-by: Yang Hongyang --- net/dump.c | 24 +++

[Qemu-devel] [PATCH v2 1/5] net/dump: Add support for receive_iov function

2015-10-13 Thread Thomas Huth
Adding a proper receive_iov function to the net dump module. This will make it easier to support the dump filter feature for the -netdev option in later patches. Signed-off-by: Thomas Huth --- net/dump.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git

[Qemu-devel] [PATCH v2 1/5] net/dump: Add support for receive_iov function

2015-07-13 Thread Thomas Huth
Adding a proper receive_iov function to the net dump module. This will make it easier to support the dump feature for the -netdev option in later patches. Also make the receive functions (and the cleanup function) available to the other parts of the source code so we can later use them for dumping