virt.c (c4380f7bcdcb68fdfca876db366782a807fab8f7) virt.c (e2d8cf9b5312ada63ffa7460dec7cf89cf0bd61e)
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.

--- 60 unchanged lines hidden (view full) ---

69#include "hw/firmware/smbios.h"
70#include "qapi/visitor.h"
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/internals.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.

--- 60 unchanged lines hidden (view full) ---

69#include "hw/firmware/smbios.h"
70#include "qapi/visitor.h"
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/internals.h"
77#include "target/arm/multiprocessing.h"
77#include "hw/mem/pc-dimm.h"
78#include "hw/mem/nvdimm.h"
79#include "hw/acpi/generic_event_device.h"
80#include "hw/virtio/virtio-md-pci.h"
81#include "hw/virtio/virtio-iommu.h"
82#include "hw/char/pl011.h"
83#include "qemu/guest-random.h"
84

--- 3319 unchanged lines hidden ---
78#include "hw/mem/pc-dimm.h"
79#include "hw/mem/nvdimm.h"
80#include "hw/acpi/generic_event_device.h"
81#include "hw/virtio/virtio-md-pci.h"
82#include "hw/virtio/virtio-iommu.h"
83#include "hw/char/pl011.h"
84#include "qemu/guest-random.h"
85

--- 3319 unchanged lines hidden ---