From patchwork Mon Mar 4 21:02:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 10838641 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 13ED017E9 for ; Mon, 4 Mar 2019 21:22:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F2BA62B50F for ; Mon, 4 Mar 2019 21:22:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E6EC52B6DC; Mon, 4 Mar 2019 21:22:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 94F2A2B50F for ; Mon, 4 Mar 2019 21:22:45 +0000 (UTC) Received: from localhost ([127.0.0.1]:33253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0v2q-0001lb-Le for patchwork-qemu-devel@patchwork.kernel.org; Mon, 04 Mar 2019 16:22:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0uuS-00036R-Di for qemu-devel@nongnu.org; Mon, 04 Mar 2019 16:14:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0ujB-00027n-F1 for qemu-devel@nongnu.org; Mon, 04 Mar 2019 16:02:26 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47702) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h0ujB-0001yj-1L for qemu-devel@nongnu.org; Mon, 04 Mar 2019 16:02:25 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0E74D11CD1; Mon, 4 Mar 2019 22:02:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ll9GNvJKSoTr; Mon, 4 Mar 2019 22:02:19 +0100 (CET) Received: from function (dhcp-97-159.dsi-ext.ens-lyon.fr [140.77.97.159]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0B6CA11CCE; Mon, 4 Mar 2019 22:02:18 +0100 (CET) Received: from samy by function with local (Exim 4.92-RC6) (envelope-from ) id 1h0uj4-0001qX-8m; Mon, 04 Mar 2019 22:02:18 +0100 From: Samuel Thibault To: qemu-devel@nongnu.org Date: Mon, 4 Mar 2019 22:02:15 +0100 Message-Id: <20190304210217.7056-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.233.100.1 Subject: [Qemu-devel] [PATCHv2 0/2] curses: Add support for wide output X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ekohler@gmail.com, armbru@redhat.com, kraxel@redhat.com, pbonzini@redhat.com, Samuel Thibault Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hello, This adds support for wide output in the curses frontend Difference with previous version: - Add more rationale in commit message - Move charset option to curses-only section. Samuel Thibault (2): iconv: detect and make curses depend on it curses: add option to specify VGA font encoding configure | 45 ++++++- qapi/ui.json | 14 +++ qemu-options.hx | 5 +- ui/curses.c | 315 ++++++++++++++++++++++++++++++++++++++++-------- vl.c | 2 +- 5 files changed, 331 insertions(+), 50 deletions(-)