From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcyHp-0006T2-FU for qemu-devel@nongnu.org; Tue, 31 Mar 2015 11:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcyHj-00049x-0z for qemu-devel@nongnu.org; Tue, 31 Mar 2015 11:41:05 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:54260 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcyHi-00049m-RF for qemu-devel@nongnu.org; Tue, 31 Mar 2015 11:40:58 -0400 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 31 Mar 2015 16:40:42 +0100 Message-Id: <1427816446-31586-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, christoffer.dall@linaro.org, zhichao.huang@linaro.org Cc: marc.zyngier@arm.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu Hi, I thought I'd sent V1 to the list but apparently not. Anyway this patch series provides the QEMU side of guest debug support for arm64. I'm assuming the first patch will be dropped when a proper merge of the linux-headers is done once the kernel side is upstreamed. There is nothing particularly special about the implementation details although some of the bit-fiddling is a little fiddly. GIT Repos: The patch series is based off a recent master and can be found at: https://github.com/stsquad/qemu branch: kvm/guest-debug-v2 The kernel patches for this series are based off a v4.0-rc6 and can be found at: https://git.linaro.org/people/alex.bennee/linux.git branch: guest-debug/4.0-rc6-v2 Alex Bennée (4): linux-headers: partial sync from my kernel tree (DEV) target-arm: kvm - implement software breakpoints target-arm: kvm - support for single step target-arm: kvm - add support for HW assisted debug linux-headers/asm-arm64/kvm.h | 22 +++ linux-headers/asm-powerpc/kvm.h | 4 +- linux-headers/asm-x86/kvm.h | 4 +- linux-headers/linux/kvm.h | 17 ++- target-arm/kvm.c | 124 ++++++++++++---- target-arm/kvm64.c | 315 ++++++++++++++++++++++++++++++++++++++++ target-arm/kvm_arm.h | 21 +++ 7 files changed, 474 insertions(+), 33 deletions(-) -- 2.3.4