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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 178B9C77B72 for ; Thu, 20 Apr 2023 09:51:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234237AbjDTJvz (ORCPT ); Thu, 20 Apr 2023 05:51:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234047AbjDTJvd (ORCPT ); Thu, 20 Apr 2023 05:51:33 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EF50768E for ; Thu, 20 Apr 2023 02:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681984185; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=J4d7x1cNgCskwTe9CHC2x/9xeLP77gPxzHC/FoirtyI=; b=ZPiW28qR6jEflZzrWpo6Sgr4cGfShz0IU0kS9ffiMsPiApPsiF9VxvTYgIYu8UwTth0sCF sPMToLNvJFFQaHkErLSdf8BiMx5zeUx6Y/tRV/kQxKIAd8hRJJgTOJ5mmJVoxQ9+QNA+7x JQ6Dlb+ZXk2JDFqZsEqtuEO+KnhImT8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-349-fdZoozD2NJe0vaZzJWZOzw-1; Thu, 20 Apr 2023 05:49:44 -0400 X-MC-Unique: fdZoozD2NJe0vaZzJWZOzw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B8B8038237C8; Thu, 20 Apr 2023 09:49:43 +0000 (UTC) Received: from localhost (dhcp-192-239.str.redhat.com [10.33.192.239]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6FE0C40C2064; Thu, 20 Apr 2023 09:49:43 +0000 (UTC) From: Cornelia Huck To: Tianrui Zhao , qemu-devel@nongnu.org, kvm@vger.kernel.org, Paolo Bonzini , gaosong@loongson.cn Cc: "Michael S . Tsirkin" , maobibo@loongson.cn, zhaotianrui@loongson.cn Subject: Re: [PATCH RFC v1 01/10] linux-headers: Add KVM headers for loongarch In-Reply-To: <20230420093606.3366969-2-zhaotianrui@loongson.cn> Organization: Red Hat GmbH References: <20230420093606.3366969-1-zhaotianrui@loongson.cn> <20230420093606.3366969-2-zhaotianrui@loongson.cn> User-Agent: Notmuch/0.37 (https://notmuchmail.org) Date: Thu, 20 Apr 2023 11:49:41 +0200 Message-ID: <87bkji51e2.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Apr 20 2023, Tianrui Zhao wrote: > Add asm-loongarch/kvm.h for loongarch KVM, and update > the linux/kvm.h about loongarch part. The structures in > the header are used as kvm_ioctl arguments. Just a procedural note: It's probably best to explicitly mark this as a placeholder patch until you can replace it with a full headers update. > > Signed-off-by: Tianrui Zhao > --- > linux-headers/asm-loongarch/kvm.h | 99 +++++++++++++++++++++++++++++++ > linux-headers/linux/kvm.h | 9 +++ > 2 files changed, 108 insertions(+) > create mode 100644 linux-headers/asm-loongarch/kvm.h