]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/loongarch/virt: Remove global variables about memmap tables
authorBibo Mao <maobibo@loongson.cn>
Wed, 30 Apr 2025 09:47:38 +0000 (17:47 +0800)
committerSong Gao <gaosong@loongson.cn>
Tue, 10 Jun 2025 07:01:41 +0000 (15:01 +0800)
commitffe89c1762d879fd39ba1be853d154677dbfbc7b
treed2d019aebcef44746e37bdea07cd3795e0aa4c70
parent4332a641e220ca969810fac12b25cbf2037f7c3f
hw/loongarch/virt: Remove global variables about memmap tables

Global variables memmap_table and memmap_entries stores UEFI memory
map table informations. It can be moved into structure
LoongArchVirtMachineState.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250430094738.1556670-3-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/loongarch/boot.c
hw/loongarch/virt.c
include/hw/loongarch/boot.h
include/hw/loongarch/virt.h