Re: [PATCH] tools/libs: guest: Fix Arm build after 8fc4916daf2a

2021-05-19 Thread Julien Grall
Hi, On 18/05/2021 18:05, Andrew Cooper wrote: On 18/05/2021 18:03, Julien Grall wrote: From: Julien Grall Gitlab CI spotted an issue when building the tools Arm: xg_dom_arm.c: In function 'meminit': xg_dom_arm.c:401:50: error: passing argument 3 of 'set_mode' discards 'const' qualifier from

Re: [PATCH] tools/libs: guest: Fix Arm build after 8fc4916daf2a

2021-05-18 Thread Andrew Cooper
On 18/05/2021 18:03, Julien Grall wrote: > From: Julien Grall > > Gitlab CI spotted an issue when building the tools Arm: > > xg_dom_arm.c: In function 'meminit': > xg_dom_arm.c:401:50: error: passing argument 3 of 'set_mode' discards 'const' > qualifier from pointer target type [-Werror=discarde

[PATCH] tools/libs: guest: Fix Arm build after 8fc4916daf2a

2021-05-18 Thread Julien Grall
From: Julien Grall Gitlab CI spotted an issue when building the tools Arm: xg_dom_arm.c: In function 'meminit': xg_dom_arm.c:401:50: error: passing argument 3 of 'set_mode' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] 401 | rc = set_mode(dom->xch, dom