From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Alrae Subject: Re: [PATCH 1/9] mips/kvm: Drop KVM_REG_MIPS_COUNT_* definitions Date: Thu, 12 Mar 2015 16:28:15 +0000 Message-ID: <5501BE9F.8030804@imgtec.com> References: <1426087371-16166-1-git-send-email-james.hogan@imgtec.com> <1426087371-16166-2-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , Aurelien Jarno To: James Hogan , , Paolo Bonzini Return-path: Received: from mailapp01.imgtec.com ([195.59.15.196]:42598 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754113AbbCLQ2c (ORCPT ); Thu, 12 Mar 2015 12:28:32 -0400 In-Reply-To: <1426087371-16166-2-git-send-email-james.hogan@imgtec.com> Sender: kvm-owner@vger.kernel.org List-ID: On 11/03/2015 15:22, James Hogan wrote: > The KVM_REG_MIPS_COUNT_* definitions are now included in > linux-headers/asm-mips/kvm.h since commit b061808d39fa ("linux-headers: > update linux headers to kvm/next"), therefore the duplicate definitions > in target-mips/kvm.c can now be dropped. > > Signed-off-by: James Hogan > Cc: Paolo Bonzini > Cc: Leon Alrae > Cc: Aurelien Jarno > --- > target-mips/kvm.c | 11 ----------- > 1 file changed, 11 deletions(-) Reviewed-by: Leon Alrae From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW5yQ-0007Ya-W1 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:28:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW5yL-0002P4-VP for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:28:38 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:39723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW5yL-0002NV-Nn for qemu-devel@nongnu.org; Thu, 12 Mar 2015 12:28:33 -0400 Message-ID: <5501BE9F.8030804@imgtec.com> Date: Thu, 12 Mar 2015 16:28:15 +0000 From: Leon Alrae MIME-Version: 1.0 References: <1426087371-16166-1-git-send-email-james.hogan@imgtec.com> <1426087371-16166-2-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1426087371-16166-2-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/9] mips/kvm: Drop KVM_REG_MIPS_COUNT_* definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan , qemu-devel@nongnu.org, Paolo Bonzini Cc: Aurelien Jarno , kvm@vger.kernel.org On 11/03/2015 15:22, James Hogan wrote: > The KVM_REG_MIPS_COUNT_* definitions are now included in > linux-headers/asm-mips/kvm.h since commit b061808d39fa ("linux-headers: > update linux headers to kvm/next"), therefore the duplicate definitions > in target-mips/kvm.c can now be dropped. > > Signed-off-by: James Hogan > Cc: Paolo Bonzini > Cc: Leon Alrae > Cc: Aurelien Jarno > --- > target-mips/kvm.c | 11 ----------- > 1 file changed, 11 deletions(-) Reviewed-by: Leon Alrae