From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 92C131A1E3C for ; Sat, 15 Oct 2016 13:25:45 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 15 Oct 2016 13:25:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,350,1473145200"; d="scan'208";a="1054326904" Received: from ahjahagi-mobl1.amr.corp.intel.com (HELO localhost) ([10.252.140.179]) by fmsmga001.fm.intel.com with ESMTP; 15 Oct 2016 13:25:44 -0700 MIME-Version: 1.0 To: Laszlo Ersek , "edk2-devel-01" Message-ID: <147656314463.18236.4000193262114371334@jljusten-ivb> From: Jordan Justen In-Reply-To: <20161012100905.6296-1-lersek@redhat.com> References: <20161012100905.6296-1-lersek@redhat.com> User-Agent: alot/0.3.7 Date: Sat, 15 Oct 2016 13:25:44 -0700 Subject: Re: [PATCH 0/5] OvmfPkg/QemuVideoDxe: cleanups and tweaks X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 20:25:45 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jordan Justen On 2016-10-12 03:09:00, Laszlo Ersek wrote: > Reviewing (part of) Ray's recent FrameBufferBltLib changes gave me the > idea for this. The patches are really small. > = > Public branch: . > = > Cc: Jordan Justen > = > Thanks > Laszlo > = > Laszlo Ersek (5): > OvmfPkg/QemuVideoDxe: drop useless QEMU_VIDEO_MODE_DATA.RefreshRate > OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_CIRRUS_MODES.RefreshRate > OvmfPkg/QemuVideoDxe: remove useless > QEMU_VIDEO_PRIVATE_DATA.CurrentMode > OvmfPkg/QemuVideoDxe: remove useless > QEMU_VIDEO_PRIVATE_DATA.LineBuffer > OvmfPkg/QemuVideoDxe: upgrade VERBOSE debug messages to INFO > = > OvmfPkg/QemuVideoDxe/Qemu.h | 9 ++---- > OvmfPkg/QemuVideoDxe/Gop.c | 16 ----------- > OvmfPkg/QemuVideoDxe/Initialize.c | 30 +++++++++----------- > OvmfPkg/QemuVideoDxe/VbeShim.c | 4 +-- > 4 files changed, 17 insertions(+), 42 deletions(-) > = > -- = > 2.9.2 >=20