On 5/9/24 09:48, Paolo Bonzini wrote:
> On 9/4/24 16:36, Philippe Mathieu-Daudé wrote:
>> As per the deprecation notice in commit c7bbef4023:
>>
>> The CRIS architecture was pulled from Linux in 4.17 and
>> the compiler is no longer packaged in any distro [...].
>>
>> It is now unlikely QEMU is build on CRIS host.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>> Reviewed-by: Thomas Huth <thuth@redhat.com>
>> ---
>> system/qemu-seccomp.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/system/qemu-seccomp.c b/system/qemu-seccomp.c
>> index 98ffce075c..a14a0c0635 100644
>> --- a/system/qemu-seccomp.c
>> +++ b/system/qemu-seccomp.c
>> @@ -50,7 +50,7 @@ const struct scmp_arg_cmp sched_setscheduler_arg[] = {
>> * See 'NOTES' in 'man 2 clone' - s390 & cross have 'flags' in
>> * different position to other architectures
>
> Small nit, "cross" is a misspelling of "cris" so
>
> s/& cross //
Funny :)
>
> No need to repost, of course.
I'll correct, thanks.
>
> Paolo