Re: [PATCH 1/4] ui/console: make qemu_console_is_multihead() static

2023-09-13 Thread Philippe Mathieu-Daudé
On 13/9/23 16:49, Laszlo Ersek wrote: qemu_console_is_multihead() is only called from within "ui/console.c"; make it static. Cc: "Marc-André Lureau" (odd fixer:Graphics) Cc: Gerd Hoffmann (odd fixer:Graphics) Signed-off-by: Laszlo Ersek --- include/ui/console.h | 1 - ui/console.c

[PATCH 1/4] ui/console: make qemu_console_is_multihead() static

2023-09-13 Thread Laszlo Ersek
qemu_console_is_multihead() is only called from within "ui/console.c"; make it static. Cc: "Marc-André Lureau" (odd fixer:Graphics) Cc: Gerd Hoffmann (odd fixer:Graphics) Signed-off-by: Laszlo Ersek --- include/ui/console.h | 1 - ui/console.c | 2 +- 2 files changed, 1 insertion(+), 2