mbox

[PULL,0/3] MIPS patches for 2021-12-06

Message ID 20211206110746.360608-1-f4bug@amsat.org
State New
Headers show

Pull-request

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

Message

Philippe Mathieu-Daudé Dec. 6, 2021, 11:07 a.m. UTC
2 patches fix new code, 1 fix a regression, all introduced during 6.2.

The following changes since commit 99fc08366b06282614daeda989d2fde6ab8a707f:

  Merge tag 'seabios-20211203-pull-request' of git://git.kraxel.org/qemu into staging (2021-12-03 05:26:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ac5837e330ec33e2df2d83338713a5c4272c8cc8:

  Revert "vga: don't abort when adding a duplicate isa-vga device" (2021-12-06 11:57:36 +0100)

----------------------------------------------------------------
MIPS fixes

- Do not emit SD instruction on 32-bit CPU (Jiaxun Yang)
- Correctly catch load_elf() errors on Boston board (Jiaxun Yang)
- Revert bogus CLI fix for ISA VGA devices (Alex Bennée)

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

Alex Bennée (1):
  Revert "vga: don't abort when adding a duplicate isa-vga device"

Jiaxun Yang (2):
  hw/mips/bootloader: Fix write_ulong()
  hw/mips/boston: Fix load_elf() error detection

 hw/display/vga-isa.c | 10 ----------
 hw/mips/bootloader.c |  6 +++++-
 hw/mips/boston.c     |  5 +++--
 3 files changed, 8 insertions(+), 13 deletions(-)

Comments

Richard Henderson Dec. 6, 2021, 7:17 p.m. UTC | #1
On 12/6/21 3:07 AM, Philippe Mathieu-Daudé wrote:
> 2 patches fix new code, 1 fix a regression, all introduced during 6.2.
> 
> The following changes since commit 99fc08366b06282614daeda989d2fde6ab8a707f:
> 
>    Merge tag 'seabios-20211203-pull-request' of git://git.kraxel.org/qemu into staging (2021-12-03 05:26:40 -0800)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git tags/mips-20211206
> 
> for you to fetch changes up to ac5837e330ec33e2df2d83338713a5c4272c8cc8:
> 
>    Revert "vga: don't abort when adding a duplicate isa-vga device" (2021-12-06 11:57:36 +0100)
> 
> ----------------------------------------------------------------
> MIPS fixes
> 
> - Do not emit SD instruction on 32-bit CPU (Jiaxun Yang)
> - Correctly catch load_elf() errors on Boston board (Jiaxun Yang)
> - Revert bogus CLI fix for ISA VGA devices (Alex Bennée)
> 
> ----------------------------------------------------------------
> 
> Alex Bennée (1):
>    Revert "vga: don't abort when adding a duplicate isa-vga device"
> 
> Jiaxun Yang (2):
>    hw/mips/bootloader: Fix write_ulong()
>    hw/mips/boston: Fix load_elf() error detection
> 
>   hw/display/vga-isa.c | 10 ----------
>   hw/mips/bootloader.c |  6 +++++-
>   hw/mips/boston.c     |  5 +++--
>   3 files changed, 8 insertions(+), 13 deletions(-)

Applied, thanks.


r~