From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ew3PA-0003ko-1h for qemu-devel@nongnu.org; Wed, 14 Mar 2018 06:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ew3P6-0007Pv-Ql for qemu-devel@nongnu.org; Wed, 14 Mar 2018 06:13:08 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38336 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ew3P6-0007Pl-MP for qemu-devel@nongnu.org; Wed, 14 Mar 2018 06:13:04 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 43C8F8182D11 for ; Wed, 14 Mar 2018 10:12:55 +0000 (UTC) References: <20180313224719.4954-1-pbonzini@redhat.com> <152098654112.42.12932252584766342295@71c20359a636> <20180314033531.GL11787@xz-mi> From: Paolo Bonzini Message-ID: Date: Wed, 14 Mar 2018 11:12:43 +0100 MIME-Version: 1.0 In-Reply-To: <20180314033531.GL11787@xz-mi> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/69] Misc patches for QEMU soft freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , qemu-devel@nongnu.org Cc: famz@redhat.com, Eric Blake , "Daniel P. Berrange" On 14/03/2018 04:35, Peter Xu wrote: > On Tue, Mar 13, 2018 at 05:15:41PM -0700, no-reply@patchew.org wrote: > > [...] > >> Your patch has style problems, please review. If any of these errors >> are false positives report them to the maintainer, see >> CHECKPATCH in MAINTAINERS. >> Checking PATCH 2/69: net: allow using any PCI NICs in -net or -nic... >> Checking PATCH 3/69: q35: change default NIC to e1000e... >> Checking PATCH 4/69: scsi-disk.c: consider bl->max_transfer in INQUIRY emulation... >> Checking PATCH 5/69: qemu-doc: update deprecation section to use -nic and -netdev hubport... >> Checking PATCH 6/69: qemu-doc: Add the paragraph about the -no-frame deprecation again... >> Checking PATCH 7/69: build-sys: make help could have 'modules' target... >> Checking PATCH 8/69: hw: Do not include "sysemu/block-backend.h" if it is not necessary... >> Checking PATCH 9/69: checkpatch: Exempt long URLs... >> Checking PATCH 10/69: vl: export machine_init_done... >> Checking PATCH 11/69: chardev: fix handling of EAGAIN for TCP chardev... >> Checking PATCH 12/69: chardev: update net listener gcontext... >> Checking PATCH 13/69: chardev: allow telnet gsource to switch gcontext... >> Checking PATCH 14/69: chardev: introduce chr_machine_done hook... >> Checking PATCH 15/69: chardev: use chardev's gcontext for async connect... >> Checking PATCH 16/69: chardev: tcp: postpone async connection setup... >> Checking PATCH 17/69: chardev: tcp: let TLS run on chardev context... > > It seems that Dan's last patch is still missing in the pull > request: > > http://patchwork.ozlabs.org/patch/883155/ Yes, this is a pull request I prepared last Monday and forgot to send. I'll send that out separately, it's a bugfix so it can be submitted after soft freeze. Paolo