Re: [PATCH] hw/core: fix link error with --disable-fdt

2021-03-16 Thread Philippe Mathieu-Daudé
Hi Anthoine, On 3/16/21 9:23 PM, Anthoine Bourgeois wrote: > The link error appends only with x86_64-softmmu as the only target. > > Fixes: a33ff6d2c6bd480fbab3bc9f748655a9269881eb ("hw/core: implement a > guest-loader to support static hypervisor guests") > > Signed-off-by: Anthoine Bourgeois

[PATCH] hw/core: fix link error with --disable-fdt

2021-03-16 Thread Anthoine Bourgeois
The link error appends only with x86_64-softmmu as the only target. Fixes: a33ff6d2c6bd480fbab3bc9f748655a9269881eb ("hw/core: implement a guest-loader to support static hypervisor guests") Signed-off-by: Anthoine Bourgeois --- hw/core/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 delet