mbox

[PULL,00/10] hppa power button support, graphics updates and firmware fixes

Message ID 20200903160746.27491-1-deller@gmx.de
State New
Headers show

Pull-request

https://github.com/hdeller/qemu-hppa.git tags/target-hppa-pull-request

Message

Helge Deller Sept. 3, 2020, 4:07 p.m. UTC
hppa power button support, graphics updates and firmware fixes

The following changes since commit ac8b279f13865d1a4f1958d3bf34240c1c3af90d:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into staging (2020-08-27 13:48:12 +0100)

are available in the Git repository at:

   https://github.com/hdeller/qemu-hppa.git tags/target-hppa-pull-request

for you to fetch changes up to 32a2b033f0a406c0dd4cc7375367ee63cc36789a:

  hw/display/artist: Allow screen size up to 2048 lines (2020-09-03 17:30:04 +0200)

----------------------------------------------------------------

Helge Deller (10):
  seabios-hppa: Update SeaBIOS to hppa-qemu-5.2-2 tag
  hw/hppa: Make number of TLB and BTLB entries configurable
  hw/hppa: Store boot device in fw_cfg section
  hw/hppa: Change fw_cfg port address
  hw/hppa: Tell SeaBIOS port address of fw_cfg
  hw/hppa: Add power button emulation
  target/hppa: Fix boot with old Linux installation CDs
  hw/display/artist: Verify artist screen resolution
  hw/display/artist: Refactor x/y coordination extraction
  hw/display/artist: Allow screen size up to 2048 lines

 hw/display/artist.c       |  43 +++++++++++++++++++----------
 hw/hppa/hppa_hardware.h   |   3 +-
 hw/hppa/machine.c         |  56 +++++++++++++++++++++++++++++++++++++-
 pc-bios/hppa-firmware.img | Bin 783192 -> 785696 bytes
 roms/seabios-hppa         |   2 +-
 target/hppa/cpu.h         |   5 +++-
 target/hppa/insns.decode  |  10 +++----
 7 files changed, 95 insertions(+), 24 deletions(-)

--
2.21.3

Comments

Peter Maydell Sept. 7, 2020, 6:29 p.m. UTC | #1
On Thu, 3 Sep 2020 at 17:07, Helge Deller <deller@gmx.de> wrote:
>
> hppa power button support, graphics updates and firmware fixes
>
> The following changes since commit ac8b279f13865d1a4f1958d3bf34240c1c3af90d:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into staging (2020-08-27 13:48:12 +0100)
>
> are available in the Git repository at:
>
>    https://github.com/hdeller/qemu-hppa.git tags/target-hppa-pull-request

Hi; this is a git tag, but it is not a signed tag; we only
take merges with signed tags.

thanks
-- PMM
Helge Deller Sept. 7, 2020, 7:12 p.m. UTC | #2
On 07.09.20 20:29, Peter Maydell wrote:
> On Thu, 3 Sep 2020 at 17:07, Helge Deller <deller@gmx.de> wrote:
>>
>> hppa power button support, graphics updates and firmware fixes
>>
>> The following changes since commit ac8b279f13865d1a4f1958d3bf34240c1c3af90d:
>>
>>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into staging (2020-08-27 13:48:12 +0100)
>>
>> are available in the Git repository at:
>>
>>    https://github.com/hdeller/qemu-hppa.git tags/target-hppa-pull-request
>
> Hi; this is a git tag, but it is not a signed tag; we only
> take merges with signed tags.

Sorry, I missed that.
Fixed it up and signed it now.
Can you retry?

Thanks!
Helge
Peter Maydell Sept. 7, 2020, 8:24 p.m. UTC | #3
On Mon, 7 Sep 2020 at 20:12, Helge Deller <deller@gmx.de> wrote:
>
> On 07.09.20 20:29, Peter Maydell wrote:
> > On Thu, 3 Sep 2020 at 17:07, Helge Deller <deller@gmx.de> wrote:
> >>
> >> hppa power button support, graphics updates and firmware fixes
> >>
> >> The following changes since commit ac8b279f13865d1a4f1958d3bf34240c1c3af90d:
> >>
> >>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into staging (2020-08-27 13:48:12 +0100)
> >>
> >> are available in the Git repository at:
> >>
> >>    https://github.com/hdeller/qemu-hppa.git tags/target-hppa-pull-request
> >
> > Hi; this is a git tag, but it is not a signed tag; we only
> > take merges with signed tags.
>
> Sorry, I missed that.
> Fixed it up and signed it now.
> Can you retry?

OK. (In general to ask for a retry you should just resend the
git request-pull cover letter, because that will be caught
by my mail filters, whereas an informal request for a retry
is more dependent on my happening to notice your email. But
I saw this one, so it's OK.)

thanks
-- PMM
Peter Maydell Sept. 8, 2020, 12:23 p.m. UTC | #4
On Thu, 3 Sep 2020 at 17:07, Helge Deller <deller@gmx.de> wrote:
>
> hppa power button support, graphics updates and firmware fixes
>
> The following changes since commit ac8b279f13865d1a4f1958d3bf34240c1c3af90d:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into staging (2020-08-27 13:48:12 +0100)
>
> are available in the Git repository at:
>
>    https://github.com/hdeller/qemu-hppa.git tags/target-hppa-pull-request
>
> for you to fetch changes up to 32a2b033f0a406c0dd4cc7375367ee63cc36789a:
>
>   hw/display/artist: Allow screen size up to 2048 lines (2020-09-03 17:30:04 +0200)
>
> ----------------------------------------------------------------
>
> Helge Deller (10):
>   seabios-hppa: Update SeaBIOS to hppa-qemu-5.2-2 tag
>   hw/hppa: Make number of TLB and BTLB entries configurable
>   hw/hppa: Store boot device in fw_cfg section
>   hw/hppa: Change fw_cfg port address
>   hw/hppa: Tell SeaBIOS port address of fw_cfg
>   hw/hppa: Add power button emulation
>   target/hppa: Fix boot with old Linux installation CDs
>   hw/display/artist: Verify artist screen resolution
>   hw/display/artist: Refactor x/y coordination extraction
>   hw/display/artist: Allow screen size up to 2048 lines


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM