diff mbox

Makefile: properly install bios-256k.bin

Message ID 1389012883-24516-1-git-send-email-pl@kamp.de
State New
Headers show

Commit Message

Peter Lieven Jan. 6, 2014, 12:54 p.m. UTC
Commit bcf2b7d introduced new 256k seabios files. However,
they were not installed.

Signed-off-by: Peter Lieven <pl@kamp.de>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Jan. 6, 2014, 1:12 p.m. UTC | #1
On 6 January 2014 12:54, Peter Lieven <pl@kamp.de> wrote:
> Commit bcf2b7d introduced new 256k seabios files. However,
> they were not installed.

This is a dup of this patch by Eduardo from last month:
http://patchwork.ozlabs.org/patch/299233/

thanks
-- PMM
Peter Maydell Jan. 6, 2014, 1:17 p.m. UTC | #2
On 6 January 2014 13:17, Peter Lieven <pl@kamp.de> wrote:
> On 06.01.2014 14:12, Peter Maydell wrote:
>
> On 6 January 2014 12:54, Peter Lieven <pl@kamp.de> wrote:
>
> Commit bcf2b7d introduced new 256k seabios files. However,
> they were not installed.
>
> This is a dup of this patch by Eduardo from last month:
> http://patchwork.ozlabs.org/patch/299233/
>
> Thanks for the pointer. However, this patch is not in master atm.

Yes, that's why I quoted a patchwork URL rather than
a commit hash :-)

In general, the first of several identical patches for a
fix is the one that should be committed, and there's not
much point in sending in duplicates (especially when the
first patch already has review tags.)

thanks
-- PMM
Peter Lieven Jan. 6, 2014, 1:17 p.m. UTC | #3
On 06.01.2014 14:12, Peter Maydell wrote:
> On 6 January 2014 12:54, Peter Lieven <pl@kamp.de> wrote:
>> Commit bcf2b7d introduced new 256k seabios files. However,
>> they were not installed.
> This is a dup of this patch by Eduardo from last month:
> http://patchwork.ozlabs.org/patch/299233/
Thanks for the pointer. However, this patch is not in master atm.

https://github.com/qemu/qemu/blob/master/Makefile

Peter
Peter Lieven Jan. 6, 2014, 1:22 p.m. UTC | #4
On 06.01.2014 14:17, Peter Maydell wrote:
> On 6 January 2014 13:17, Peter Lieven <pl@kamp.de> wrote:
>> On 06.01.2014 14:12, Peter Maydell wrote:
>>
>> On 6 January 2014 12:54, Peter Lieven <pl@kamp.de> wrote:
>>
>> Commit bcf2b7d introduced new 256k seabios files. However,
>> they were not installed.
>>
>> This is a dup of this patch by Eduardo from last month:
>> http://patchwork.ozlabs.org/patch/299233/
>>
>> Thanks for the pointer. However, this patch is not in master atm.
> Yes, that's why I quoted a patchwork URL rather than
> a commit hash :-)
>
> In general, the first of several identical patches for a
> fix is the one that should be committed, and there's not
> much point in sending in duplicates (especially when the
> first patch already has review tags.)
thats clear.
I did not want to have credit for this I have just not realized
that there is already a patch.

Peter
diff mbox

Patch

diff --git a/Makefile b/Makefile
index bdff4e4..807054b 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@  common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr \
 bepo    cz
 
 ifdef INSTALL_BLOBS
-BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
+BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
 vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \
 acpi-dsdt.aml q35-acpi-dsdt.aml \
 ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin \