From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wk5e3-0003Ma-KG for qemu-devel@nongnu.org; Tue, 13 May 2014 01:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wk5dx-0002r2-9B for qemu-devel@nongnu.org; Tue, 13 May 2014 01:52:55 -0400 Received: from smtprelay04.ispgateway.de ([80.67.31.42]:40434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wk5dx-0002qA-2E for qemu-devel@nongnu.org; Tue, 13 May 2014 01:52:49 -0400 Date: Tue, 13 May 2014 07:52:45 +0200 From: Bernhard Walle Message-ID: <20140513055244.GA32132@euler.fritz.box> References: <20140509150621.GA9474@euler.fritz.box> <20140510150739.GA29484@morn.localdomain> <536F6241.2060806@bwalle.de> <20140511123720.GA20468@morn.localdomain> <705f2182cbc05c35147afbe7c06c62a6@bwalle.de> <20140512052918.GA2100@morn.localdomain> <20140512200731.GA15678@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140512200731.GA15678@morn.localdomain> Subject: Re: [Qemu-devel] uvesafb doesn't work with seabios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: qemu-devel@nongnu.org, kraxel@redhat.com Hi, * Kevin O'Connor [2014-05-12 22:07]: > On Mon, May 12, 2014 at 08:53:53PM +0200, Bernhard Walle wrote: > > Am 2014-05-12 07:29, schrieb Kevin O'Connor: > > > > > >It does look like the x86emu issue. You can try applying the > > >SeaVGABIOS patch below to confirm it. > > > > The output doesn't appear. But I'm sure that I copied the correct files > > because modifications of other strings worked. > > Heh - old versions of x86emu apparently don't support "rep outsb" > either. Can you test the patch below instead? Okay, the output appears. So that means that I should update v86d (the x86emu lib included there is okay?)? Regards, Bernhard