From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8qpK-0005Pr-3a for qemu-devel@nongnu.org; Fri, 13 Nov 2009 02:44:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8qpF-0005Mj-CI for qemu-devel@nongnu.org; Fri, 13 Nov 2009 02:44:13 -0500 Received: from [199.232.76.173] (port=57844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8qpF-0005Mg-7d for qemu-devel@nongnu.org; Fri, 13 Nov 2009 02:44:09 -0500 Received: from mx20.gnu.org ([199.232.41.8]:28324) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8qpE-0000AH-OR for qemu-devel@nongnu.org; Fri, 13 Nov 2009 02:44:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8qpD-0001Ee-UE for qemu-devel@nongnu.org; Fri, 13 Nov 2009 02:44:08 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAD7i6aB009860 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 13 Nov 2009 02:44:06 -0500 Subject: Re: [Qemu-devel] [PATCH 7/7] net: fix qemu_announce_self() From: Mark McLoughlin In-Reply-To: <1258057742-18699-8-git-send-email-markmc@redhat.com> References: <1258057742-18699-1-git-send-email-markmc@redhat.com> <1258057742-18699-8-git-send-email-markmc@redhat.com> Content-Type: text/plain Date: Fri, 13 Nov 2009 07:41:34 +0000 Message-Id: <1258098095.3327.7.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, quintela@redhat.com On Thu, 2009-11-12 at 20:29 +0000, Mark McLoughlin wrote: ... > + printf("qemu_announce_self_iter() mac = %p\n", mac); > + > + len = announce_self_create(buf, mac); > + > + printf("sending packet from %s\n", client->name); Ooops, some debugging leftovers. removed in my tree. Cheers, Mark.