From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/2] KVM API documentation patches Date: Wed, 10 Sep 2014 11:34:53 +0200 Message-ID: <54101B3D.20000@redhat.com> References: <1410280039-2823-1-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: peter.maydell@linaro.org, christoffer.dall@linaro.org, jan.kiszka@siemens.com, dahi@linux.vnet.ibm.com, r65777@freescale.com, marc.zyngier@arm.com, bp@suse.de To: =?UTF-8?B?QWxleCBCZW5uw6ll?= , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3058 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbaIJJfj (ORCPT ); Wed, 10 Sep 2014 05:35:39 -0400 In-Reply-To: <1410280039-2823-1-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: Il 09/09/2014 18:27, Alex Benn=C3=A9e ha scritto: > Hi, >=20 > I'm preparing to add ARM KVM GDB support and I went to read the API > documentation and found it surprisingly mute on the subject ;-) >=20 > The first patch documents the "new" KVM_SET_GUEST_DEBUG ioctl based o= n > reviewing the code. I've included a long CC list of people who've > actually done the various implementations who I hope can sanity check > the write-up. The second is a trivial formatting fix for what looks > like a minor merge trip-up. >=20 > Alex Benn=C3=A9e (2): > KVM: document KVM_SET_GUEST_DEBUG api > KVM: fix api documentation of KVM_GET_EMULATED_CPUID >=20 > Documentation/virtual/kvm/api.txt | 184 +++++++++++++++++++++++-----= ---------- > 1 file changed, 114 insertions(+), 70 deletions(-) >=20 Thanks, applying both! Paolo