From nobody Sun Feb 8 18:14:31 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1493118678246804.7728937196854; Tue, 25 Apr 2017 04:11:18 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A5E9285547; Tue, 25 Apr 2017 11:11:15 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 737437F589; Tue, 25 Apr 2017 11:11:15 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 2801418523D5; Tue, 25 Apr 2017 11:11:15 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v3PBAlF8031953 for ; Tue, 25 Apr 2017 07:10:47 -0400 Received: by smtp.corp.redhat.com (Postfix) id 1E2AE17BA3; Tue, 25 Apr 2017 11:10:47 +0000 (UTC) Received: from caroline.brq.redhat.com (dhcp129-198.brq.redhat.com [10.34.129.198]) by smtp.corp.redhat.com (Postfix) with ESMTP id AE2F390DD1; Tue, 25 Apr 2017 11:10:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A5E9285547 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=libvir-list-bounces@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A5E9285547 From: Martin Kletzander To: libvir-list@redhat.com Date: Tue, 25 Apr 2017 13:10:32 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Erik=20=C5=A0kult=C3=A9ty?= Subject: [libvirt] [PATCH v3 8/8] tests: Add resctrl test for vircaps2xmltest X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 25 Apr 2017 11:11:16 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add info from yet another machine, this time with resctrl data so that we can extend tests easily in a test-driven way. Signed-off-by: Martin Kletzander --- tests/vircaps2xmldata/linux-resctrl/resctrl/cpus | 1 + .../linux-resctrl/resctrl/info/L3/cbm_mask | 1 + .../linux-resctrl/resctrl/info/L3/min_cbm_bits | 1 + .../linux-resctrl/resctrl/info/L3/num_closids | 1 + .../linux-resctrl/resctrl/manualres/cpus | 1 + .../linux-resctrl/resctrl/manualres/schemata | 1 + .../linux-resctrl/resctrl/manualres/tasks | 0 .../vircaps2xmldata/linux-resctrl/resctrl/schemata | 1 + tests/vircaps2xmldata/linux-resctrl/resctrl/tasks | 0 .../linux-resctrl/system/cpu/cpu0/cache/index0/id | 1 + .../system/cpu/cpu0/cache/index0/level | 1 + .../system/cpu/cpu0/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu0/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu0/cache/index0/size | 1 + .../system/cpu/cpu0/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu0/cache/index1/id | 1 + .../system/cpu/cpu0/cache/index1/level | 1 + .../system/cpu/cpu0/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu0/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu0/cache/index1/size | 1 + .../system/cpu/cpu0/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu0/cache/index2/id | 1 + .../system/cpu/cpu0/cache/index2/level | 1 + .../system/cpu/cpu0/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu0/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu0/cache/index2/size | 1 + .../system/cpu/cpu0/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu0/cache/index3/id | 1 + .../system/cpu/cpu0/cache/index3/level | 1 + .../system/cpu/cpu0/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu0/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu0/cache/index3/size | 1 + .../system/cpu/cpu0/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu0/online | 1 + .../linux-resctrl/system/cpu/cpu0/topology/core_id | 1 + .../system/cpu/cpu0/topology/core_siblings | 1 + .../system/cpu/cpu0/topology/core_siblings_list | 1 + .../system/cpu/cpu0/topology/physical_package_id | 1 + .../system/cpu/cpu0/topology/thread_siblings | 1 + .../system/cpu/cpu0/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu1/cache/index0/id | 1 + .../system/cpu/cpu1/cache/index0/level | 1 + .../system/cpu/cpu1/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu1/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu1/cache/index0/size | 1 + .../system/cpu/cpu1/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu1/cache/index1/id | 1 + .../system/cpu/cpu1/cache/index1/level | 1 + .../system/cpu/cpu1/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu1/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu1/cache/index1/size | 1 + .../system/cpu/cpu1/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu1/cache/index2/id | 1 + .../system/cpu/cpu1/cache/index2/level | 1 + .../system/cpu/cpu1/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu1/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu1/cache/index2/size | 1 + .../system/cpu/cpu1/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu1/cache/index3/id | 1 + .../system/cpu/cpu1/cache/index3/level | 1 + .../system/cpu/cpu1/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu1/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu1/cache/index3/size | 1 + .../system/cpu/cpu1/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu1/online | 1 + .../linux-resctrl/system/cpu/cpu1/topology/core_id | 1 + .../system/cpu/cpu1/topology/core_siblings | 1 + .../system/cpu/cpu1/topology/core_siblings_list | 1 + .../system/cpu/cpu1/topology/physical_package_id | 1 + .../system/cpu/cpu1/topology/thread_siblings | 1 + .../system/cpu/cpu1/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu10/cache/index0/id | 1 + .../system/cpu/cpu10/cache/index0/level | 1 + .../system/cpu/cpu10/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu10/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu10/cache/index0/size | 1 + .../system/cpu/cpu10/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu10/cache/index1/id | 1 + .../system/cpu/cpu10/cache/index1/level | 1 + .../system/cpu/cpu10/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu10/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu10/cache/index1/size | 1 + .../system/cpu/cpu10/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu10/cache/index2/id | 1 + .../system/cpu/cpu10/cache/index2/level | 1 + .../system/cpu/cpu10/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu10/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu10/cache/index2/size | 1 + .../system/cpu/cpu10/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu10/cache/index3/id | 1 + .../system/cpu/cpu10/cache/index3/level | 1 + .../system/cpu/cpu10/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu10/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu10/cache/index3/size | 1 + .../system/cpu/cpu10/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu10/online | 1 + .../system/cpu/cpu10/topology/core_id | 1 + .../system/cpu/cpu10/topology/core_siblings | 1 + .../system/cpu/cpu10/topology/core_siblings_list | 1 + .../system/cpu/cpu10/topology/physical_package_id | 1 + .../system/cpu/cpu10/topology/thread_siblings | 1 + .../system/cpu/cpu10/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu11/cache/index0/id | 1 + .../system/cpu/cpu11/cache/index0/level | 1 + .../system/cpu/cpu11/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu11/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu11/cache/index0/size | 1 + .../system/cpu/cpu11/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu11/cache/index1/id | 1 + .../system/cpu/cpu11/cache/index1/level | 1 + .../system/cpu/cpu11/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu11/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu11/cache/index1/size | 1 + .../system/cpu/cpu11/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu11/cache/index2/id | 1 + .../system/cpu/cpu11/cache/index2/level | 1 + .../system/cpu/cpu11/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu11/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu11/cache/index2/size | 1 + .../system/cpu/cpu11/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu11/cache/index3/id | 1 + .../system/cpu/cpu11/cache/index3/level | 1 + .../system/cpu/cpu11/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu11/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu11/cache/index3/size | 1 + .../system/cpu/cpu11/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu11/online | 1 + .../system/cpu/cpu11/topology/core_id | 1 + .../system/cpu/cpu11/topology/core_siblings | 1 + .../system/cpu/cpu11/topology/core_siblings_list | 1 + .../system/cpu/cpu11/topology/physical_package_id | 1 + .../system/cpu/cpu11/topology/thread_siblings | 1 + .../system/cpu/cpu11/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu2/cache/index0/id | 1 + .../system/cpu/cpu2/cache/index0/level | 1 + .../system/cpu/cpu2/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu2/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu2/cache/index0/size | 1 + .../system/cpu/cpu2/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu2/cache/index1/id | 1 + .../system/cpu/cpu2/cache/index1/level | 1 + .../system/cpu/cpu2/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu2/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu2/cache/index1/size | 1 + .../system/cpu/cpu2/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu2/cache/index2/id | 1 + .../system/cpu/cpu2/cache/index2/level | 1 + .../system/cpu/cpu2/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu2/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu2/cache/index2/size | 1 + .../system/cpu/cpu2/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu2/cache/index3/id | 1 + .../system/cpu/cpu2/cache/index3/level | 1 + .../system/cpu/cpu2/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu2/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu2/cache/index3/size | 1 + .../system/cpu/cpu2/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu2/online | 1 + .../linux-resctrl/system/cpu/cpu2/topology/core_id | 1 + .../system/cpu/cpu2/topology/core_siblings | 1 + .../system/cpu/cpu2/topology/core_siblings_list | 1 + .../system/cpu/cpu2/topology/physical_package_id | 1 + .../system/cpu/cpu2/topology/thread_siblings | 1 + .../system/cpu/cpu2/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu3/cache/index0/id | 1 + .../system/cpu/cpu3/cache/index0/level | 1 + .../system/cpu/cpu3/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu3/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu3/cache/index0/size | 1 + .../system/cpu/cpu3/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu3/cache/index1/id | 1 + .../system/cpu/cpu3/cache/index1/level | 1 + .../system/cpu/cpu3/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu3/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu3/cache/index1/size | 1 + .../system/cpu/cpu3/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu3/cache/index2/id | 1 + .../system/cpu/cpu3/cache/index2/level | 1 + .../system/cpu/cpu3/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu3/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu3/cache/index2/size | 1 + .../system/cpu/cpu3/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu3/cache/index3/id | 1 + .../system/cpu/cpu3/cache/index3/level | 1 + .../system/cpu/cpu3/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu3/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu3/cache/index3/size | 1 + .../system/cpu/cpu3/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu3/online | 1 + .../linux-resctrl/system/cpu/cpu3/topology/core_id | 1 + .../system/cpu/cpu3/topology/core_siblings | 1 + .../system/cpu/cpu3/topology/core_siblings_list | 1 + .../system/cpu/cpu3/topology/physical_package_id | 1 + .../system/cpu/cpu3/topology/thread_siblings | 1 + .../system/cpu/cpu3/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu4/cache/index0/id | 1 + .../system/cpu/cpu4/cache/index0/level | 1 + .../system/cpu/cpu4/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu4/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu4/cache/index0/size | 1 + .../system/cpu/cpu4/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu4/cache/index1/id | 1 + .../system/cpu/cpu4/cache/index1/level | 1 + .../system/cpu/cpu4/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu4/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu4/cache/index1/size | 1 + .../system/cpu/cpu4/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu4/cache/index2/id | 1 + .../system/cpu/cpu4/cache/index2/level | 1 + .../system/cpu/cpu4/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu4/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu4/cache/index2/size | 1 + .../system/cpu/cpu4/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu4/cache/index3/id | 1 + .../system/cpu/cpu4/cache/index3/level | 1 + .../system/cpu/cpu4/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu4/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu4/cache/index3/size | 1 + .../system/cpu/cpu4/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu4/online | 1 + .../linux-resctrl/system/cpu/cpu4/topology/core_id | 1 + .../system/cpu/cpu4/topology/core_siblings | 1 + .../system/cpu/cpu4/topology/core_siblings_list | 1 + .../system/cpu/cpu4/topology/physical_package_id | 1 + .../system/cpu/cpu4/topology/thread_siblings | 1 + .../system/cpu/cpu4/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu5/cache/index0/id | 1 + .../system/cpu/cpu5/cache/index0/level | 1 + .../system/cpu/cpu5/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu5/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu5/cache/index0/size | 1 + .../system/cpu/cpu5/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu5/cache/index1/id | 1 + .../system/cpu/cpu5/cache/index1/level | 1 + .../system/cpu/cpu5/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu5/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu5/cache/index1/size | 1 + .../system/cpu/cpu5/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu5/cache/index2/id | 1 + .../system/cpu/cpu5/cache/index2/level | 1 + .../system/cpu/cpu5/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu5/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu5/cache/index2/size | 1 + .../system/cpu/cpu5/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu5/cache/index3/id | 1 + .../system/cpu/cpu5/cache/index3/level | 1 + .../system/cpu/cpu5/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu5/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu5/cache/index3/size | 1 + .../system/cpu/cpu5/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu5/online | 1 + .../linux-resctrl/system/cpu/cpu5/topology/core_id | 1 + .../system/cpu/cpu5/topology/core_siblings | 1 + .../system/cpu/cpu5/topology/core_siblings_list | 1 + .../system/cpu/cpu5/topology/physical_package_id | 1 + .../system/cpu/cpu5/topology/thread_siblings | 1 + .../system/cpu/cpu5/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu6/cache/index0/id | 1 + .../system/cpu/cpu6/cache/index0/level | 1 + .../system/cpu/cpu6/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu6/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu6/cache/index0/size | 1 + .../system/cpu/cpu6/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu6/cache/index1/id | 1 + .../system/cpu/cpu6/cache/index1/level | 1 + .../system/cpu/cpu6/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu6/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu6/cache/index1/size | 1 + .../system/cpu/cpu6/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu6/cache/index2/id | 1 + .../system/cpu/cpu6/cache/index2/level | 1 + .../system/cpu/cpu6/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu6/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu6/cache/index2/size | 1 + .../system/cpu/cpu6/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu6/cache/index3/id | 1 + .../system/cpu/cpu6/cache/index3/level | 1 + .../system/cpu/cpu6/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu6/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu6/cache/index3/size | 1 + .../system/cpu/cpu6/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu6/online | 1 + .../linux-resctrl/system/cpu/cpu6/topology/core_id | 1 + .../system/cpu/cpu6/topology/core_siblings | 1 + .../system/cpu/cpu6/topology/core_siblings_list | 1 + .../system/cpu/cpu6/topology/physical_package_id | 1 + .../system/cpu/cpu6/topology/thread_siblings | 1 + .../system/cpu/cpu6/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu7/cache/index0/id | 1 + .../system/cpu/cpu7/cache/index0/level | 1 + .../system/cpu/cpu7/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu7/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu7/cache/index0/size | 1 + .../system/cpu/cpu7/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu7/cache/index1/id | 1 + .../system/cpu/cpu7/cache/index1/level | 1 + .../system/cpu/cpu7/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu7/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu7/cache/index1/size | 1 + .../system/cpu/cpu7/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu7/cache/index2/id | 1 + .../system/cpu/cpu7/cache/index2/level | 1 + .../system/cpu/cpu7/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu7/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu7/cache/index2/size | 1 + .../system/cpu/cpu7/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu7/cache/index3/id | 1 + .../system/cpu/cpu7/cache/index3/level | 1 + .../system/cpu/cpu7/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu7/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu7/cache/index3/size | 1 + .../system/cpu/cpu7/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu7/online | 1 + .../linux-resctrl/system/cpu/cpu7/topology/core_id | 1 + .../system/cpu/cpu7/topology/core_siblings | 1 + .../system/cpu/cpu7/topology/core_siblings_list | 1 + .../system/cpu/cpu7/topology/physical_package_id | 1 + .../system/cpu/cpu7/topology/thread_siblings | 1 + .../system/cpu/cpu7/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu8/cache/index0/id | 1 + .../system/cpu/cpu8/cache/index0/level | 1 + .../system/cpu/cpu8/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu8/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu8/cache/index0/size | 1 + .../system/cpu/cpu8/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu8/cache/index1/id | 1 + .../system/cpu/cpu8/cache/index1/level | 1 + .../system/cpu/cpu8/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu8/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu8/cache/index1/size | 1 + .../system/cpu/cpu8/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu8/cache/index2/id | 1 + .../system/cpu/cpu8/cache/index2/level | 1 + .../system/cpu/cpu8/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu8/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu8/cache/index2/size | 1 + .../system/cpu/cpu8/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu8/cache/index3/id | 1 + .../system/cpu/cpu8/cache/index3/level | 1 + .../system/cpu/cpu8/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu8/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu8/cache/index3/size | 1 + .../system/cpu/cpu8/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu8/online | 1 + .../linux-resctrl/system/cpu/cpu8/topology/core_id | 1 + .../system/cpu/cpu8/topology/core_siblings | 1 + .../system/cpu/cpu8/topology/core_siblings_list | 1 + .../system/cpu/cpu8/topology/physical_package_id | 1 + .../system/cpu/cpu8/topology/thread_siblings | 1 + .../system/cpu/cpu8/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/cpu9/cache/index0/id | 1 + .../system/cpu/cpu9/cache/index0/level | 1 + .../system/cpu/cpu9/cache/index0/shared_cpu_list | 1 + .../system/cpu/cpu9/cache/index0/shared_cpu_map | 1 + .../system/cpu/cpu9/cache/index0/size | 1 + .../system/cpu/cpu9/cache/index0/type | 1 + .../linux-resctrl/system/cpu/cpu9/cache/index1/id | 1 + .../system/cpu/cpu9/cache/index1/level | 1 + .../system/cpu/cpu9/cache/index1/shared_cpu_list | 1 + .../system/cpu/cpu9/cache/index1/shared_cpu_map | 1 + .../system/cpu/cpu9/cache/index1/size | 1 + .../system/cpu/cpu9/cache/index1/type | 1 + .../linux-resctrl/system/cpu/cpu9/cache/index2/id | 1 + .../system/cpu/cpu9/cache/index2/level | 1 + .../system/cpu/cpu9/cache/index2/shared_cpu_list | 1 + .../system/cpu/cpu9/cache/index2/shared_cpu_map | 1 + .../system/cpu/cpu9/cache/index2/size | 1 + .../system/cpu/cpu9/cache/index2/type | 1 + .../linux-resctrl/system/cpu/cpu9/cache/index3/id | 1 + .../system/cpu/cpu9/cache/index3/level | 1 + .../system/cpu/cpu9/cache/index3/shared_cpu_list | 1 + .../system/cpu/cpu9/cache/index3/shared_cpu_map | 1 + .../system/cpu/cpu9/cache/index3/size | 1 + .../system/cpu/cpu9/cache/index3/type | 1 + .../linux-resctrl/system/cpu/cpu9/online | 1 + .../linux-resctrl/system/cpu/cpu9/topology/core_id | 1 + .../system/cpu/cpu9/topology/core_siblings | 1 + .../system/cpu/cpu9/topology/core_siblings_list | 1 + .../system/cpu/cpu9/topology/physical_package_id | 1 + .../system/cpu/cpu9/topology/thread_siblings | 1 + .../system/cpu/cpu9/topology/thread_siblings_list | 1 + .../linux-resctrl/system/cpu/online | 1 + .../linux-resctrl/system/cpu/present | 1 + .../linux-resctrl/system/node/node0/cpu0 | 1 + .../linux-resctrl/system/node/node0/cpu1 | 1 + .../linux-resctrl/system/node/node0/cpu2 | 1 + .../linux-resctrl/system/node/node0/cpu3 | 1 + .../linux-resctrl/system/node/node0/cpu4 | 1 + .../linux-resctrl/system/node/node0/cpu5 | 1 + .../linux-resctrl/system/node/node0/cpulist | 1 + .../linux-resctrl/system/node/node0/cpumap | 1 + .../linux-resctrl/system/node/node0/distance | 1 + .../hugepages/hugepages-1048576kB/free_hugepages | 1 + .../hugepages/hugepages-1048576kB/nr_hugepages | 1 + .../hugepages-1048576kB/surplus_hugepages | 1 + .../hugepages/hugepages-2048kB/free_hugepages | 1 + .../node0/hugepages/hugepages-2048kB/nr_hugepages | 1 + .../hugepages/hugepages-2048kB/surplus_hugepages | 1 + .../linux-resctrl/system/node/node1/cpu10 | 1 + .../linux-resctrl/system/node/node1/cpu11 | 1 + .../linux-resctrl/system/node/node1/cpu6 | 1 + .../linux-resctrl/system/node/node1/cpu7 | 1 + .../linux-resctrl/system/node/node1/cpu8 | 1 + .../linux-resctrl/system/node/node1/cpu9 | 1 + .../linux-resctrl/system/node/node1/cpulist | 1 + .../linux-resctrl/system/node/node1/cpumap | 1 + .../linux-resctrl/system/node/node1/distance | 1 + .../hugepages/hugepages-1048576kB/free_hugepages | 1 + .../hugepages/hugepages-1048576kB/nr_hugepages | 1 + .../hugepages-1048576kB/surplus_hugepages | 1 + .../hugepages/hugepages-2048kB/free_hugepages | 1 + .../node1/hugepages/hugepages-2048kB/nr_hugepages | 1 + .../hugepages/hugepages-2048kB/surplus_hugepages | 1 + .../linux-resctrl/system/node/online | 1 + tests/vircaps2xmldata/vircaps-x86_64-resctrl.xml | 49 ++++++++++++++++++= ++++ tests/vircaps2xmltest.c | 2 + 416 files changed, 463 insertions(+) create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/cpus create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/cbm= _mask create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/min= _cbm_bits create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/num= _closids create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/c= pus create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/s= chemata create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/t= asks create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/schemata create mode 100644 tests/vircaps2xmldata/linux-resctrl/resctrl/tasks create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/ca= che/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/on= line create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/to= pology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/to= pology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/to= pology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/to= pology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/to= pology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/to= pology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/ca= che/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/on= line create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/to= pology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/to= pology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/to= pology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/to= pology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/to= pology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/to= pology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/level create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/shared_cpu_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/shared_cpu_map create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/size create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/type create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/onl= ine create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/core_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/core_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/core_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/physical_package_id create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/thread_siblings create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/thread_siblings_list create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/online create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/cpu/present create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pu0 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pu1 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pu2 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pu3 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pu4 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pu5 create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pulist create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/c= pumap create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/d= istance create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/h= ugepages/hugepages-1048576kB/free_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/h= ugepages/hugepages-1048576kB/nr_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/h= ugepages/hugepages-1048576kB/surplus_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/h= ugepages/hugepages-2048kB/free_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/h= ugepages/hugepages-2048kB/nr_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node0/h= ugepages/hugepages-2048kB/surplus_hugepages create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pu10 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pu11 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pu6 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pu7 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pu8 create mode 120000 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pu9 create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pulist create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/c= pumap create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/d= istance create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/h= ugepages/hugepages-1048576kB/free_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/h= ugepages/hugepages-1048576kB/nr_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/h= ugepages/hugepages-1048576kB/surplus_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/h= ugepages/hugepages-2048kB/free_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/h= ugepages/hugepages-2048kB/nr_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/node1/h= ugepages/hugepages-2048kB/surplus_hugepages create mode 100644 tests/vircaps2xmldata/linux-resctrl/system/node/online create mode 100644 tests/vircaps2xmldata/vircaps-x86_64-resctrl.xml diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/cpus b/tests/virca= ps2xmldata/linux-resctrl/resctrl/cpus new file mode 100644 index 000000000000..98d03acc98ed --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/cpus @@ -0,0 +1 @@ +fff diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/cbm_mask b= /tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/cbm_mask new file mode 100644 index 000000000000..78031dae83bf --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/cbm_mask @@ -0,0 +1 @@ +fffff diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/min_cbm_bi= ts b/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/min_cbm_bits new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/min_cbm_bits @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/num_closid= s b/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/num_closids new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/info/L3/num_closids @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/cpus b/t= ests/vircaps2xmldata/linux-resctrl/resctrl/manualres/cpus new file mode 100644 index 000000000000..8f087a34c80c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/cpus @@ -0,0 +1 @@ +000 diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/schemata= b/tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/schemata new file mode 100644 index 000000000000..e499ef75baaf --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/schemata @@ -0,0 +1 @@ +L3:0=3De0000;1=3De0000 diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/tasks b/= tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/tasks new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/schemata b/tests/v= ircaps2xmldata/linux-resctrl/resctrl/schemata new file mode 100644 index 000000000000..9b47d25fc72e --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/schemata @@ -0,0 +1 @@ +L3:0=3D1ffff;1=3D1ffff diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/tasks b/tests/virc= aps2xmldata/linux-resctrl/resctrl/tasks new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..5325a8dff751 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +001 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..5325a8dff751 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +001 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..5325a8dff751 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +001 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/core_= id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/core_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology= /core_siblings new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/core_sib= lings @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/top= ology/core_siblings_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/core_sib= lings_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/to= pology/physical_package_id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/physical= _package_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topolo= gy/thread_siblings new file mode 100644 index 000000000000..5325a8dff751 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/thread_s= iblings @@ -0,0 +1 @@ +001 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/t= opology/thread_siblings_list new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu0/topology/thread_s= iblings_list @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..5902f77e7e42 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +002 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..5902f77e7e42 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +002 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..5902f77e7e42 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +002 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/core_= id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/core_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology= /core_siblings new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/core_sib= lings @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/top= ology/core_siblings_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/core_sib= lings_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/to= pology/physical_package_id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/physical= _package_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topolo= gy/thread_siblings new file mode 100644 index 000000000000..5902f77e7e42 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/thread_s= iblings @@ -0,0 +1 @@ +002 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/t= opology/thread_siblings_list new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu1/topology/thread_s= iblings_list @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/= id new file mode 100644 index 000000000000..48082f72f087 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/id @@ -0,0 +1 @@ +12 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/inde= x0/level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/lev= el @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/= cache/index0/shared_cpu_list new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/sha= red_cpu_list @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/c= ache/index0/shared_cpu_map new file mode 100644 index 000000000000..d411bb7c1aca --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/sha= red_cpu_map @@ -0,0 +1 @@ +400 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 0/size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 0/type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/= id new file mode 100644 index 000000000000..48082f72f087 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/id @@ -0,0 +1 @@ +12 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/inde= x1/level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/lev= el @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/= cache/index1/shared_cpu_list new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/sha= red_cpu_list @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/c= ache/index1/shared_cpu_map new file mode 100644 index 000000000000..d411bb7c1aca --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/sha= red_cpu_map @@ -0,0 +1 @@ +400 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 1/size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 1/type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/= id new file mode 100644 index 000000000000..48082f72f087 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/id @@ -0,0 +1 @@ +12 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/inde= x2/level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/lev= el @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/= cache/index2/shared_cpu_list new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/sha= red_cpu_list @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/c= ache/index2/shared_cpu_map new file mode 100644 index 000000000000..d411bb7c1aca --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/sha= red_cpu_map @@ -0,0 +1 @@ +400 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 2/size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 2/type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/= id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/inde= x3/level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/lev= el @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/= cache/index3/shared_cpu_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/sha= red_cpu_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/c= ache/index3/shared_cpu_map new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/sha= red_cpu_map @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 3/size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/ind= ex3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index= 3/type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/online b/= tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/= core_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/cor= e_id new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/core_id @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/= core_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topolo= gy/core_siblings new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/core_si= blings @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/= core_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/t= opology/core_siblings_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/core_si= blings_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/= physical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/= topology/physical_package_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/physica= l_package_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/= thread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topo= logy/thread_siblings new file mode 100644 index 000000000000..d411bb7c1aca --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/thread_= siblings @@ -0,0 +1 @@ +400 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/= thread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10= /topology/thread_siblings_list new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu10/topology/thread_= siblings_list @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/= id new file mode 100644 index 000000000000..b1bd38b62a08 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/id @@ -0,0 +1 @@ +13 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/inde= x0/level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/lev= el @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/= cache/index0/shared_cpu_list new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/sha= red_cpu_list @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/c= ache/index0/shared_cpu_map new file mode 100644 index 000000000000..5ae5aef8442c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/sha= red_cpu_map @@ -0,0 +1 @@ +800 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 0/size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 0/type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/= id new file mode 100644 index 000000000000..b1bd38b62a08 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/id @@ -0,0 +1 @@ +13 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/inde= x1/level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/lev= el @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/= cache/index1/shared_cpu_list new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/sha= red_cpu_list @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/c= ache/index1/shared_cpu_map new file mode 100644 index 000000000000..5ae5aef8442c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/sha= red_cpu_map @@ -0,0 +1 @@ +800 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 1/size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 1/type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/= id new file mode 100644 index 000000000000..b1bd38b62a08 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/id @@ -0,0 +1 @@ +13 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/inde= x2/level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/lev= el @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/= cache/index2/shared_cpu_list new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/sha= red_cpu_list @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/c= ache/index2/shared_cpu_map new file mode 100644 index 000000000000..5ae5aef8442c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/sha= red_cpu_map @@ -0,0 +1 @@ +800 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 2/size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 2/type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/= id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/inde= x3/level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/lev= el @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/= cache/index3/shared_cpu_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/sha= red_cpu_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/c= ache/index3/shared_cpu_map new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/sha= red_cpu_map @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 3/size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/ind= ex3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index= 3/type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/online b/= tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/= core_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/cor= e_id new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/core_id @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/= core_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topolo= gy/core_siblings new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/core_si= blings @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/= core_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/t= opology/core_siblings_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/core_si= blings_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/= physical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/= topology/physical_package_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/physica= l_package_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/= thread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topo= logy/thread_siblings new file mode 100644 index 000000000000..5ae5aef8442c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/thread_= siblings @@ -0,0 +1 @@ +800 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/= thread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11= /topology/thread_siblings_list new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu11/topology/thread_= siblings_list @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/id @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..8f3cca4f016a --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +004 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/id @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..8f3cca4f016a --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +004 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/id @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..8f3cca4f016a --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +004 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/core_= id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/core_id @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology= /core_siblings new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/core_sib= lings @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/top= ology/core_siblings_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/core_sib= lings_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/to= pology/physical_package_id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/physical= _package_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topolo= gy/thread_siblings new file mode 100644 index 000000000000..8f3cca4f016a --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/thread_s= iblings @@ -0,0 +1 @@ +004 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/t= opology/thread_siblings_list new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu2/topology/thread_s= iblings_list @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/id new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/id @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..e195199bee51 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +008 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/id new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/id @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..e195199bee51 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +008 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/id new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/id @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..e195199bee51 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +008 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/core_= id new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/core_id @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology= /core_siblings new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/core_sib= lings @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/top= ology/core_siblings_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/core_sib= lings_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/to= pology/physical_package_id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/physical= _package_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topolo= gy/thread_siblings new file mode 100644 index 000000000000..e195199bee51 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/thread_s= iblings @@ -0,0 +1 @@ +008 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/t= opology/thread_siblings_list new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu3/topology/thread_s= iblings_list @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/id new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/id @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..9e8493eaee24 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +010 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/id new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/id @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..9e8493eaee24 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +010 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/id new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/id @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..9e8493eaee24 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +010 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/core_= id new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/core_id @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology= /core_siblings new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/core_sib= lings @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/top= ology/core_siblings_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/core_sib= lings_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/to= pology/physical_package_id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/physical= _package_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topolo= gy/thread_siblings new file mode 100644 index 000000000000..9e8493eaee24 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/thread_s= iblings @@ -0,0 +1 @@ +010 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/t= opology/thread_siblings_list new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu4/topology/thread_s= iblings_list @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/id new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/id @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..fb6187e9e012 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +020 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/id new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/id @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..fb6187e9e012 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +020 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/id new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/id @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..fb6187e9e012 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +020 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/core_= id new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/core_id @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology= /core_siblings new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/core_sib= lings @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/top= ology/core_siblings_list new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/core_sib= lings_list @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/to= pology/physical_package_id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/physical= _package_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topolo= gy/thread_siblings new file mode 100644 index 000000000000..fb6187e9e012 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/thread_s= iblings @@ -0,0 +1 @@ +020 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/t= opology/thread_siblings_list new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu5/topology/thread_s= iblings_list @@ -0,0 +1 @@ +5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/id new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/id @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..1e8b31496214 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +6 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..9070bc301771 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +040 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/id new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/id @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..1e8b31496214 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +6 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..9070bc301771 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +040 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/id new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/id @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..1e8b31496214 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +6 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..9070bc301771 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +040 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/core_= id new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/core_id @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology= /core_siblings new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/core_sib= lings @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/top= ology/core_siblings_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/core_sib= lings_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/to= pology/physical_package_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/physical= _package_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topolo= gy/thread_siblings new file mode 100644 index 000000000000..9070bc301771 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/thread_s= iblings @@ -0,0 +1 @@ +040 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/t= opology/thread_siblings_list new file mode 100644 index 000000000000..1e8b31496214 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu6/topology/thread_s= iblings_list @@ -0,0 +1 @@ +6 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/id new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/id @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..7f8f011eb73d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +7 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..fa5c7835bd30 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +080 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/id new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/id @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..7f8f011eb73d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +7 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..fa5c7835bd30 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +080 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/id new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/id @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..7f8f011eb73d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +7 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..fa5c7835bd30 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +080 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/core_= id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/core_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology= /core_siblings new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/core_sib= lings @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/top= ology/core_siblings_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/core_sib= lings_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/to= pology/physical_package_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/physical= _package_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topolo= gy/thread_siblings new file mode 100644 index 000000000000..fa5c7835bd30 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/thread_s= iblings @@ -0,0 +1 @@ +080 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/t= opology/thread_siblings_list new file mode 100644 index 000000000000..7f8f011eb73d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu7/topology/thread_s= iblings_list @@ -0,0 +1 @@ +7 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/id new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/id @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..29d6383b52c1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +100 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/id new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/id @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..29d6383b52c1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +100 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/id new file mode 100644 index 000000000000..f599e28b8ab0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/id @@ -0,0 +1 @@ +10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..29d6383b52c1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +100 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/core_= id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/core_id @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology= /core_siblings new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/core_sib= lings @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/top= ology/core_siblings_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/core_sib= lings_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/to= pology/physical_package_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/physical= _package_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topolo= gy/thread_siblings new file mode 100644 index 000000000000..29d6383b52c1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/thread_s= iblings @@ -0,0 +1 @@ +100 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/t= opology/thread_siblings_list new file mode 100644 index 000000000000..45a4fb75db86 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu8/topology/thread_s= iblings_list @@ -0,0 +1 @@ +8 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x0/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/id new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/id @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x0/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x0/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/ca= che/index0/shared_cpu_list new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/shar= ed_cpu_list @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x0/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index0/shared_cpu_map new file mode 100644 index 000000000000..08839f6bb296 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/shar= ed_cpu_map @@ -0,0 +1 @@ +200 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x0/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x0/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/= type new file mode 100644 index 000000000000..0b7088ec6330 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index0/type @@ -0,0 +1 @@ +Data diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x1/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/id new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/id @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x1/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1= /level new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/level @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x1/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/ca= che/index1/shared_cpu_list new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/shar= ed_cpu_list @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x1/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index1/shared_cpu_map new file mode 100644 index 000000000000..08839f6bb296 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/shar= ed_cpu_map @@ -0,0 +1 @@ +200 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x1/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/= size new file mode 100644 index 000000000000..56b868b2a363 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/size @@ -0,0 +1 @@ +32K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x1/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/= type new file mode 100644 index 000000000000..9a53cbfa32a8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index1/type @@ -0,0 +1 @@ +Instruction diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x2/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/id new file mode 100644 index 000000000000..b4de39476753 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/id @@ -0,0 +1 @@ +11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x2/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2= /level new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/level @@ -0,0 +1 @@ +2 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x2/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/ca= che/index2/shared_cpu_list new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/shar= ed_cpu_list @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x2/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index2/shared_cpu_map new file mode 100644 index 000000000000..08839f6bb296 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/shar= ed_cpu_map @@ -0,0 +1 @@ +200 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x2/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/= size new file mode 100644 index 000000000000..7a3f37367c74 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/size @@ -0,0 +1 @@ +256K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x2/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index2/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x3/id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x3/level b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3= /level new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/level @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x3/shared_cpu_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/ca= che/index3/shared_cpu_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/shar= ed_cpu_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x3/shared_cpu_map b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cac= he/index3/shared_cpu_map new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/shar= ed_cpu_map @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x3/size b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/= size new file mode 100644 index 000000000000..c05ac8b9042d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/size @@ -0,0 +1 @@ +15360K diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/inde= x3/type b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/= type new file mode 100644 index 000000000000..e4fd9dccda2c --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/cache/index3/type @@ -0,0 +1 @@ +Unified diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/online b/t= ests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/online new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/online @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/c= ore_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/core_= id new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/core_id @@ -0,0 +1 @@ +3 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/c= ore_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology= /core_siblings new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/core_sib= lings @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/c= ore_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/top= ology/core_siblings_list new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/core_sib= lings_list @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/p= hysical_package_id b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/to= pology/physical_package_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/physical= _package_id @@ -0,0 +1 @@ +1 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/t= hread_siblings b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topolo= gy/thread_siblings new file mode 100644 index 000000000000..08839f6bb296 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/thread_s= iblings @@ -0,0 +1 @@ +200 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/t= hread_siblings_list b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/t= opology/thread_siblings_list new file mode 100644 index 000000000000..ec635144f600 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/cpu9/topology/thread_s= iblings_list @@ -0,0 +1 @@ +9 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/online b/tests/= vircaps2xmldata/linux-resctrl/system/cpu/online new file mode 100644 index 000000000000..536e621dccf7 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/online @@ -0,0 +1 @@ +0-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/cpu/present b/tests= /vircaps2xmldata/linux-resctrl/system/cpu/present new file mode 100644 index 000000000000..536e621dccf7 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/cpu/present @@ -0,0 +1 @@ +0-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu0 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu0 new file mode 120000 index 000000000000..c841bea28b2b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu0 @@ -0,0 +1 @@ +../../cpu/cpu0 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu1 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu1 new file mode 120000 index 000000000000..5f4536279e70 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu1 @@ -0,0 +1 @@ +../../cpu/cpu1 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu2 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu2 new file mode 120000 index 000000000000..2dcca332cecb --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu2 @@ -0,0 +1 @@ +../../cpu/cpu2 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu3 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu3 new file mode 120000 index 000000000000..c7690e5aa678 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu3 @@ -0,0 +1 @@ +../../cpu/cpu3 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu4 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu4 new file mode 120000 index 000000000000..9e77a64eb4c8 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu4 @@ -0,0 +1 @@ +../../cpu/cpu4 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu5 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu5 new file mode 120000 index 000000000000..cc07c3b97bfe --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpu5 @@ -0,0 +1 @@ +../../cpu/cpu5 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpulist = b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpulist new file mode 100644 index 000000000000..82a99f2907a0 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpulist @@ -0,0 +1 @@ +0-5 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpumap b= /tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpumap new file mode 100644 index 000000000000..d37ac748bd91 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/cpumap @@ -0,0 +1 @@ +03f diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/distance= b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/distance new file mode 100644 index 000000000000..bdfaa851d0e7 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/distance @@ -0,0 +1 @@ +10 21 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepage= s/hugepages-1048576kB/free_hugepages b/tests/vircaps2xmldata/linux-resctrl/= system/node/node0/hugepages/hugepages-1048576kB/free_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepages/hugep= ages-1048576kB/free_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepage= s/hugepages-1048576kB/nr_hugepages b/tests/vircaps2xmldata/linux-resctrl/sy= stem/node/node0/hugepages/hugepages-1048576kB/nr_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepages/hugep= ages-1048576kB/nr_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepage= s/hugepages-1048576kB/surplus_hugepages b/tests/vircaps2xmldata/linux-resct= rl/system/node/node0/hugepages/hugepages-1048576kB/surplus_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepages/hugep= ages-1048576kB/surplus_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepage= s/hugepages-2048kB/free_hugepages b/tests/vircaps2xmldata/linux-resctrl/sys= tem/node/node0/hugepages/hugepages-2048kB/free_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepages/hugep= ages-2048kB/free_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepage= s/hugepages-2048kB/nr_hugepages b/tests/vircaps2xmldata/linux-resctrl/syste= m/node/node0/hugepages/hugepages-2048kB/nr_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepages/hugep= ages-2048kB/nr_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepage= s/hugepages-2048kB/surplus_hugepages b/tests/vircaps2xmldata/linux-resctrl/= system/node/node0/hugepages/hugepages-2048kB/surplus_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node0/hugepages/hugep= ages-2048kB/surplus_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu10 b/= tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu10 new file mode 120000 index 000000000000..a6dc6bb10e8b --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu10 @@ -0,0 +1 @@ +../../cpu/cpu10 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu11 b/= tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu11 new file mode 120000 index 000000000000..e29d8982840a --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu11 @@ -0,0 +1 @@ +../../cpu/cpu11 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu6 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu6 new file mode 120000 index 000000000000..2e7576354f93 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu6 @@ -0,0 +1 @@ +../../cpu/cpu6 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu7 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu7 new file mode 120000 index 000000000000..09e3f79b43d1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu7 @@ -0,0 +1 @@ +../../cpu/cpu7 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu8 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu8 new file mode 120000 index 000000000000..bda10cc34376 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu8 @@ -0,0 +1 @@ +../../cpu/cpu8 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu9 b/t= ests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu9 new file mode 120000 index 000000000000..1ec1db255a97 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpu9 @@ -0,0 +1 @@ +../../cpu/cpu9 \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpulist = b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpulist new file mode 100644 index 000000000000..fd6c445982a1 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpulist @@ -0,0 +1 @@ +6-11 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpumap b= /tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpumap new file mode 100644 index 000000000000..6c3274debe2f --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/cpumap @@ -0,0 +1 @@ +fc0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/distance= b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/distance new file mode 100644 index 000000000000..b7621ea9d2bf --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/distance @@ -0,0 +1 @@ +21 10 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepage= s/hugepages-1048576kB/free_hugepages b/tests/vircaps2xmldata/linux-resctrl/= system/node/node1/hugepages/hugepages-1048576kB/free_hugepages new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepages/hugep= ages-1048576kB/free_hugepages @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepage= s/hugepages-1048576kB/nr_hugepages b/tests/vircaps2xmldata/linux-resctrl/sy= stem/node/node1/hugepages/hugepages-1048576kB/nr_hugepages new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepages/hugep= ages-1048576kB/nr_hugepages @@ -0,0 +1 @@ +4 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepage= s/hugepages-1048576kB/surplus_hugepages b/tests/vircaps2xmldata/linux-resct= rl/system/node/node1/hugepages/hugepages-1048576kB/surplus_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepages/hugep= ages-1048576kB/surplus_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepage= s/hugepages-2048kB/free_hugepages b/tests/vircaps2xmldata/linux-resctrl/sys= tem/node/node1/hugepages/hugepages-2048kB/free_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepages/hugep= ages-2048kB/free_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepage= s/hugepages-2048kB/nr_hugepages b/tests/vircaps2xmldata/linux-resctrl/syste= m/node/node1/hugepages/hugepages-2048kB/nr_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepages/hugep= ages-2048kB/nr_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepage= s/hugepages-2048kB/surplus_hugepages b/tests/vircaps2xmldata/linux-resctrl/= system/node/node1/hugepages/hugepages-2048kB/surplus_hugepages new file mode 100644 index 000000000000..573541ac9702 --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/node1/hugepages/hugep= ages-2048kB/surplus_hugepages @@ -0,0 +1 @@ +0 diff --git a/tests/vircaps2xmldata/linux-resctrl/system/node/online b/tests= /vircaps2xmldata/linux-resctrl/system/node/online new file mode 100644 index 000000000000..8b0fab869c1d --- /dev/null +++ b/tests/vircaps2xmldata/linux-resctrl/system/node/online @@ -0,0 +1 @@ +0-1 diff --git a/tests/vircaps2xmldata/vircaps-x86_64-resctrl.xml b/tests/virca= ps2xmldata/vircaps-x86_64-resctrl.xml new file mode 100644 index 000000000000..6677791321fe --- /dev/null +++ b/tests/vircaps2xmldata/vircaps-x86_64-resctrl.xml @@ -0,0 +1,49 @@ + + + + + x86_64 + + + + + + + + + 1048576 + 2048 + 4096 + 6144 + + + + + + + + + + + 2097152 + 4096 + 6144 + 8192 + + + + + + + + + + + + + + + + + + diff --git a/tests/vircaps2xmltest.c b/tests/vircaps2xmltest.c index 675ed019a63b..137598e6724f 100644 --- a/tests/vircaps2xmltest.c +++ b/tests/vircaps2xmltest.c @@ -111,6 +111,8 @@ mymain(void) DO_TEST("caches", VIR_ARCH_X86_64); + DO_TEST_FULL("resctrl", VIR_ARCH_X86_64, true, true, true); + return ret; } --=20 2.12.2 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list