From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMP5m-0004I8-Nl for qemu-devel@nongnu.org; Tue, 05 Dec 2017 21:05:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMP5h-0008Au-Oe for qemu-devel@nongnu.org; Tue, 05 Dec 2017 21:05:46 -0500 Received: from indium.canonical.com ([91.189.90.7]:48340) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eMP5h-00089f-IZ for qemu-devel@nongnu.org; Tue, 05 Dec 2017 21:05:41 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1eMP5e-0002cp-Lu for ; Wed, 06 Dec 2017 02:05:38 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 9EBD02E80C3 for ; Wed, 6 Dec 2017 02:05:38 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 06 Dec 2017 01:57:57 -0000 From: Nathan Rennie-Waldock <1670509@bugs.launchpad.net> Reply-To: Bug 1670509 <1670509@bugs.launchpad.net> Sender: bounces@canonical.com References: <20170306224936.27687.97076.malonedeb@gac.canonical.com> Message-Id: <151252547814.3366.539152234273246245.malone@gac.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 1670509] Re: sgabios outputs incorrect video modes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Any chance of getting this patch included? I've deleted the incorrect patch and attached the correct one (taken from Q= EMU's sgabios repo). ** Patch removed: "0001-SGABIOS-fix-wrong-video-attrs-for-int-10h-ah-13h.pa= tch" https://bugs.launchpad.net/ubuntu/+source/sgabios/+bug/1670509/+attachme= nt/4834118/+files/0001-SGABIOS-fix-wrong-video-attrs-for-int-10h-ah-13h.pat= ch ** Patch added: "0001-SGABIOS-fix-wrong-video-attrs-for-int-10h-ah-13h.patc= h" https://bugs.launchpad.net/ubuntu/+source/sgabios/+bug/1670509/+attachme= nt/5019029/+files/0001-SGABIOS-fix-wrong-video-attrs-for-int-10h-ah-13h.pat= ch -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1670509 Title: sgabios outputs incorrect video modes Status in QEMU: New Status in sgabios package in Ubuntu: Confirmed Bug description: When run with a bootstrap loader that uses int 0x10 with 0x1301 in %ax, incorrect video modes are output to the serial port. I believe the VGA image will be correct. This might also affect the returned values for some interrupts. This is caused because the set_cursor_position routine fails to save and restore %bx. I'm working on a fix for this. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1670509/+subscriptions