-bugfix: fix qmp command migrate-set-parameters -some bugfixs about ARM hot-plugged CPUs -hw/core/machine:Fix the missing consideration of cluster-id -test/tcg:Fix target-specific Makefile variable path for user-mode -tests:add (riscv virt) machine mapping to testenv -Make a litte improvement in curl and hw/riscv -qemu support for loongarch -hw/pvrdma: Protect against buggy or malious guest driver -hw/audio/intel-hda:fix stream reset -dsoundaudio:fix crackling audio recordings -add notify-vm-exit support for i386 -blok-backend: prevent dangling BDS pointers across aio_poll() -net:Fix uninitialized data usage -net/eth:Don't consider ESP to be an IPv6 option header -hw/net/vmxnet3:Log guest-triggerable errors using LOG_GUEST_ERROR Signed-off-by: FeiXu <xufei30@huawei.com>
29 lines
717 B
Diff
29 lines
717 B
Diff
From 6921fc74a9a58445e453eeb3c2ee74cead690ee4 Mon Sep 17 00:00:00 2001
|
|
From: lixianglai <lixianglai@loongson.cn>
|
|
Date: Tue, 7 Feb 2023 07:22:18 -0500
|
|
Subject: [PATCH] Add bios.
|
|
|
|
Add loongarch bios.
|
|
|
|
Signed-off-by: lixianglai <lixianglai@loongson.cn>
|
|
---
|
|
pc-bios/meson.build | 2 ++
|
|
1 files changed, 2 insertions(+)
|
|
|
|
diff --git a/pc-bios/meson.build b/pc-bios/meson.build
|
|
index 05e9065ad6..f2a1d111a1 100644
|
|
--- a/pc-bios/meson.build
|
|
+++ b/pc-bios/meson.build
|
|
@@ -86,6 +86,8 @@ blobs = files(
|
|
'opensbi-riscv32-generic-fw_dynamic.elf',
|
|
'opensbi-riscv64-generic-fw_dynamic.elf',
|
|
'npcm7xx_bootrom.bin',
|
|
+ 'loongarch_bios.bin',
|
|
+ 'loongarch_vars.bin',
|
|
)
|
|
|
|
if get_option('install_blobs')
|
|
--
|
|
2.27.0
|
|
|