From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v8 00/11] KVM Guest Debug support for arm64 Date: Thu, 9 Jul 2015 11:53:23 +0200 Message-ID: <20150709095323.GF13530@cbox> References: <1436286603-15192-1-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, jan.kiszka@siemens.com, dahi@linux.vnet.ibm.com, zhichao.huang@linaro.org, r65777@freescale.com, pbonzini@redhat.com, bp@suse.de, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Content-Disposition: inline In-Reply-To: <1436286603-15192-1-git-send-email-alex.bennee@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Tue, Jul 07, 2015 at 05:29:52PM +0100, Alex Benn=E9e wrote: > Here is V8 of the KVM Guest Debug support for arm64. > = > The diffstat between v7 and v8 is getting pretty small and as I > haven't re-based you can run: > = > git diff -u guest-debug/4.1-v7..guest-debug/4.1-v8 > = > And the kernelci report is at: > = > http://kernelci.org/build/alex/kernel/v4.1-11-g182a5fa64600/ > = > = > The only real changes apart from comments and white space are to > sys_regs which sees another minor re-factoring. The 32 bit handling > explicitly preserves the top 32 bits of the AArch64 registers although > I'm not convinced it matter too much as for a booting AArch32 guest > kernel they should start as 0 and never change. > = > For full details see the changelog on each of the patches. > = > GIT Repos: > = > The patches for this series are based off v4.1 and can be found > at: > = > Kernel: > https://git.linaro.org/people/alex.bennee/linux.git > branch: guest-debug/4.1-v8 > describe: v4.1-11-g182a5faB > = > QEMU: > https://github.com/stsquad/qemu > branch: kvm/guest-debug-v6*** BLURB HERE *** > = > = I'm happy with this series as it stands now and think it can be put into -next. I have boot-tested the series with a VM on both Juno and TC2. Thanks, -Christoffer