From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34024 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3kzN-0002Qf-3g for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3ktI-0006Y3-Io for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:27:49 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:55613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3ktI-0006U8-Cx for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:27:48 -0400 Received: by mail-iw0-f173.google.com with SMTP id 38so17737iwn.4 for ; Thu, 07 Oct 2010 00:27:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4CAD7670.10808@redhat.com> Date: Thu, 07 Oct 2010 09:27:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 05/11] Delete write only variables List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 10/06/2010 11:32 PM, Blue Swirl wrote: > @@ -91,8 +90,6 @@ static int vga_osi_call (CPUState *env) > env->gpr[3] = 0; > break; > case 39: /* video_ctrl */ > - if (env->gpr[6] == 0 || env->gpr[6] == 1) > - vga_vbl_enabled = env->gpr[6]; > env->gpr[3] = 0; > break; > case 47: NACK, this smells like an incomplete emulation. Paolo