* [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin
@ 2014-01-06 12:54 Peter Lieven
2014-01-06 13:12 ` Peter Maydell
0 siblings, 1 reply; 5+ messages in thread
From: Peter Lieven @ 2014-01-06 12:54 UTC (permalink / raw)
To: qemu-devel; +Cc: Peter Lieven, kraxel
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(-)
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 \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin
2014-01-06 12:54 [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin Peter Lieven
@ 2014-01-06 13:12 ` Peter Maydell
2014-01-06 13:17 ` Peter Lieven
0 siblings, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2014-01-06 13:12 UTC (permalink / raw)
To: Peter Lieven; +Cc: QEMU Developers, Gerd Hoffmann
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin
2014-01-06 13:17 ` Peter Lieven
@ 2014-01-06 13:17 ` Peter Maydell
2014-01-06 13:22 ` Peter Lieven
0 siblings, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2014-01-06 13:17 UTC (permalink / raw)
To: Peter Lieven; +Cc: QEMU Developers, Gerd Hoffmann
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin
2014-01-06 13:12 ` Peter Maydell
@ 2014-01-06 13:17 ` Peter Lieven
2014-01-06 13:17 ` Peter Maydell
0 siblings, 1 reply; 5+ messages in thread
From: Peter Lieven @ 2014-01-06 13:17 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers, Gerd Hoffmann
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1219 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin
2014-01-06 13:17 ` Peter Maydell
@ 2014-01-06 13:22 ` Peter Lieven
0 siblings, 0 replies; 5+ messages in thread
From: Peter Lieven @ 2014-01-06 13:22 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers, Gerd Hoffmann
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-06 13:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 12:54 [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin Peter Lieven
2014-01-06 13:12 ` Peter Maydell
2014-01-06 13:17 ` Peter Lieven
2014-01-06 13:17 ` Peter Maydell
2014-01-06 13:22 ` Peter Lieven
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.