From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 29 May 2014 16:41:40 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.59.15.196]:28409 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6821742AbaE2OlgxC1QY (ORCPT ); Thu, 29 May 2014 16:41:36 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 524FBB358C8A0; Thu, 29 May 2014 15:41:27 +0100 (IST) Received: from KLMAIL02.kl.imgtec.org (192.168.5.97) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.181.6; Thu, 29 May 2014 15:41:29 +0100 Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by klmail02.kl.imgtec.org (192.168.5.97) with Microsoft SMTP Server (TLS) id 14.3.181.6; Thu, 29 May 2014 15:41:29 +0100 Received: from [192.168.154.101] (192.168.154.101) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 29 May 2014 15:41:29 +0100 Message-ID: <53874719.5070604@imgtec.com> Date: Thu, 29 May 2014 15:41:29 +0100 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Paolo Bonzini CC: Andreas Herrmann , Gleb Natapov , , Ralf Baechle , , David Daney , Sanjay Lal Subject: Re: [PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite References: <1401355005-20370-1-git-send-email-james.hogan@imgtec.com> <53870DAD.7050900@redhat.com> In-Reply-To: <53870DAD.7050900@redhat.com> X-Enigmail-Version: 1.6 Content-Type: multipart/mixed; boundary="------------030600020508020608000707" X-Originating-IP: [192.168.154.101] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 40355 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: james.hogan@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips --------------030600020508020608000707 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit On 29/05/14 11:36, Paolo Bonzini wrote: > Il 29/05/2014 11:16, James Hogan ha scritto: >> Here are a range of MIPS KVM T&E fixes, preferably for v3.16 but I know >> it's probably a bit late now. Changes are pretty minimal though since >> v1 so please consider. They can also be found on my kvm_mips_queue >> branch (and the kvm_mips_timer_v2 tag) here: >> git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips.git > > That's okay for me, but I'd like to get a look at the QEMU parts. I'm still in the process of cleaning up my qemu patchset, but the attached 2 patches hopefully shows the gist of it this particular change. Thanks James > > I would also like an Acked-by for patches 2 and 14, and I have a > question about patch 11. > > Paolo --------------030600020508020608000707 Content-Type: text/x-patch; name="0001-timer-Add-cpu_get_clock_at.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-timer-Add-cpu_get_clock_at.patch" From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:28409 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6821742AbaE2OlgxC1QY (ORCPT ); Thu, 29 May 2014 16:41:36 +0200 Message-ID: <53874719.5070604@imgtec.com> Date: Thu, 29 May 2014 15:41:29 +0100 From: James Hogan MIME-Version: 1.0 Subject: Re: [PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite References: <1401355005-20370-1-git-send-email-james.hogan@imgtec.com> <53870DAD.7050900@redhat.com> In-Reply-To: <53870DAD.7050900@redhat.com> Content-Type: multipart/mixed; boundary="------------030600020508020608000707" Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Paolo Bonzini Cc: Andreas Herrmann , Gleb Natapov , kvm@vger.kernel.org, Ralf Baechle , linux-mips@linux-mips.org, David Daney , Sanjay Lal Message-ID: <20140529144129.nFrRP8FVOAyeyIKA6LG66-qpjhj5z8Vt12GNuYWFmgc@z> --------------030600020508020608000707 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit On 29/05/14 11:36, Paolo Bonzini wrote: > Il 29/05/2014 11:16, James Hogan ha scritto: >> Here are a range of MIPS KVM T&E fixes, preferably for v3.16 but I know >> it's probably a bit late now. Changes are pretty minimal though since >> v1 so please consider. They can also be found on my kvm_mips_queue >> branch (and the kvm_mips_timer_v2 tag) here: >> git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips.git > > That's okay for me, but I'd like to get a look at the QEMU parts. I'm still in the process of cleaning up my qemu patchset, but the attached 2 patches hopefully shows the gist of it this particular change. Thanks James > > I would also like an Acked-by for patches 2 and 14, and I have a > question about patch 11. > > Paolo --------------030600020508020608000707 Content-Type: text/x-patch; name="0001-timer-Add-cpu_get_clock_at.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-timer-Add-cpu_get_clock_at.patch" --------------030600020508020608000707--