From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnOic-0001KE-Si for qemu-devel@nongnu.org; Wed, 29 Apr 2015 05:55:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnOiZ-0004Rz-Kq for qemu-devel@nongnu.org; Wed, 29 Apr 2015 05:55:50 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnOiZ-0004Rc-Ey for qemu-devel@nongnu.org; Wed, 29 Apr 2015 05:55:47 -0400 Received: by pacwv17 with SMTP id wv17so23481925pac.0 for ; Wed, 29 Apr 2015 02:55:45 -0700 (PDT) Message-ID: <5540AA99.3030700@linaro.org> Date: Wed, 29 Apr 2015 17:55:37 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1430221873-5788-1-git-send-email-shannon.zhao@linaro.org> <20150428151249-mutt-send-email-mst@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/2] virtio: Move host features to backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , "Michael S. Tsirkin" Cc: hangaohuai@huawei.com, QEMU Developers , "Huangpeng (Peter)" , Shannon Zhao , Cornelia Huck , Paolo Bonzini , Christoffer Dall On 2015/4/28 21:16, Peter Maydell wrote: > On 28 April 2015 at 14:13, Michael S. Tsirkin wrote: >> > The patches look correct to me too, but I want s390 >> > cleaned up so it does not include COMMON_FEATURES >> > in 100 places, and I prefer merging it all together. > It seems a bit harsh to ask Shannon to do s390 cleanup when > he doesn't have any access to s390 guests or test cases... > Making S390 put COMMON_FEATURES in the right places seems > to me like a separate bit of s390-specific cleanup. > > (The other cleanup we could do after this patchset would > be to just expand out the DEFINE_VIRTIO_NET/RNG/SCSI/etc_FEATURES > macros which are all now used in exactly one place. But right, will send another patchset to do this. -- Shannon