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

Philippe Mathieu-Daudé posted 3 patches 2 years, 4 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211206110746.360608-1-f4bug@amsat.org
Maintainers: Jiaxun Yang <jiaxun.yang@flygoat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
hw/display/vga-isa.c | 10 ----------
hw/mips/bootloader.c |  6 +++++-
hw/mips/boston.c     |  5 +++--
3 files changed, 8 insertions(+), 13 deletions(-)
[PULL 0/3] MIPS patches for 2021-12-06
Posted by Philippe Mathieu-Daudé 2 years, 4 months ago
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(-)

-- 
2.33.1

Re: [PULL 0/3] MIPS patches for 2021-12-06
Posted by Richard Henderson 2 years, 4 months ago
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~