mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
console: Replace conditional debug messages by trace methods
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
1226961622
commit
5d28b0e960
2 changed files with 5 additions and 8 deletions
|
@ -1010,6 +1010,8 @@ dma_map_wait(void *dbs) "dbs=%p"
|
|||
|
||||
# ui/console.c
|
||||
console_gfx_new(void) ""
|
||||
console_putchar_csi(int esc_param0, int esc_param1, int ch, int nb_esc_params) "escape sequence CSI%d;%d%c, %d parameters"
|
||||
console_putchar_unhandled(int ch) "unhandled escape character '%c'"
|
||||
console_txt_new(int w, int h) "%dx%d"
|
||||
console_select(int nr) "%d"
|
||||
console_refresh(int interval) "interval %d ms"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue