From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A9ADC2D0C9 for ; Thu, 12 Dec 2019 05:10:37 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 27C93214D8 for ; Thu, 12 Dec 2019 05:10:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="ULAHlDWf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 27C93214D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:54602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifGkG-0003x2-7A for qemu-devel@archiver.kernel.org; Thu, 12 Dec 2019 00:10:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58226) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifGj6-0002Ya-P9 for qemu-devel@nongnu.org; Thu, 12 Dec 2019 00:09:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifGj5-0002T1-GY for qemu-devel@nongnu.org; Thu, 12 Dec 2019 00:09:24 -0500 Received: from ozlabs.org ([203.11.71.1]:48623) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ifGj4-0002Ku-Gq; Thu, 12 Dec 2019 00:09:23 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 47YMJx09tWz9sPc; Thu, 12 Dec 2019 16:08:48 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1576127329; bh=rmqpWv+3oYeM5sCgfN2wcbVcEVrye/Sr6TuRmvwKTq0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ULAHlDWfRzNX+jePGkHwGw5eFJzhbeTyPGGIN8p3Y+EvTp/5bXNNz9BRr5bHx9TvI qCnorg03sEYOUPPa0qLIn8rEbYB2zeeWrdQ29KCBjYTvdEMhg64U8oUYhzADgJI1lS P6W3IlVdYU9FJde9QlsIfW5ZITWVq2CmBNSj1FOs= Date: Thu, 12 Dec 2019 14:44:31 +1100 From: David Gibson To: Fabiano Rosas Subject: Re: [PATCH v5 1/3] linux-headers: Update kvm.h for ppc single step capability Message-ID: <20191212034431.GT207300@umbus.fritz.box> References: <20191211191013.454125-1-farosas@linux.ibm.com> <20191211191013.454125-2-farosas@linux.ibm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HtRZva1Vzv8iP5ye" Content-Disposition: inline In-Reply-To: <20191211191013.454125-2-farosas@linux.ibm.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 203.11.71.1 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexey Kardashevskiy , Paolo Bonzini , qemu-ppc@nongnu.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --HtRZva1Vzv8iP5ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 11, 2019 at 04:10:11PM -0300, Fabiano Rosas wrote: > Signed-off-by: Fabiano Rosas Generally, imported linux header updates are done as a block, pulling qemu up to a specified kernel commit id, rather than just grabbing pieces for a particular feature. There's actually already a header update to be2eca94d144 in my ppc-for-5.0 tree. Is that recent enough for what you need here? > --- > linux-headers/linux/kvm.h | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h > index 3d9b18f7f8..488f3baf01 100644 > --- a/linux-headers/linux/kvm.h > +++ b/linux-headers/linux/kvm.h > @@ -1000,6 +1000,7 @@ struct kvm_ppc_resize_hpt { > #define KVM_CAP_PMU_EVENT_FILTER 173 > #define KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 174 > #define KVM_CAP_HYPERV_DIRECT_TLBFLUSH 175 > +#define KVM_CAP_PPC_GUEST_DEBUG_SSTEP 176 > =20 > #ifdef KVM_CAP_IRQ_ROUTING > =20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --HtRZva1Vzv8iP5ye Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAl3xt5wACgkQbDjKyiDZ s5JXvg/8DuQM6/0ye5X/4RFCtYEdVa5x+oWQ4gn8Du7pRLnFTkG8+olvs/TG/Wxk iX2tLZ+T02lTBZgWYi8cGpcdl8ClEMiZkFcRuebdBN3rESNs7hvAOqQ7WdGqITBR 8uKuOGFhsqksA+dJ0y9rVqzlA+Sup/XHU23RtU6IJKrhv4Uv7cB7s29OiA0Hhz+c q1S5OEwlAQXUp0FhkovItn55S03nT+SZJRHti4irDyjpIS67NsbWudb/ki5cLlSU deS614qnNbT21MDayf59CKu2ZcP+E6jbA/KeI1qAm/JZI+BXhA0sgFu5N4DFtLln xFDOsfX96oxia1HP1pYcigFdV+7IEZrScj7JJrVbC6e22v/DxyIZMqG4CBzzlvuA 5QoBUM4a9cEOlB6nwjPcPEAS9TC/N8NnFMK/3tx6e+azrCX0Wd8v9TrQOBgMvf1b hx9IYF6v1UTHEGBS+nXLCbvq4tExr0OqJJCftHjMxGlL3cqm2gMFHEGVfp4sbkUG 0JQcSeg5by/wlE4Kl4iZ5z699wx8eDozkj2lRZjcsprPSkstVHCWLh36mHSqkB1Q qmZKUsqtuk+g+JnTQhctBO2J9ood1VfPB0ehegD0DanNKZX9/C1Uciwx3eUe0lb4 0IksBoQcPML5y/V//r8ERZulg8AV70m6SwwTBtsqIwgtlXMveW8= =LjqE -----END PGP SIGNATURE----- --HtRZva1Vzv8iP5ye--