From patchwork Mon Feb 7 06:41:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 12736950 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C808AC433F5 for ; Mon, 7 Feb 2022 06:42:07 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.266406.460083 (Exim 4.92) (envelope-from ) id 1nGxik-0002yh-Hc; Mon, 07 Feb 2022 06:41:54 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 266406.460083; Mon, 07 Feb 2022 06:41:54 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nGxik-0002ya-EF; Mon, 07 Feb 2022 06:41:54 +0000 Received: by outflank-mailman (input) for mailman id 266406; Mon, 07 Feb 2022 06:41:53 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nGxij-0002yJ-4Z for xen-devel@lists.xenproject.org; Mon, 07 Feb 2022 06:41:53 +0000 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 085e69de-87e1-11ec-8f75-fffcc8bd4f1a; Mon, 07 Feb 2022 07:41:52 +0100 (CET) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id C29571F37F; Mon, 7 Feb 2022 06:41:51 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 7A64F13519; Mon, 7 Feb 2022 06:41:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id DuVoHC+/AGLDUgAAMHmgww (envelope-from ); Mon, 07 Feb 2022 06:41:51 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 085e69de-87e1-11ec-8f75-fffcc8bd4f1a DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1644216111; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6vgAg81WHIk6Tx0jiVRvumBbWbcKMPtr0lnAzK9JTuw=; b=I39FyKOyM28BJZbv/ZOgZBEDu0hkQOD4+PmvEjjyxgjB6FkuhJCElT0Uh5oYK2HuHWHzJA mYNORkXY0e8pnmAXo53MFcA2DQMx7BzcoR4d1oaKwphgudV3m6hCev4YZE+sFZyBmrRR/h EYY0QaCZy6dwkW7LJZog1IVWyuUz1eo= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Wei Liu , Anthony PERARD , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini Subject: [PATCH v2 0/5] tools: remove include/xen-external directory Date: Mon, 7 Feb 2022 07:41:42 +0100 Message-Id: <20220207064147.9585-1-jgross@suse.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 The tools/include/xen-external directory contains a header file from FreeBSD used to generate Xen header files. This series is replacing the complete directory by a single header with the same semantics. Changes in V2: - remove stale comment in patch 1 Juergen Gross (5): tools/include: generate a _xen_list.h file tools/libs/light: replace _libxl_list.h with _xen_list.h tools/libs/toolcore: replace _xentoolcore_list.h with _xen_list.h tools/libs/evtchn: use _xen_list.h tools/include: remove xen-external directory .gitignore | 1 - tools/include/Makefile | 2 + tools/include/_xen_list.h | 509 ++++++++ tools/include/libxl.h | 4 +- tools/include/xen-external/README | 24 - tools/include/xen-external/bsd-COPYRIGHT | 126 -- tools/include/xen-external/bsd-queue.3 | 1044 ----------------- .../xen-external/bsd-sys-queue-h-seddery | 74 -- tools/include/xen-external/bsd-sys-queue.h | 637 ---------- tools/include/xentoolcore_internal.h | 4 +- tools/libs/evtchn/minios.c | 20 +- tools/libs/light/Makefile | 10 +- tools/libs/light/libxl.c | 40 +- tools/libs/light/libxl_aoutils.c | 20 +- tools/libs/light/libxl_device.c | 27 +- tools/libs/light/libxl_disk.c | 4 +- tools/libs/light/libxl_domain.c | 18 +- tools/libs/light/libxl_event.c | 128 +- tools/libs/light/libxl_fork.c | 44 +- tools/libs/light/libxl_internal.h | 86 +- tools/libs/light/libxl_qmp.c | 19 +- tools/libs/light/libxl_stream_read.c | 20 +- tools/libs/toolcore/Makefile | 8 - 23 files changed, 729 insertions(+), 2140 deletions(-) create mode 100644 tools/include/_xen_list.h delete mode 100644 tools/include/xen-external/README delete mode 100644 tools/include/xen-external/bsd-COPYRIGHT delete mode 100644 tools/include/xen-external/bsd-queue.3 delete mode 100755 tools/include/xen-external/bsd-sys-queue-h-seddery delete mode 100644 tools/include/xen-external/bsd-sys-queue.h