From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm header update Date: Fri, 7 Sep 2018 17:01:17 -0400 Message-ID: <20180907165909-mutt-send-email-mst@kernel.org> References: <1535706305-118115-5-git-send-email-peng.hao2@zte.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, pbonzini@redhat.com, ehabkost@redhat.com, kvm@vger.kernel.org, rkrcmar@redhat.com To: Peng Hao Return-path: Content-Disposition: inline In-Reply-To: <1535706305-118115-5-git-send-email-peng.hao2@zte.com.cn> <1535706305-118115-4-git-send-email-peng.hao2@zte.com.cn> <1535706305-118115-3-git-send-email-peng.hao2@zte.com.cn> <1535706305-118115-2-git-send-email-peng.hao2@zte.com.cn> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel2=m.gmane.org@nongnu.org Sender: "Qemu-devel" List-Id: kvm.vger.kernel.org On Fri, Aug 31, 2018 at 05:05:02PM +0800, Peng Hao wrote: > add coalesced_pio's struct and KVM_CAP_COALESCED_PIO header. > > Signed-off-by: Peng Hao Despite what the subject says, this is a kvm patch not a target-i386 one. In fact none of these are. And it does not add a header. Please change subjects so correct people review your patches. E.g. this one should be kvm: add coalesced_pio support Needs to be rebased too. -- MST