Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-04-24 Thread BALATON Zoltan
On Wed, 24 Apr 2024, BALATON Zoltan wrote: On Wed, 24 Apr 2024, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Why? Here's my attempt at an answer: because this runs only within HMP command "info tlb". Using

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-04-24 Thread BALATON Zoltan
On Wed, 24 Apr 2024, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Why? Here's my attempt at an answer: because this runs only within HMP command "info tlb". Using qemu_printf() there isn't wrong, but with

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-04-24 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Why? Here's my attempt at an answer: because this runs only within HMP command "info tlb". Using qemu_printf() there isn't wrong, but with monitor_printf(), it's obvious that we print to

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-03-28 Thread BALATON Zoltan
On Thu, 28 Mar 2024, Dr. David Alan Gilbert wrote: * BALATON Zoltan (bala...@eik.bme.hu) wrote: On Sun, 24 Mar 2024, Dr. David Alan Gilbert wrote: * Philippe Mathieu-Daudé (phi...@linaro.org) wrote: Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Signed-off-by:

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-03-28 Thread Dr. David Alan Gilbert
* BALATON Zoltan (bala...@eik.bme.hu) wrote: > On Sun, 24 Mar 2024, Dr. David Alan Gilbert wrote: > > * Philippe Mathieu-Daudé (phi...@linaro.org) wrote: > > > Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. > > > > > > Signed-off-by: Philippe Mathieu-Daudé > > > --- > > >

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-03-24 Thread BALATON Zoltan
On Sun, 24 Mar 2024, Dr. David Alan Gilbert wrote: * Philippe Mathieu-Daudé (phi...@linaro.org) wrote: Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Signed-off-by: Philippe Mathieu-Daudé --- target/m68k/cpu.h | 2 +- target/m68k/helper.c | 126

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-03-24 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@linaro.org) wrote: > Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/m68k/cpu.h | 2 +- > target/m68k/helper.c | 126 +- >

Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-03-21 Thread Richard Henderson
On 3/21/24 05:48, Philippe Mathieu-Daudé wrote: Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Signed-off-by: Philippe Mathieu-Daudé --- target/m68k/cpu.h | 2 +- target/m68k/helper.c | 126 +- target/m68k/monitor.c |

[PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor

2024-03-21 Thread Philippe Mathieu-Daudé
Replace qemu_printf() by monitor_printf() / monitor_puts() in monitor. Signed-off-by: Philippe Mathieu-Daudé --- target/m68k/cpu.h | 2 +- target/m68k/helper.c | 126 +- target/m68k/monitor.c | 4 +- 3 files changed, 67 insertions(+), 65