From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PL2cN-0000NW-31 for qemu-devel@nongnu.org; Tue, 23 Nov 2010 18:49:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PL2cH-0001t7-Iz for qemu-devel@nongnu.org; Tue, 23 Nov 2010 18:49:46 -0500 Received: from boreas.isi.edu ([128.9.160.161]:51075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PL2cH-0001qd-9H for qemu-devel@nongnu.org; Tue, 23 Nov 2010 18:49:41 -0500 Date: Tue, 23 Nov 2010 15:49:06 -0800 From: Mike Ryan Subject: Re: [Qemu-devel] [PATCH] add a command line option to specify the IP address to send multicast packets from Message-ID: <20101123234906.GH10730@zzz.isi.edu> References: <20101111014735.GQ2211@zzz.isi.edu> <20101116175458.GD4077@redhat.com> <20101116191047.GJ26869@zzz.isi.edu> <20101118011626.GA2304@zzz.isi.edu> <20101122184845.GC10730@zzz.isi.edu> <20101123130549.GF26313@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101123130549.GF26313@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Tue, Nov 23, 2010 at 03:05:49PM +0200, Michael S. Tsirkin wrote: > On Mon, Nov 22, 2010 at 10:48:45AM -0800, Mike Ryan wrote: > > Michael, this patch implements the feature with a bind address instead > > of a bind interface. It should address the cross-platform issues that > > were raised. > > > > Others: any comments? > > Looks ok. This does not handle IPv6 but the rest of the code doesn't, > either. Great, is there anything I can do to expedite the process of getting it committed into master?