On 24/04/2023 11.07, Yong-Xuan Wang wrote:
Sync-up Linux header to get latest KVM RISC-V headers having AIA support.
Signed-off-by: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
Reviewed-by: Jim Shu <jim.shu@xxxxxxxxxx>
---
linux-headers/linux/kvm.h | 2 ++
target/riscv/kvm_riscv.h | 33 +++++++++++++++++++++++++++++++++
Hi!
Please don't mix updates to linux-headers/ with updates to other files.
linux-headers/ should only by updated via the
scripts/update-linux-headers.sh script, and then the whole update should be
included in the patch, not only selected files.
Thanks,
Thomas