[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] x86emul/test: correct compiler checking and avoid it when merely cleaning
- To: Jan Beulich <jbeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Thu, 20 Nov 2025 12:44:12 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=+YGIHoR8/gL3mIhoVY22JGFktR3EqorKH3gTHLtPTCE=; b=yJkr+V4X9sPFhN/97TMCo8q35/ejqFvWOSlLDcViiqcwkamgEPh/9lyBrRnCr48HKio0E+fz2LGwX479fhMj9r/d28NPDiYgTagElS7iWD+SsGMepvBhcLAGqm5y9T9Nb078K/gxBFL+E+59c17pOJUL/cA7+S9VT4StsYZGLQG31Y/AvdkIw7LzMxzyU9LimT+ng2mYy0mkYu1jPoQeDm5YU00vcox+NV6BBND2V1pyaY8JjYU2s52yPXdmSIo83o2EM3mQn6URvGfPFY7oMliLMeM1+ZLi1gqLSfpDYON20ddJmU5UwLxiR+dXDhmNqW6Oa+Ya58TE6ajYPrgKAw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ijaF20pVTFgT7Xzyc5KTR59APePpIFDzeCwi6gzIEYjz1IqJY05zvDI/OoLcjmblYXJOyUMHMiWw/dvRrft6rULlh9qW/DncbvSTDz49ngR/zPJLQSPINNt7gYTIr+Rw5X0bpQV6EOb1pwiyETlpoU5odJgbtcS/ebSOGuUsP9AaN56N2VvimZvAdVtahugLtTbCnw83SwN4ZhxQ9Jv6tGPwqx5MuCDLJkY63o9ay4x+Qmi2DpSDVFnUZGHaaR3cMZibSdjP3faXCmin5ledQc4hKY3fjZn5uPl+AHjRPH+hbDic0Euus2RNlxxVHGvzGMOk8/J11bRYINZzmS9FCA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 20 Nov 2025 12:44:23 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20/11/2025 12:43 pm, Jan Beulich wrote:
> The error messages that the compiler may emit can be confusing.
>
> The check was also the wrong way round in case multiple make targets are
> specified: We want to do the check whenever targets other than the running
> and cleaning ones are specified.
>
> Fixes: 05f4cc219235 ("x86emul: suppress default test harness build with
> incapable compiler")
> Fixes: d5997399b7ad ("x86emul: suppress "not built" warning for test
> harness'es run targets")
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
|