From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuJpF-0008C5-Oq for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:02:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuJpA-0004T6-VD for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:02:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuJpA-0004Sw-Mm for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:02:40 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5AB2doD012463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 10 Jun 2014 07:02:39 -0400 From: Gerd Hoffmann Date: Tue, 10 Jun 2014 13:02:31 +0200 Message-Id: <1402398153-18272-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] console patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two little console bugfixes. please pull, Gerd The following changes since commit 7b0140e49b1c239c880c90235548917086f53cdc: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140610' into staging (2014-06-10 10:59:26 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-console-20140610-1 for you to fetch changes up to 333cb18ff4aaf249b2e81a376bee2b15370f4784: console: fix -vga none -sdl crash (2014-06-10 12:36:36 +0200) ---------------------------------------------------------------- console: two little bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (2): console: kill MAX_CONSOLES, alloc consoles dynamically console: fix -vga none -sdl crash ui/console.c | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-)