From patchwork Sun Mar 3 10:44:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 10837011 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 65F611669 for ; Sun, 3 Mar 2019 10:46:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 488182A4CA for ; Sun, 3 Mar 2019 10:46:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3ACC32A4CB; Sun, 3 Mar 2019 10:46:04 +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 A3FDA2A4C8 for ; Sun, 3 Mar 2019 10:46:03 +0000 (UTC) Received: from localhost ([127.0.0.1]:36961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0Od8-0006C5-3e for patchwork-qemu-devel@patchwork.kernel.org; Sun, 03 Mar 2019 05:46:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0Obl-0005Ac-Fj for qemu-devel@nongnu.org; Sun, 03 Mar 2019 05:44:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0Obk-0000j5-QF for qemu-devel@nongnu.org; Sun, 03 Mar 2019 05:44:37 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:41412) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h0Obk-0000hk-IS for qemu-devel@nongnu.org; Sun, 03 Mar 2019 05:44:36 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 33EBA94AF; Sun, 3 Mar 2019 11:44:34 +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 GvGLbibnNeAJ; Sun, 3 Mar 2019 11:44:33 +0100 (CET) Received: from function (unknown [212.83.130.210]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 44CA494AA; Sun, 3 Mar 2019 11:44:33 +0100 (CET) Received: from samy by function with local (Exim 4.92-RC6) (envelope-from ) id 1h0Obe-00020n-Ur; Sun, 03 Mar 2019 11:44:30 +0100 From: Samuel Thibault To: qemu-devel@nongnu.org Date: Sun, 3 Mar 2019 11:44:28 +0100 Message-Id: <20190303104430.7692-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] [PATCH 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: Eddie Kohler , 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 Samuel Thibault (2): iconv: detect and make curses depend on it curses: add option to specify VGA font encoding configure | 45 ++++++- qapi/ui.json | 4 +- qemu-options.hx | 5 +- ui/curses.c | 315 ++++++++++++++++++++++++++++++++++++++++-------- vl.c | 2 +- 5 files changed, 320 insertions(+), 51 deletions(-)