[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 06/10] automation: qemu-smoke-arm32.sh: Modify script to use ImageBuilder


  • To: Stewart Hildebrand <stewart@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Mon, 26 Sep 2022 16:59:35 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=stew.dk smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=tpsHDvobjZSN/NAv9lqO/Wf0Q9sPdxa6UxR8kDW8pmw=; b=Ds0zdj3oaMnUdkjWwtk+ZoctftexLEpoht0pdV1HBpEcoSQGApQ6hIDkZ8JB/Lhaz2tITYc2TGXOCxE6AplNBau2/qA/QA/U+p9ilpUkwjYiGxpiUAfTMTXUTRDnTUYw7fsYuvBLwzJDhCiBj1lkrNkFcZmWVgruzlN+sq+O8MjQboXnqpf2NE1/T47QuC1NvOa+uF+oWXhwUIBmJI960WHqu1JbOfO395fb+2xzRzGzzBOddy19yVKrDtNZqLtwTMJjKWYQYyw3Dax0ouOo5BD9hli25kZNWWXuhsACP6YRTo2de5SGgKF6ndDlIVrkJb2Xt0JUhWsLjS2CwEC6tQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kp+TEQsgNc4E8wW8t+bWEXPr7EqS2YCObHIjksipaX8CNmmDL7iM45vcCnjQGbgdbr1se56qEginHq/4+5slK84W9ZpcLBNZ2xveaQakcl6S+BKH05Xl26qJUbIy71XJQarYMpStUGYlNx3UbATS62rc/XVouLkuWf+G6cREjNswdV0O1K492/+9UOtTF+70L5t7w+4Sc5v3OcUtbS80b3T6rK5/r2lS2UBEjvdopt+i9MFf2B8rmSEy8h5nyS26aYKEco5400PPyP0+nWrPQ9xukBX0LrR6WADzYKIYKlu9CqCukCu6RqLoX6pzoYjgjdFyyoCPhiCy+qBpuGKO6Q==
  • Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Mon, 26 Sep 2022 15:00:02 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi Stewart,

On 26/09/2022 16:46, Stewart Hildebrand wrote:
> 
> 
> On 9/26/22 07:04, Michal Orzel wrote:
>> Take an example from arm64 qemu test scripts and use ImageBuilder
>> to generate u-boot script automatically. Calculating the addresses
>> manually is quite error prone and also we will be able to benefit
>> from using ImageBuilder when adding domUs to this test in the future.
>>
>> Install and use u-boot from the debian package.
>> Modify the script so that binaries are loaded from u-boot via tftp.
>> Remove dtuart=/pl011@9000000 because stdout-path in QEMU dtb is always
>> set to pl011 node path.
>>
>> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
>> ---
>> Changes in v2:
>> - add explanation in commit msg why we remove dtuart path
>> ---
>>   automation/scripts/qemu-smoke-arm32.sh | 57 ++++++++++++--------------
>>   1 file changed, 27 insertions(+), 30 deletions(-)
>>
>> diff --git a/automation/scripts/qemu-smoke-arm32.sh 
>> b/automation/scripts/qemu-smoke-arm32.sh
>> index 530f3892fdd3..765facbe4d66 100755
>> --- a/automation/scripts/qemu-smoke-arm32.sh
>> +++ b/automation/scripts/qemu-smoke-arm32.sh
>> @@ -4,7 +4,9 @@ set -ex
>>
>>   export DEBIAN_FRONTENT=noninteractive
> 
> While you are here, there's a typo. s/DEBIAN_FRONTENT/DEBIAN_FRONTEND/

This is a good catch. Thanks!
It looks like all the Arm scripts use FRONTENT instead of FRONTEND. This is 
clearly incorrect.
I will need to fix all the occurrences as part of this cleanup series.

~Michal



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.