From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeJQQ-0007Ds-Ae for qemu-devel@nongnu.org; Thu, 20 Aug 2009 22:00:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeJQL-00074r-AV for qemu-devel@nongnu.org; Thu, 20 Aug 2009 22:00:17 -0400 Received: from [199.232.76.173] (port=58151 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeJQL-00074U-2A for qemu-devel@nongnu.org; Thu, 20 Aug 2009 22:00:13 -0400 Received: from mail-px0-f196.google.com ([209.85.216.196]:54414) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeJQK-00062w-Bm for qemu-devel@nongnu.org; Thu, 20 Aug 2009 22:00:12 -0400 Received: by pxi34 with SMTP id 34so3656225pxi.4 for ; Thu, 20 Aug 2009 19:00:10 -0700 (PDT) From: Ed Swierk Content-Type: text/plain Date: Thu, 20 Aug 2009 19:00:05 -0700 Message-Id: <1250820005.22019.28.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] slirp: Cleanup and DNS improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I'm reposting a pair of patches that remove the useless our_addr from the slirp code, and let DNS lookups continue working when the host moves to a different network. --Ed