mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
hw/arm/virt: Remove VirtMachineClass::no_its field
The VirtMachineClass::no_its field was only used by virt-2.7 machine, which got removed. Remove it and simplify virt_instance_init() and virt_acpi_build(). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
390becbf7f
commit
8d23b1df72
3 changed files with 8 additions and 14 deletions
|
|
@ -117,7 +117,6 @@ typedef enum VirtGICType {
|
|||
|
||||
struct VirtMachineClass {
|
||||
MachineClass parent;
|
||||
bool no_its;
|
||||
bool no_tcg_its;
|
||||
bool claim_edge_triggered_timers;
|
||||
bool smbios_old_sys_ver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue