[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GIT PULL for qemu-pseries] pseries: Update SLOF firmware image
From: |
Alexey Kardashevskiy |
Subject: |
Re: [GIT PULL for qemu-pseries] pseries: Update SLOF firmware image |
Date: |
Wed, 23 Oct 2019 11:04:10 +1100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2 |
On 22/10/2019 19:49, Philippe Mathieu-Daudé wrote:
> Hi Alekey,
>
> On 10/22/19 6:09 AM, Alexey Kardashevskiy wrote:
>> The following changes since commit 7cff77c24d8f5e558cef3538a44044d66aa225a5:
>>
>> spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass (2019-10-16 12:01:41
>> +1100)
>>
>> are available in the Git repository at:
>>
>> address@hidden:aik/qemu.git tags/qemu-slof-20191022
>>
>> for you to fetch changes up to 8e59d05f71ae783e12a8eb7eb582e0a86ba3d6dc:
>>
>> pseries: Update SLOF firmware image (2019-10-22 15:05:36 +1100)
>>
>> ----------------------------------------------------------------
>> Alexey Kardashevskiy (1):
>> pseries: Update SLOF firmware image
>>
>> pc-bios/README | 2 +-
>> pc-bios/slof.bin | Bin 930640 -> 928552 bytes
>> roms/SLOF | 2 +-
>> 3 files changed, 2 insertions(+), 2 deletions(-)
>
> Looking at commit 8e59d05f71ae which update the SLOF submodule,
> in your future updates can you include the git shortlog in the
> commit description?
I guess I can do that.
Is there an easy way to combine
git -C roms/SLOF shortlog qemu-slof-20190911..qemu-slof-20191022
git commit
?
After
export MYDIFF=$(git -C roms/SLOF shortlog
qemu-slof-20190911..qemu-slof-20191022)
$MYDIFF looses formatting (drops \r) so it is no good for a commit log.
>
> Simply:
>
> $ git shortlog qemu-slof-20190911..qemu-slof-20191022
> Alexey Kardashevskiy (3):
> pci: Align PCI node names with QEMU
> libusb: Fix compiler warnings with gcc9
> version: update to 20191022
>
> Thomas Huth (1):
> ipv6: Fix gcc9 warnings
>
> Thanks,
>
> Phil.
>
--
Alexey