From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8842-00037p-4H for qemu-devel@nongnu.org; Thu, 25 Jun 2015 10:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z883w-0002wY-Sg for qemu-devel@nongnu.org; Thu, 25 Jun 2015 10:23:38 -0400 Received: from mail-vn0-f48.google.com ([209.85.216.48]:40936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z883w-0002wD-P3 for qemu-devel@nongnu.org; Thu, 25 Jun 2015 10:23:32 -0400 Received: by vnbf7 with SMTP id f7so11243583vnb.7 for ; Thu, 25 Jun 2015 07:23:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1435160247-24134-1-git-send-email-stefanha@redhat.com> References: <1435160247-24134-1-git-send-email-stefanha@redhat.com> From: Peter Maydell Date: Thu, 25 Jun 2015 15:23:12 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/5] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers On 24 June 2015 at 16:37, Stefan Hajnoczi wrote: > The following changes since commit a3206972a9eab65ec8e8f9ae320ad628ba4b58f1: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-22' into staging (2015-06-23 10:38:00 +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git tags/net-pull-request > > for you to fetch changes up to 1e81aba5ac0b908ab859bf8ddf43ece33732d49c: > > net: simplify net_client_init1() (2015-06-24 16:33:42 +0100) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > Stefan Hajnoczi (5): > net: add missing "netmap" to host_net_devices[] > net: replace net_client_init1() netdev whitelist with blacklist > net: raise an error if -net type is invalid > net: drop if expression that is always true > net: simplify net_client_init1() Applied, thanks. -- PMM