]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/virt.c
hw/board: promote fdt from ARM VirtMachineState to MachineState
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 3 Mar 2021 17:36:36 +0000 (17:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 10 Mar 2021 15:34:11 +0000 (15:34 +0000)
commita6487d37c2adff7572f9d3be8635c1fa96231b67
tree53fc0858e49418f11a91e132f1e6fdf7e6405908
parent2c9192c17778f0b59df6d8d3292b177436338ed0
hw/board: promote fdt from ARM VirtMachineState to MachineState

The use of FDT's is quite common across our various platforms. To
allow the guest loader to tweak it we need to make it available in
the generic state. This creates the field and migrates the initial
user to use the generic field. Other boards will be updated in later
patches.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210303173642.3805-2-alex.bennee@linaro.org>
hw/arm/virt.c
include/hw/arm/virt.h
include/hw/boards.h