Hi Stefan, On 9/19/23 19:18, Stefan Hajnoczi wrote:
Please take a look at the following CI failure and resend when you have fixed the error: ... In file included from ../target/hppa/mem_helper.c:21: ../target/hppa/mem_helper.c: In function ‘helper_diag_btlb’: ../target/hppa/mem_helper.c:461:36: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
I just send out a v2 pull request with this fixed. Thanks! Helge