On 19.12.24 08:12, Jan Beulich wrote:
On 18.12.2024 12:24, Jürgen Groß wrote:
On 18.12.24 12:11, Thierry Escande wrote:
On 12/12/2024 12:09, Juergen Gross wrote:
On 12.12.24 11:22, Jan Beulich wrote:
On 11.12.2024 19:20, Thierry Escande wrote:
Hi Jan,
On 09/12/2024 11:04, Jan Beulich wrot
'--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url:
https://github.com/intel-lab-lkp/linux/commits/Stefano-Stabellini/xen-update-pvcalls_front_accept-prototype/20250104-070503
base: https://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
'--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url:
https://github.com/intel-lab-lkp/linux/commits/Stefano-Stabellini/xen-update-pvcalls_front_accept-prototype/20250104-070503
base: https://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
On 2025-01-04 00:29, Stefano Stabellini wrote:
On Thu, 2 Jan 2025, Andrew Cooper wrote:
... and hook it up for RISC-V and PPC.
On RISC-V at least, no combination of headers pulls in errno.h, so
include it
explicitly.
Guard the hypercalls array declaration based on NR_hypercalls
existing. T
From: banmengtao
When I installed Xen on Ubuntu 22.04 and rebooted into the kernel, it kept
freezing and threw an exception: "Unsupported processor. Unknown vendor 16."
This patch fixes the issue where the Hygon CPU could not be recognized when
entering the Xen kernel.
Signed-off-by: banmengta