]> git.proxmox.com Git - mirror_qemu.git/commit
hw/loongarch: Move boot functions to boot.c
authorSong Gao <gaosong@loongson.cn>
Fri, 26 Apr 2024 09:15:35 +0000 (17:15 +0800)
committerSong Gao <gaosong@loongson.cn>
Mon, 29 Apr 2024 02:25:56 +0000 (10:25 +0800)
commitd771ca1c10ab146eae676dd6a6975a8f7cf84d65
tree0b00d4e50e6339caf7a075f4da8093e4f3f5f93a
parentfd87be1dada5672f877e03c2ca8504458292c479
hw/loongarch: Move boot functions to boot.c

Move some boot functions to boot.c and struct
loongarch_boot_info into struct LoongArchMachineState.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240426091551.2397867-2-gaosong@loongson.cn>
hw/loongarch/boot.c [new file with mode: 0644]
hw/loongarch/meson.build
hw/loongarch/virt.c
include/hw/loongarch/boot.h [new file with mode: 0644]
include/hw/loongarch/virt.h