pci.c (b58c5c2dd29db0eae0bed800ac1a311e14007cec) pci.c (46517dd4971fc1fdd5b379e72cc377626ad98160)
1/*
2 * QEMU PCI bus manager
3 *
4 * Copyright (c) 2004 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

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

30#include "hw/pci/pci_bus.h"
31#include "hw/pci/pci_host.h"
32#include "hw/qdev-properties.h"
33#include "migration/qemu-file-types.h"
34#include "migration/vmstate.h"
35#include "monitor/monitor.h"
36#include "net/net.h"
37#include "sysemu/numa.h"
1/*
2 * QEMU PCI bus manager
3 *
4 * Copyright (c) 2004 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

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

30#include "hw/pci/pci_bus.h"
31#include "hw/pci/pci_host.h"
32#include "hw/qdev-properties.h"
33#include "migration/qemu-file-types.h"
34#include "migration/vmstate.h"
35#include "monitor/monitor.h"
36#include "net/net.h"
37#include "sysemu/numa.h"
38#include "sysemu/sysemu.h"
38#include "hw/loader.h"
39#include "qemu/error-report.h"
40#include "qemu/range.h"
41#include "trace.h"
42#include "hw/pci/msi.h"
43#include "hw/pci/msix.h"
44#include "exec/address-spaces.h"
45#include "hw/hotplug.h"

--- 2705 unchanged lines hidden ---
39#include "hw/loader.h"
40#include "qemu/error-report.h"
41#include "qemu/range.h"
42#include "trace.h"
43#include "hw/pci/msi.h"
44#include "hw/pci/msix.h"
45#include "exec/address-spaces.h"
46#include "hw/hotplug.h"

--- 2705 unchanged lines hidden ---