virt.c (d780d056f8acdee73a1c34d95733851d58aecd60) | virt.c (f4f318b41abe76a68ec1d616744ab9d6ec839abc) |
---|---|
1/* 2 * ARM mach-virt emulation 3 * 4 * Copyright (c) 2013 Linaro Limited 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2 or later, as published by the Free Software Foundation. --- 62 unchanged lines hidden (view full) --- 71#include "qapi/qapi-visit-common.h" 72#include "qapi/qmp/qlist.h" 73#include "standard-headers/linux/input.h" 74#include "hw/arm/smmuv3.h" 75#include "hw/acpi/acpi.h" 76#include "target/arm/cpu-qom.h" 77#include "target/arm/internals.h" 78#include "target/arm/multiprocessing.h" | 1/* 2 * ARM mach-virt emulation 3 * 4 * Copyright (c) 2013 Linaro Limited 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2 or later, as published by the Free Software Foundation. --- 62 unchanged lines hidden (view full) --- 71#include "qapi/qapi-visit-common.h" 72#include "qapi/qmp/qlist.h" 73#include "standard-headers/linux/input.h" 74#include "hw/arm/smmuv3.h" 75#include "hw/acpi/acpi.h" 76#include "target/arm/cpu-qom.h" 77#include "target/arm/internals.h" 78#include "target/arm/multiprocessing.h" |
79#include "target/arm/gtimer.h" |
|
79#include "hw/mem/pc-dimm.h" 80#include "hw/mem/nvdimm.h" 81#include "hw/acpi/generic_event_device.h" 82#include "hw/virtio/virtio-md-pci.h" 83#include "hw/virtio/virtio-iommu.h" 84#include "hw/char/pl011.h" 85#include "qemu/guest-random.h" 86 --- 3319 unchanged lines hidden --- | 80#include "hw/mem/pc-dimm.h" 81#include "hw/mem/nvdimm.h" 82#include "hw/acpi/generic_event_device.h" 83#include "hw/virtio/virtio-md-pci.h" 84#include "hw/virtio/virtio-iommu.h" 85#include "hw/char/pl011.h" 86#include "qemu/guest-random.h" 87 --- 3319 unchanged lines hidden --- |