From nobody Wed Feb 5 15:59:21 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1737036306008735.091294975034; Thu, 16 Jan 2025 06:05:06 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tYQTD-0004KK-Iu; Thu, 16 Jan 2025 09:03:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tYQT2-0004IU-1k for qemu-devel@nongnu.org; Thu, 16 Jan 2025 09:03:31 -0500 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tYQSz-0008BI-1d for qemu-devel@nongnu.org; Thu, 16 Jan 2025 09:03:27 -0500 Received: from [2001:8b0:10b:1::ebe] (helo=i7.infradead.org) by desiato.infradead.org with esmtpsa (Exim 4.98 #2 (Red Hat Linux)) id 1tYQSr-0000000BFGg-3GVT; Thu, 16 Jan 2025 14:03:19 +0000 Received: from dwoodhou by i7.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tYQSq-0000000AJgs-1chn; Thu, 16 Jan 2025 14:03:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=kfz/t/H0vrCPNearb0ZL87O6Nl+p8Kr51/xvrkTk6NQ=; b=Pej2dyL97bmwOGLtS4whFKYG3r KkZybTvvwCDhsEJZLX/mbGRs6hKBtTWBWF2Mqg8OnqlT16x0nD+mS3PJUvxJZ+yvtuHSFRV9Nmep+ AKUmP+iLz6KXC4jb71gek1Wq3HsgdogzpdXx5eq9nd3DyxluV3o8AsW7dnX3wLRHmgDafKS4hAHjo GEzqiLvSkyFE0cltfFnlqV7C+pBkwelTk9NhxOojiwoQ85xu7Fad59URFCtQ15J3T9KFUG1dJKPNX x3FhWMbuQKIt8PBlB6T2DHXzR4BAFhWl4m595fbrpampydyJ5/RICtzrLV7KJhQmADsvJRC+eBB0A JsuXNVzg==; From: David Woodhouse To: qemu-devel@nongnu.org Cc: Paolo Bonzini , "Michael S. Tsirkin" , Igor Mammedov , Ani Sinha , David Woodhouse , Marcel Apfelbaum , Richard Henderson , Eduardo Habkost , Cornelia Huck , Peter Hilber , "Mohamed Abuelfotoh, Hazem" , paul , David Woodhouse Subject: [PATCH v7 1/3] linux-headers: Add vmclock-abi.h Date: Thu, 16 Jan 2025 13:59:41 +0000 Message-ID: <20250116140315.2455143-2-dwmw2@infradead.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20250116140315.2455143-1-dwmw2@infradead.org> References: <20250116140315.2455143-1-dwmw2@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SRS-Rewrite: SMTP reverse-path rewritten from by desiato.infradead.org. See http://www.infradead.org/rpr.html Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: none client-ip=2001:8b0:10b:1:d65d:64ff:fe57:4e05; envelope-from=BATV+b63efa7a8ebec188a7bb+7816+infradead.org+dwmw2@desiato.srs.infradead.org; helo=desiato.infradead.org X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1737036309498019000 Content-Type: text/plain; charset="utf-8" From: David Woodhouse This isn't a Linux-specific ABI but Linux does export the header file with its definition, so import it from there instead of creating our own. Signed-off-by: David Woodhouse Acked-by: Michael S. Tsirkin Acked-by: Cornelia Huck --- scripts/update-linux-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers= .sh index 99a8d9fa4c..8913e4fb99 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -258,6 +258,7 @@ for i in "$hdrdir"/include/linux/*virtio*.h \ "$hdrdir/include/linux/kernel.h" \ "$hdrdir/include/linux/kvm_para.h" \ "$hdrdir/include/linux/vhost_types.h" \ + "$hdrdir/include/linux/vmclock-abi.h" \ "$hdrdir/include/linux/sysinfo.h"; do cp_portable "$i" "$output/include/standard-headers/linux" done --=20 2.47.0