From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 244F8A04FF; Wed, 23 Mar 2022 09:13:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C9FE427EF; Wed, 23 Mar 2022 09:13:48 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id AACED41104 for ; Wed, 23 Mar 2022 09:13:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648023226; x=1679559226; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lUmcnDjnziG4LobR5Vgz7ioQhiNv9VmPT4M1Kr3/jDY=; b=ZX1/dzhz2XEuOhxLM8hrKdpGhPktUQk/2xx9pAkrqdaIeXdNWrVCEcRG L89ojaG5Vg23G8jr4ZbglXfMsDB4yU9cw1HYUCxUR2SaOGsFT4qrcQjgn tax/uTOz8dEefFnvpX6llswrmNkFfQckc1epwpYfYsNzgh1GWDzNFEpxz Vszt+xk0Py2sMyolF8JED7ElQOemTXCy1LFssM66EDpep+ZC+aIBWuJA5 jhRtOkp92XqmYMoQtwuKJwnyci+bck7WKMip6qxqIxX1eEtj1aqp81SmB FdBwoFESJRQNItn07wsmpN2Klsqax0lcy73olML0q8duu2HHmQBJhqB8S w==; X-IronPort-AV: E=McAfee;i="6200,9189,10294"; a="240213052" X-IronPort-AV: E=Sophos;i="5.90,203,1643702400"; d="scan'208";a="240213052" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 01:13:45 -0700 Message-Id: <746b4b$gmq07h@orsmga008-auth.jf.intel.com> Date: 23 Mar 2022 01:13:44 -0700 X-IronPort-AV: E=Sophos;i="5.90,203,1643702400"; d="scan'208";a="560791806" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 01:13:44 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH] vm_images: Update to handle additional host configurations From: lijuan.tu@intel.com To: dts@dpdk.org,ohilyard@iol.unh.edu Cc: Owen Hilyard In-Reply-To: <20220302170637.24095-1-ohilyard@iol.unh.edu> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ohilyard@iol.unh.edu Errors-To: dts-bounces@dpdk.org On Wed, 2 Mar 2022 12:06:37 -0500, ohilyard@iol.unh.edu wrote: > From: Owen Hilyard > > While doing testing on UNH's ARM system, there were a few edge cases. Namely > that docker must be run in privileged mode. This is not due to ARM but > SeLinux/AppArmor getting the way of accessing some of kvm's resources > while in an unprivileged namespace. Issues with passing through the > hardware clock resulted in both the addition of chronyd and trusting the > ssl certificates on python's pip repositories while installing meson due > to issues with SSL and the VM time starting at Jan 1, 1970. > > Signed-off-by: Owen Hilyard Applied, thanks