Re: [PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu

2023-03-03 Thread Michal Orzel
Wei Chen ; >> Bertrand Marquis ; Doug Goldstein >> >> Subject: Re: [PATCH 1/2] automation: arm64: Create a test job for testing >> static heap on qemu >> >> Hi Jiamei, >> >> On 03/03/2023 07:49, Jiamei Xie wrote: >>> >>> >>&

RE: [PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu

2023-03-03 Thread Jiamei Xie
March 3, 2023 9:51 AM > >> To: Jiamei Xie > >> Cc: xen-devel@lists.xenproject.org; Wei Chen ; > >> sstabell...@kernel.org; Bertrand Marquis ; > >> Doug Goldstein > >> Subject: Re: [PATCH 1/2] automation: arm64: Create a test job for testing > >&g

Re: [PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu

2023-03-02 Thread Michal Orzel
tabell...@kernel.org; Bertrand Marquis ; >> Doug Goldstein >> Subject: Re: [PATCH 1/2] automation: arm64: Create a test job for testing >> static heap on qemu >> >> On Thu, 2 Mar 2023, jiamei.xie wrote: >>> From: Jiamei Xie >>> >>> Create a ne

RE: [PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu

2023-03-02 Thread Jiamei Xie
Hi Stefano, > -Original Message- > From: Stefano Stabellini > Sent: Friday, March 3, 2023 9:51 AM > To: Jiamei Xie > Cc: xen-devel@lists.xenproject.org; Wei Chen ; > sstabell...@kernel.org; Bertrand Marquis ; > Doug Goldstein > Subject: Re: [PATCH 1/2] automati

Re: [PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu

2023-03-02 Thread Stefano Stabellini
On Thu, 2 Mar 2023, jiamei.xie wrote: > From: Jiamei Xie > > Create a new test job, called qemu-smoke-dom0less-arm64-gcc-staticheap. > > Add property "xen,static-heap" under /chosen node to enable static-heap. > If the domU can start successfully with static-heap enabled, then this > test pass.

[PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu

2023-03-01 Thread jiamei.xie
From: Jiamei Xie Create a new test job, called qemu-smoke-dom0less-arm64-gcc-staticheap. Add property "xen,static-heap" under /chosen node to enable static-heap. If the domU can start successfully with static-heap enabled, then this test pass. Signed-off-by: Jiamei Xie --- automation/gitlab-c