mbox

[PULL,0/3] MIPS/SPARC patches for 2022-08-09

Message ID 20220808223312.53720-1-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/mips-20220809

Message

Philippe Mathieu-Daudé Aug. 8, 2022, 10:33 p.m. UTC
The following changes since commit 8a1337e60400ef54432e063164faf5043a55555d:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-08-08 09:57:37 -0700)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/mips-20220809

for you to fetch changes up to 09d12c81ec5d8dc9208e5739d17a56c34be96247:

  hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses (2022-08-08 23:43:11 +0200)

----------------------------------------------------------------
MIPS/SPARC patches queue

- target/mips: Handle lock_user failure in UHI_plog semihosting (Peter Maydell)
- hw/mips/malta: Turn off x86 specific features of PIIX4 PM (Igor Mammedov)
- hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses (Peter Maydell)

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

Igor Mammedov (1):
  hw/mips/malta: turn off x86 specific features of PIIX4_PM

Peter Maydell (2):
  target/mips: Handle lock_user() failure in UHI_plog semihosting call
  hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses

 hw/mips/malta.c                    |  9 +++++++++
 hw/misc/grlib_ahb_apb_pnp.c        | 10 ++++++----
 hw/misc/trace-events               |  4 ++--
 target/mips/tcg/sysemu/mips-semi.c |  3 +++
 4 files changed, 20 insertions(+), 6 deletions(-)

Comments

Richard Henderson Aug. 9, 2022, 2:41 a.m. UTC | #1
On 8/8/22 15:33, Philippe Mathieu-Daudé via wrote:
> The following changes since commit 8a1337e60400ef54432e063164faf5043a55555d:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-08-08 09:57:37 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git tags/mips-20220809
> 
> for you to fetch changes up to 09d12c81ec5d8dc9208e5739d17a56c34be96247:
> 
>    hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses (2022-08-08 23:43:11 +0200)
> 
> ----------------------------------------------------------------
> MIPS/SPARC patches queue
> 
> - target/mips: Handle lock_user failure in UHI_plog semihosting (Peter Maydell)
> - hw/mips/malta: Turn off x86 specific features of PIIX4 PM (Igor Mammedov)
> - hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses (Peter Maydell)

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


r~


> 
> ----------------------------------------------------------------
> 
> Igor Mammedov (1):
>    hw/mips/malta: turn off x86 specific features of PIIX4_PM
> 
> Peter Maydell (2):
>    target/mips: Handle lock_user() failure in UHI_plog semihosting call
>    hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses
> 
>   hw/mips/malta.c                    |  9 +++++++++
>   hw/misc/grlib_ahb_apb_pnp.c        | 10 ++++++----
>   hw/misc/trace-events               |  4 ++--
>   target/mips/tcg/sysemu/mips-semi.c |  3 +++
>   4 files changed, 20 insertions(+), 6 deletions(-)
>