[Qemu-devel] [PATCH v3 0/2] roms: Add 'clean' make rule and EDK2 documentation fix

Philippe Mathieu-Daudé posted 2 patches 4 years, 11 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190506141923.12183-1-philmd@redhat.com
roms/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v3 0/2] roms: Add 'clean' make rule and EDK2 documentation fix
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
Hi,

Two trivial patches waiting Laszlo's series to land.

Since v2:
- removed duplicated space chars (Laszlo)
- added Laszlo's R-b tag

Since v1:
- rebased

v2:
https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg00853.html
v1:
https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg01589.html
https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg01598.html

Philippe Mathieu-Daudé (2):
  roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description
  roms: List and describe the Makefile 'clean' rule

 roms/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v3 0/2] roms: Add 'clean' make rule and EDK2 documentation fix
Posted by Laszlo Ersek 4 years, 11 months ago
On 05/06/19 16:19, Philippe Mathieu-Daudé wrote:
> Hi,
> 
> Two trivial patches waiting Laszlo's series to land.

... I think you can submit a pullreq with these two patches now --
because I believe that you refer to

  [Qemu-devel] [PULL 00/12] bundle edk2 platform firmware with QEMU

above, and that's been merged for a while now.

Thanks!
Laszlo

> Since v2:
> - removed duplicated space chars (Laszlo)
> - added Laszlo's R-b tag
> 
> Since v1:
> - rebased
> 
> v2:
> https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg00853.html
> v1:
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg01589.html
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg01598.html
> 
> Philippe Mathieu-Daudé (2):
>   roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description
>   roms: List and describe the Makefile 'clean' rule
> 
>  roms/Makefile | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 


Re: [Qemu-devel] [PATCH v3 0/2] roms: Add 'clean' make rule and EDK2 documentation fix
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
On 5/7/19 12:56 PM, Laszlo Ersek wrote:
> On 05/06/19 16:19, Philippe Mathieu-Daudé wrote:
>> Hi,
>>
>> Two trivial patches waiting Laszlo's series to land.
> 
> ... I think you can submit a pullreq with these two patches now --
> because I believe that you refer to
> 
>   [Qemu-devel] [PULL 00/12] bundle edk2 platform firmware with QEMU
> 
> above, and that's been merged for a while now.

Hmm I sent the previous series Cc'ing qemu-trivial@nongnu.org, but not
this one. That's odd (because I use git-publish which takes care of
keeping the same destinataries since the previous version), I probably
messed something.

I won't submit a PR that keeps Peter's test setup busy a while for 2
lines of documentation changes =)

Cc'ing qemu-trivial@nongnu.org again, hoping they can queue this, since
there is no rush.

Thanks!

Phil.