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