From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.128.65; helo=mail-wm1-f65.google.com; envelope-from=philmd@redhat.com; receiver=edk2-devel@lists.01.org Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1B78C2117AE63 for ; Fri, 9 Nov 2018 12:07:39 -0800 (PST) Received: by mail-wm1-f65.google.com with SMTP id f10-v6so3103099wme.3 for ; Fri, 09 Nov 2018 12:07:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=cAITKo7/F83RZ7rcrR/IS0SwsM+AkOBu8BnBdANc2GM=; b=BDGn3kIQ6wyP5ipCBtU3B4fOSeol73i+S1g/j9JC0/3dADM+40vURGm1g3d/7+GP2d rK5iJvwCGOKrg/R3eLydYlWMOmJZaD4k2Eay5qu4J935ib5o96qmP4hjgBt0mQFNXh4A pDQJK1xNqDtTVrf5kFfiFFSJ9XrpP0OeUjuaUBg2T03fwlZalvAqkfOvIjjAm0HukLvk RC7CARi8GS/YJLXUPa7GpFd81HxQm0u2dr2ERHlU8wKVuC3J00bzv41ai9Jf3na+cwEl yze3ZnAoG47pChwfoVDLpM6jLbSIj6H7CYrYZTsoX2D0JXes+rGoxj6ZZhKZNgAHXhRt 6gqg== X-Gm-Message-State: AGRZ1gIB8Skl+Ar7kiwGdbn+bQAYYYvyzjTR/e8c37NOUvymcHKDdXWW 5Cm6ME1GPDLYpm2zVMCIVmO56A== X-Google-Smtp-Source: AJdET5eZ0Y7aIEqxGGsa/chPON2v9rRQqyryMqkx76aTjzCI9VmHskkS1rT2N7cn5qYjMbyfgd7z0A== X-Received: by 2002:a1c:adc2:: with SMTP id w185-v6mr578340wme.103.1541794058459; Fri, 09 Nov 2018 12:07:38 -0800 (PST) Received: from [10.201.33.118] ([195.166.127.210]) by smtp.gmail.com with ESMTPSA id x194-v6sm6460278wmd.41.2018.11.09.12.07.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Nov 2018 12:07:37 -0800 (PST) To: Laszlo Ersek , edk2-devel@lists.01.org Cc: Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall , yuchenlin References: <20181109194419.24750-1-lersek@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <99a5faff-9098-97e7-bfa4-9a7b05050ba0@redhat.com> Date: Fri, 9 Nov 2018 21:07:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181109194419.24750-1-lersek@redhat.com> Subject: Re: [PATCH 0/4] OvmfPkg: revert some untimely pushed VMW SVGA reverts X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2018 20:07:40 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit On 9/11/18 20:44, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: revert_revert_bz_1319 > > Not much to say here, I've written it up in > . > > One way to verify this series quickly is: > >> $ git diff 62ea70e31285..revert_revert_bz_1319 -- OvmfPkg/ >> [nothing] > > Thanks, and sorry about the churn > Laszlo > > Cc: Anthony Perard > Cc: Ard Biesheuvel > Cc: Jordan Justen > Cc: Julien Grall > Cc: Philippe Mathieu-Daudé > Cc: yuchenlin > > Laszlo Ersek (4): > Reapply "OvmfPkg: VMWare SVGA display device register definitions" > Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port > I/O." > Reapply "OvmfPkg/QemuVideoDxe: VMWare SVGA device support" > Reapply "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF > file" Series: Reviewed-by: Philippe Mathieu-Daudé