mbox

[PULL,0/4] OpenRISC fixes for QEMU 2022-05-15

Message ID 20220515013948.2993495-1-shorne@gmail.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/stffrdhrn/qemu.git tags/or1k-pull-request-20220515

Message

Stafford Horne May 15, 2022, 1:39 a.m. UTC
The following changes since commit 2e3408b3cc7de4e87a9adafc8c19bfce3abec947:

  Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-05-03 09:13:17 -0700)

are available in the Git repository at:

  https://github.com/stffrdhrn/qemu.git tags/or1k-pull-request-20220515

for you to fetch changes up to e8f0ab0cd674241cbab7231ce05ac1bfa0b4f5ed:

  target/openrisc: Do not reset delay slot flag on early tb exit (2022-05-15 10:33:01 +0900)

----------------------------------------------------------------
OpenRISC Fixes for 7.0

 - A few or1ksim fixes and enhancements
 - A fix for OpenRISC tcg backend around delay slot handling

----------------------------------------------------------------
Jason A. Donenfeld (3):
      hw/openrisc: page-align FDT address
      hw/openrisc: support 4 serial ports in or1ksim
      hw/openrisc: use right OMPIC size variable

Stafford Horne (1):
      target/openrisc: Do not reset delay slot flag on early tb exit

 hw/openrisc/openrisc_sim.c | 28 +++++++++++++++++++---------
 target/openrisc/cpu.c      | 11 +++++++++++
 2 files changed, 30 insertions(+), 9 deletions(-)

Jason A. Donenfeld (3):
  hw/openrisc: page-align FDT address
  hw/openrisc: support 4 serial ports in or1ksim
  hw/openrisc: use right OMPIC size variable

Stafford Horne (1):
  target/openrisc: Do not reset delay slot flag on early tb exit

 hw/openrisc/openrisc_sim.c | 28 +++++++++++++++++++---------
 target/openrisc/cpu.c      | 11 +++++++++++
 2 files changed, 30 insertions(+), 9 deletions(-)

Comments

Richard Henderson May 15, 2022, 11:12 p.m. UTC | #1
On 5/14/22 18:39, Stafford Horne wrote:
> The following changes since commit 2e3408b3cc7de4e87a9adafc8c19bfce3abec947:
> 
>    Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-05-03 09:13:17 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/stffrdhrn/qemu.git tags/or1k-pull-request-20220515
> 
> for you to fetch changes up to e8f0ab0cd674241cbab7231ce05ac1bfa0b4f5ed:
> 
>    target/openrisc: Do not reset delay slot flag on early tb exit (2022-05-15 10:33:01 +0900)
> 
> ----------------------------------------------------------------
> OpenRISC Fixes for 7.0
> 
>   - A few or1ksim fixes and enhancements
>   - A fix for OpenRISC tcg backend around delay slot handling

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.

The gpg key I have for you is expired.  Have you refreshed the expiration date and pushed 
the new copy somewhere?


r~


> 
> ----------------------------------------------------------------
> Jason A. Donenfeld (3):
>        hw/openrisc: page-align FDT address
>        hw/openrisc: support 4 serial ports in or1ksim
>        hw/openrisc: use right OMPIC size variable
> 
> Stafford Horne (1):
>        target/openrisc: Do not reset delay slot flag on early tb exit
> 
>   hw/openrisc/openrisc_sim.c | 28 +++++++++++++++++++---------
>   target/openrisc/cpu.c      | 11 +++++++++++
>   2 files changed, 30 insertions(+), 9 deletions(-)
> 
> Jason A. Donenfeld (3):
>    hw/openrisc: page-align FDT address
>    hw/openrisc: support 4 serial ports in or1ksim
>    hw/openrisc: use right OMPIC size variable
> 
> Stafford Horne (1):
>    target/openrisc: Do not reset delay slot flag on early tb exit
> 
>   hw/openrisc/openrisc_sim.c | 28 +++++++++++++++++++---------
>   target/openrisc/cpu.c      | 11 +++++++++++
>   2 files changed, 30 insertions(+), 9 deletions(-)
>
Stafford Horne May 15, 2022, 11:50 p.m. UTC | #2
On Sun, May 15, 2022 at 04:12:50PM -0700, Richard Henderson wrote:
> On 5/14/22 18:39, Stafford Horne wrote:
> > The following changes since commit 2e3408b3cc7de4e87a9adafc8c19bfce3abec947:
> > 
> >    Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-05-03 09:13:17 -0700)
> > 
> > are available in the Git repository at:
> > 
> >    https://github.com/stffrdhrn/qemu.git tags/or1k-pull-request-20220515
> > 
> > for you to fetch changes up to e8f0ab0cd674241cbab7231ce05ac1bfa0b4f5ed:
> > 
> >    target/openrisc: Do not reset delay slot flag on early tb exit (2022-05-15 10:33:01 +0900)
> > 
> > ----------------------------------------------------------------
> > OpenRISC Fixes for 7.0
> > 
> >   - A few or1ksim fixes and enhancements
> >   - A fix for OpenRISC tcg backend around delay slot handling
> 
> Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.
> 
> The gpg key I have for you is expired.  Have you refreshed the expiration
> date and pushed the new copy somewhere?

Hello Richard,

I updated my PGP key (C3B31C2D5E6627E4) last year or so to extend the expiry
day.  It should be uploaded to pgp.mit.edu, but for some reason that server is
not responding to searches for me right now.

I have also just uploaded it to keyserver.ubuntu.com if that helps.

 - https://keyserver.ubuntu.com/pks/lookup?search=stafford+horne&fingerprint=on&op=index

    sec  rsa4096/C3B31C2D5E6627E4
	 created: 2016-09-14  expires: never       usage: SC

If you still have any issue I can try to work it out.

-Stafford