From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WuOAy-0006Sp-Q9 for mharc-qemu-trivial@gnu.org; Tue, 10 Jun 2014 11:41:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuOAr-0006Hz-4I for qemu-trivial@nongnu.org; Tue, 10 Jun 2014 11:41:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuOAl-0003yo-6r for qemu-trivial@nongnu.org; Tue, 10 Jun 2014 11:41:21 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:47704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuOAX-0003q2-DP; Tue, 10 Jun 2014 11:41:01 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 047F6412A5; Tue, 10 Jun 2014 19:40:55 +0400 (MSK) Message-ID: <53972707.1020909@msgid.tls.msk.ru> Date: Tue, 10 Jun 2014 19:40:55 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: mischief , qemu-devel@nongnu.org References: <20140609051917.GA17110@iota.offblast.org> In-Reply-To: <20140609051917.GA17110@iota.offblast.org> X-Enigmail-Version: 1.6 OpenPGP: id=804465C5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org Subject: Re: [Qemu-trivial] [PATCH] hw: vmware_vga: don't return cursorx when the driver asks for cursory register X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 15:41:27 -0000 09.06.2014 09:19, mischief wrote: > hello qemu-*@nongnu.org, this is my first contribution. apologies if > something is incorrect. > > this patch fixes vmware_vga.c so that it actually returns the cursory > register when asked for, instead of cursorx. That's a good one. Thank you, applied to -trivial. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuOAe-0005ww-92 for qemu-devel@nongnu.org; Tue, 10 Jun 2014 11:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuOAX-0003s0-Kn for qemu-devel@nongnu.org; Tue, 10 Jun 2014 11:41:08 -0400 Message-ID: <53972707.1020909@msgid.tls.msk.ru> Date: Tue, 10 Jun 2014 19:40:55 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <20140609051917.GA17110@iota.offblast.org> In-Reply-To: <20140609051917.GA17110@iota.offblast.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: vmware_vga: don't return cursorx when the driver asks for cursory register List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mischief , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 09.06.2014 09:19, mischief wrote: > hello qemu-*@nongnu.org, this is my first contribution. apologies if > something is incorrect. > > this patch fixes vmware_vga.c so that it actually returns the cursory > register when asked for, instead of cursorx. That's a good one. Thank you, applied to -trivial. /mjt