qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2] configure: Add linux header compile support for LoongArch


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] configure: Add linux header compile support for LoongArch
Date: Tue, 16 Jan 2024 10:49:31 +0100
User-agent: Mozilla Thunderbird

On 16/1/24 02:39, Bibo Mao wrote:
When compiling qemu with system KVM mode for LoongArch, header files
in directory linux-headers/asm-loongarch should be used firstly.
Otherwise it fails to find kvm.h on system with old glibc, since
latest kernel header files are not installed.

This patch adds linux_arch definition for LoongArch system so that
header files in directory linux-headers/asm-loongarch can be included.

Fixes: 714b03c125 ("target/loongarch: Add loongarch kvm into meson build")
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Changes in v2:
  1. Add Fixes label for commit 714b03c125

Thanks Bibo, no need to respin for tags such 'Fixes' or 'Reviewed-by',
git tools include them directly when applying patches.

Since you haven't Cc'ed Song Gao, I'm queuing this via my tree.

Regards,

Phil.

---
  configure | 1 +
  1 file changed, 1 insertion(+)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]