Home
last modified time | relevance | path

Searched hist:"76 c51fc3af34a02a5b6ecebe87dc2c2830251d16" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/ui/
H A Dcurses.cdiff 76c51fc3af34a02a5b6ecebe87dc2c2830251d16 Thu Mar 05 06:45:24 CST 2020 Philippe Mathieu-Daudé <philmd@redhat.com> ui/curses: Move arrays to .heap to save 74KiB of .bss

We only need these arrays when using the curses display.
Move them from the .bss to the .heap (sizes reported on
x86_64 host: screen[] is 64KiB, vga_to_curses 7KiB).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>