[Qemu-devel] [PATCHv3 0/2] curses: Add support for wide output

Samuel Thibault posted 2 patches 5 years, 1 month ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190311135127.2229-1-samuel.thibault@ens-lyon.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
configure        |  60 ++++++++-
qapi/ui.json     |  14 +++
qemu-options.hx  |   5 +-
ui/Makefile.objs |   4 +-
ui/curses.c      | 315 ++++++++++++++++++++++++++++++++++++++++-------
vl.c             |   2 +-
6 files changed, 348 insertions(+), 52 deletions(-)
[Qemu-devel] [PATCHv3 0/2] curses: Add support for wide output
Posted by Samuel Thibault 5 years, 1 month ago
Hello,

This adds support for wide output in the curses frontend

Difference with previous version:
- detect iconv from /usr/local before from /usr, in case a libiconv
  version is there in addition to the system-provided in /usr

Samuel Thibault (2):
  iconv: detect and make curses depend on it
  curses: add option to specify VGA font encoding

 configure        |  60 ++++++++-
 qapi/ui.json     |  14 +++
 qemu-options.hx  |   5 +-
 ui/Makefile.objs |   4 +-
 ui/curses.c      | 315 ++++++++++++++++++++++++++++++++++++++++-------
 vl.c             |   2 +-
 6 files changed, 348 insertions(+), 52 deletions(-)

-- 
2.20.1