Re: [PATCH v3] mos6522: fix linking error when CONFIG_MOS6522 is not set

2022-05-17 Thread Daniel Henrique Barboza
On 5/16/22 11:33, Thomas Huth wrote: On 16/05/2022 16.14, Daniel Henrique Barboza wrote: On 5/10/22 20:54, Murilo Opsfelder Araujo wrote: When CONFIG_MOS6522 is not set, building ppc64-softmmu target fails: /usr/bin/ld: libqemu-ppc64-softmmu.fa.p/monitor_misc.c.o:(.data+0x1158): und

Re: [PATCH v3] mos6522: fix linking error when CONFIG_MOS6522 is not set

2022-05-16 Thread Thomas Huth
On 16/05/2022 16.14, Daniel Henrique Barboza wrote: On 5/10/22 20:54, Murilo Opsfelder Araujo wrote: When CONFIG_MOS6522 is not set, building ppc64-softmmu target fails: /usr/bin/ld: libqemu-ppc64-softmmu.fa.p/monitor_misc.c.o:(.data+0x1158): undefined reference to `hmp_info_via' Mak

Re: [PATCH v3] mos6522: fix linking error when CONFIG_MOS6522 is not set

2022-05-16 Thread Daniel Henrique Barboza
On 5/10/22 20:54, Murilo Opsfelder Araujo wrote: When CONFIG_MOS6522 is not set, building ppc64-softmmu target fails: /usr/bin/ld: libqemu-ppc64-softmmu.fa.p/monitor_misc.c.o:(.data+0x1158): undefined reference to `hmp_info_via' Make devices configuration available in hmp-commands*.hx

Re: [PATCH v3] mos6522: fix linking error when CONFIG_MOS6522 is not set

2022-05-10 Thread Thomas Huth
On 11/05/2022 01.54, Murilo Opsfelder Araujo wrote: When CONFIG_MOS6522 is not set, building ppc64-softmmu target fails: /usr/bin/ld: libqemu-ppc64-softmmu.fa.p/monitor_misc.c.o:(.data+0x1158): undefined reference to `hmp_info_via' Make devices configuration available in hmp-commands*.hx

[PATCH v3] mos6522: fix linking error when CONFIG_MOS6522 is not set

2022-05-10 Thread Murilo Opsfelder Araujo
When CONFIG_MOS6522 is not set, building ppc64-softmmu target fails: /usr/bin/ld: libqemu-ppc64-softmmu.fa.p/monitor_misc.c.o:(.data+0x1158): undefined reference to `hmp_info_via' Make devices configuration available in hmp-commands*.hx and check for CONFIG_MOS6522. Fixes: 409e9f7131e5 (mos