From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuuTo-0006Rd-C6 for qemu-devel@nongnu.org; Wed, 02 Mar 2011 17:25:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuuTn-0003OW-3I for qemu-devel@nongnu.org; Wed, 02 Mar 2011 17:25:11 -0500 Received: from smtp-out.google.com ([74.125.121.67]:44196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuuTm-0003NT-Oa for qemu-devel@nongnu.org; Wed, 02 Mar 2011 17:25:11 -0500 Received: from hpaq6.eem.corp.google.com (hpaq6.eem.corp.google.com [172.25.149.6]) by smtp-out.google.com with ESMTP id p22MP8U8012454 for ; Wed, 2 Mar 2011 14:25:09 -0800 Received: from vpa.cam.corp.google.com (vpa.cam.corp.google.com [172.31.194.117]) by hpaq6.eem.corp.google.com with ESMTP id p22MP7Bf005766 for ; Wed, 2 Mar 2011 14:25:08 -0800 From: Vincent Palatin Date: Wed, 2 Mar 2011 17:25:00 -0500 Message-Id: <1299104702-18928-1-git-send-email-vpalatin@chromium.org> Subject: [Qemu-devel] net: small fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Dear Qemu developers, While debugging a machine emulation using SLIRP based user networking, I ran into a couple of issues. Please find attached the patches for them : 1) fix the SLIRP compilation when the debug traces are activated. 2) avoid packet loss with several receivers on the same vlan. Regards, -- Vincent