mbox

[PULL,0/2] qemu-sparc queue 20211121

Message ID 20211121095933.28174-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

git://github.com/mcayland/qemu.git tags/qemu-sparc-20211121

Message

Mark Cave-Ayland Nov. 21, 2021, 9:59 a.m. UTC
The following changes since commit 8627edfb3f1fca24a96a0954148885c3241c10f8:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2021-11-19 17:16:57 +0100)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc-20211121

for you to fetch changes up to 319e89cdc32096432b578152a47d0d156033b711:

  escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1 (2021-11-21 09:56:52 +0000)

----------------------------------------------------------------
qemu-sparc queue
  - contains fixes for ESCC reset issues with Sun PROM and OpenBSD on SPARC32

----------------------------------------------------------------
Mark Cave-Ayland (2):
      escc: always set STATUS_TXEMPTY in R_STATUS on device reset
      escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1

 hw/char/escc.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Comments

Richard Henderson Nov. 21, 2021, 3:47 p.m. UTC | #1
On 11/21/21 10:59 AM, Mark Cave-Ayland wrote:
> The following changes since commit 8627edfb3f1fca24a96a0954148885c3241c10f8:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2021-11-19 17:16:57 +0100)
> 
> are available in the Git repository at:
> 
>    git://github.com/mcayland/qemu.git tags/qemu-sparc-20211121
> 
> for you to fetch changes up to 319e89cdc32096432b578152a47d0d156033b711:
> 
>    escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1 (2021-11-21 09:56:52 +0000)
> 
> ----------------------------------------------------------------
> qemu-sparc queue
>    - contains fixes for ESCC reset issues with Sun PROM and OpenBSD on SPARC32
> 
> ----------------------------------------------------------------
> Mark Cave-Ayland (2):
>        escc: always set STATUS_TXEMPTY in R_STATUS on device reset
>        escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1
> 
>   hw/char/escc.c | 25 +++++++++++++++++++++++++
>   1 file changed, 25 insertions(+)

Applied, thanks.

r~