From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 816F21A1E30 for ; Wed, 12 Oct 2016 03:09:11 -0700 (PDT) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 077CB3B713; Wed, 12 Oct 2016 10:09:11 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-37.phx2.redhat.com [10.3.116.37]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9CA99vc006514; Wed, 12 Oct 2016 06:09:10 -0400 From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen Date: Wed, 12 Oct 2016 12:09:00 +0200 Message-Id: <20161012100905.6296-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 12 Oct 2016 10:09:11 +0000 (UTC) Subject: [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: Wed, 12 Oct 2016 10:09:11 -0000 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