Browse Source

Remove unused sysemu.h include directives

Remove unused sysemu.h include directives to speed up build
with the following patches.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
remotes/github/stable-0.15
Blue Swirl 15 years ago
parent
commit
a08784dd11
  1. 1
      acl.c
  2. 1
      arm-semi.c
  3. 1
      balloon.c
  4. 1
      bt-host.c
  5. 1
      bt-vhci.c
  6. 1
      buffered_file.c
  7. 1
      device_tree.c
  8. 1
      hw/an5206.c
  9. 1
      hw/armv7m.c
  10. 1
      hw/axis_dev88.c
  11. 1
      hw/blizzard.c
  12. 1
      hw/bt-hci-csr.c
  13. 1
      hw/cris-boot.c
  14. 1
      hw/dummy_m68k.c
  15. 1
      hw/etraxfs.c
  16. 1
      hw/gumstix.c
  17. 1
      hw/ide/ich.c
  18. 1
      hw/ide/isa.c
  19. 1
      hw/ide/macio.c
  20. 1
      hw/ide/microdrive.c
  21. 1
      hw/ide/mmio.c
  22. 1
      hw/ide/pci.c
  23. 1
      hw/integratorcp.c
  24. 1
      hw/isa-bus.c
  25. 1
      hw/lm32_boards.c
  26. 1
      hw/mainstone.c
  27. 1
      hw/omap_sx1.c
  28. 1
      hw/ppc440_bamboo.c
  29. 1
      hw/ppc4xx_devs.c
  30. 1
      hw/stellaris.c
  31. 1
      hw/syborg.c
  32. 1
      hw/syborg_virtio.c
  33. 1
      hw/sysbus.c
  34. 1
      hw/tc58128.c
  35. 1
      hw/tosa.c
  36. 1
      hw/twl92230.c
  37. 1
      hw/virtio-balloon.c
  38. 1
      hw/virtio.c
  39. 1
      hw/vmport.c
  40. 1
      hw/xen_console.c
  41. 1
      hw/xen_domainbuild.c
  42. 1
      hw/xen_machine_pv.c
  43. 1
      hw/xenfb.c
  44. 1
      hw/xilinx_timer.c
  45. 1
      kvm-stub.c
  46. 1
      migration-exec.c
  47. 1
      migration-fd.c
  48. 1
      migration-tcp.c
  49. 1
      migration-unix.c
  50. 1
      net.c
  51. 1
      net/slirp.c
  52. 1
      net/vde.c
  53. 1
      osdep.c
  54. 1
      qemu-config.c
  55. 1
      qemu-error.c
  56. 1
      qemu-tool.c

1
acl.c

@ -24,7 +24,6 @@
#include "qemu-common.h"
#include "sysemu.h"
#include "acl.h"
#ifdef CONFIG_FNMATCH

1
arm-semi.c

@ -33,7 +33,6 @@
#define ARM_ANGEL_HEAP_SIZE (128 * 1024 * 1024)
#else
#include "qemu-common.h"
#include "sysemu.h"
#include "gdbstub.h"
#endif

1
balloon.c

@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include "sysemu.h"
#include "monitor.h"
#include "qjson.h"
#include "qint.h"

1
bt-host.c

@ -19,7 +19,6 @@
#include "qemu-common.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "net.h"
#include "bt-host.h"

1
bt-vhci.c

@ -19,7 +19,6 @@
#include "qemu-common.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "net.h"
#include "hw/bt.h"

1
buffered_file.c

@ -14,7 +14,6 @@
#include "qemu-common.h"
#include "hw/hw.h"
#include "qemu-timer.h"
#include "sysemu.h"
#include "qemu-char.h"
#include "buffered_file.h"

1
device_tree.c

@ -20,7 +20,6 @@
#include "config.h"
#include "qemu-common.h"
#include "sysemu.h"
#include "device_tree.h"
#include "hw/loader.h"

1
hw/an5206.c

@ -9,7 +9,6 @@
#include "hw.h"
#include "pc.h"
#include "mcf.h"
#include "sysemu.h"
#include "boards.h"
#include "loader.h"
#include "elf.h"

1
hw/armv7m.c

@ -9,7 +9,6 @@
#include "sysbus.h"
#include "arm-misc.h"
#include "sysemu.h"
#include "loader.h"
#include "elf.h"

1
hw/axis_dev88.c

@ -26,7 +26,6 @@
#include "net.h"
#include "flash.h"
#include "boards.h"
#include "sysemu.h"
#include "etraxfs.h"
#include "loader.h"
#include "elf.h"

1
hw/blizzard.c

@ -19,7 +19,6 @@
*/
#include "qemu-common.h"
#include "sysemu.h"
#include "console.h"
#include "devices.h"
#include "vga_int.h"

1
hw/bt-hci-csr.c

@ -22,7 +22,6 @@
#include "qemu-char.h"
#include "qemu-timer.h"
#include "irq.h"
#include "sysemu.h"
#include "net.h"
#include "bt.h"

1
hw/cris-boot.c

@ -23,7 +23,6 @@
*/
#include "hw.h"
#include "sysemu.h"
#include "loader.h"
#include "elf.h"
#include "cris-boot.h"

1
hw/dummy_m68k.c

@ -7,7 +7,6 @@
*/
#include "hw.h"
#include "sysemu.h"
#include "boards.h"
#include "loader.h"
#include "elf.h"

1
hw/etraxfs.c

@ -24,7 +24,6 @@
#include "sysbus.h"
#include "boards.h"
#include "sysemu.h"
#include "net.h"
#include "flash.h"
#include "etraxfs.h"

1
hw/gumstix.c

@ -35,7 +35,6 @@
#include "pxa.h"
#include "net.h"
#include "flash.h"
#include "sysemu.h"
#include "devices.h"
#include "boards.h"
#include "blockdev.h"

1
hw/ide/ich.c

@ -67,7 +67,6 @@
#include <hw/isa.h>
#include "block.h"
#include "block_int.h"
#include "sysemu.h"
#include "dma.h"
#include <hw/ide/pci.h>

1
hw/ide/isa.c

@ -27,7 +27,6 @@
#include <hw/isa.h>
#include "block.h"
#include "block_int.h"
#include "sysemu.h"
#include "dma.h"
#include <hw/ide/internal.h>

1
hw/ide/macio.c

@ -27,7 +27,6 @@
#include <hw/mac_dbdma.h>
#include "block.h"
#include "block_int.h"
#include "sysemu.h"
#include "dma.h"
#include <hw/ide/internal.h>

1
hw/ide/microdrive.c

@ -27,7 +27,6 @@
#include <hw/pcmcia.h>
#include "block.h"
#include "block_int.h"
#include "sysemu.h"
#include "dma.h"
#include <hw/ide/internal.h>

1
hw/ide/mmio.c

@ -25,7 +25,6 @@
#include <hw/hw.h>
#include "block.h"
#include "block_int.h"
#include "sysemu.h"
#include "dma.h"
#include <hw/ide/internal.h>

1
hw/ide/pci.c

@ -28,7 +28,6 @@
#include <hw/isa.h>
#include "block.h"
#include "block_int.h"
#include "sysemu.h"
#include "dma.h"
#include <hw/ide/pci.h>

1
hw/integratorcp.c

@ -10,7 +10,6 @@
#include "sysbus.h"
#include "primecell.h"
#include "devices.h"
#include "sysemu.h"
#include "boards.h"
#include "arm-misc.h"
#include "net.h"

1
hw/isa-bus.c

@ -17,7 +17,6 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "sysemu.h"
#include "monitor.h"
#include "sysbus.h"
#include "isa.h"

1
hw/lm32_boards.c

@ -21,7 +21,6 @@
#include "hw.h"
#include "net.h"
#include "flash.h"
#include "sysemu.h"
#include "devices.h"
#include "boards.h"
#include "loader.h"

1
hw/mainstone.c

@ -14,7 +14,6 @@
#include "net.h"
#include "devices.h"
#include "boards.h"
#include "sysemu.h"
#include "flash.h"
#include "blockdev.h"
#include "sysbus.h"

1
hw/omap_sx1.c

@ -26,7 +26,6 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "sysemu.h"
#include "console.h"
#include "omap.h"
#include "boards.h"

1
hw/ppc440_bamboo.c

@ -17,7 +17,6 @@
#include "hw.h"
#include "pci.h"
#include "boards.h"
#include "sysemu.h"
#include "ppc440.h"
#include "kvm.h"
#include "kvm_ppc.h"

1
hw/ppc4xx_devs.c

@ -24,7 +24,6 @@
#include "hw.h"
#include "ppc.h"
#include "ppc4xx.h"
#include "sysemu.h"
#include "qemu-log.h"
//#define DEBUG_MMIO

1
hw/stellaris.c

@ -14,7 +14,6 @@
#include "qemu-timer.h"
#include "i2c.h"
#include "net.h"
#include "sysemu.h"
#include "boards.h"
#define GPIO_A 0

1
hw/syborg.c

@ -25,7 +25,6 @@
#include "sysbus.h"
#include "boards.h"
#include "arm-misc.h"
#include "sysemu.h"
#include "net.h"
static struct arm_boot_info syborg_binfo;

1
hw/syborg_virtio.c

@ -26,7 +26,6 @@
#include "sysbus.h"
#include "virtio.h"
#include "virtio-net.h"
#include "sysemu.h"
//#define DEBUG_SYBORG_VIRTIO

1
hw/sysbus.c

@ -18,7 +18,6 @@
*/
#include "sysbus.h"
#include "sysemu.h"
#include "monitor.h"
static void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent);

1
hw/tc58128.c

@ -1,6 +1,5 @@
#include "hw.h"
#include "sh.h"
#include "sysemu.h"
#include "loader.h"
#define CE1 0x0100

1
hw/tosa.c

@ -11,7 +11,6 @@
#include "hw.h"
#include "pxa.h"
#include "arm-misc.h"
#include "sysemu.h"
#include "devices.h"
#include "sharpsl.h"
#include "pcmcia.h"

1
hw/twl92230.c

@ -22,7 +22,6 @@
#include "hw.h"
#include "qemu-timer.h"
#include "i2c.h"
#include "sysemu.h"
#include "console.h"
#define VERBOSE 1

1
hw/virtio-balloon.c

@ -15,7 +15,6 @@
#include "qemu-common.h"
#include "virtio.h"
#include "pc.h"
#include "sysemu.h"
#include "cpu.h"
#include "monitor.h"
#include "balloon.h"

1
hw/virtio.c

@ -16,7 +16,6 @@
#include "trace.h"
#include "qemu-error.h"
#include "virtio.h"
#include "sysemu.h"
/* The alignment to use between consumer and producer parts of vring.
* x86 pagesize again. */

1
hw/vmport.c

@ -24,7 +24,6 @@
#include "hw.h"
#include "isa.h"
#include "pc.h"
#include "sysemu.h"
#include "kvm.h"
#include "qdev.h"

1
hw/xen_console.c

@ -33,7 +33,6 @@
#include <xenctrl.h>
#include "hw.h"
#include "sysemu.h"
#include "qemu-char.h"
#include "xen_backend.h"

1
hw/xen_domainbuild.c

@ -1,7 +1,6 @@
#include <signal.h>
#include "xen_backend.h"
#include "xen_domainbuild.h"
#include "sysemu.h"
#include "qemu-timer.h"
#include "qemu-log.h"

1
hw/xen_machine_pv.c

@ -24,7 +24,6 @@
#include "hw.h"
#include "pc.h"
#include "sysemu.h"
#include "boards.h"
#include "xen_backend.h"
#include "xen_domainbuild.h"

1
hw/xenfb.c

@ -44,7 +44,6 @@
#include <xen/io/protocols.h>
#include "hw.h"
#include "sysemu.h"
#include "console.h"
#include "qemu-char.h"
#include "xen_backend.h"

1
hw/xilinx_timer.c

@ -23,7 +23,6 @@
*/
#include "sysbus.h"
#include "sysemu.h"
#include "qemu-timer.h"
#define D(x)

1
kvm-stub.c

@ -11,7 +11,6 @@
*/
#include "qemu-common.h"
#include "sysemu.h"
#include "hw/hw.h"
#include "exec-all.h"
#include "gdbstub.h"

1
migration-exec.c

@ -17,7 +17,6 @@
#include "qemu_socket.h"
#include "migration.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "buffered_file.h"
#include "block.h"
#include <sys/types.h>

1
migration-fd.c

@ -16,7 +16,6 @@
#include "migration.h"
#include "monitor.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "buffered_file.h"
#include "block.h"
#include "qemu_socket.h"

1
migration-tcp.c

@ -15,7 +15,6 @@
#include "qemu_socket.h"
#include "migration.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "buffered_file.h"
#include "block.h"

1
migration-unix.c

@ -15,7 +15,6 @@
#include "qemu_socket.h"
#include "migration.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "buffered_file.h"
#include "block.h"

1
net.c

@ -32,7 +32,6 @@
#include "net/vde.h"
#include "net/util.h"
#include "monitor.h"
#include "sysemu.h"
#include "qemu-common.h"
#include "qemu_socket.h"
#include "hw/qdev.h"

1
net/slirp.c

@ -30,7 +30,6 @@
#endif
#include "net.h"
#include "monitor.h"
#include "sysemu.h"
#include "qemu_socket.h"
#include "slirp/libslirp.h"

1
net/vde.c

@ -31,7 +31,6 @@
#include "qemu-char.h"
#include "qemu-common.h"
#include "qemu-option.h"
#include "sysemu.h"
typedef struct VDEState {
VLANClientState nc;

1
osdep.c

@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
#include "qemu-common.h"
#include "trace.h"
#include "sysemu.h"
#include "qemu_socket.h"
int qemu_madvise(void *addr, size_t len, int advice)

1
qemu-config.c

@ -2,7 +2,6 @@
#include "qemu-error.h"
#include "qemu-option.h"
#include "qemu-config.h"
#include "sysemu.h"
#include "hw/qdev.h"
static QemuOptsList qemu_drive_opts = {

1
qemu-error.c

@ -12,7 +12,6 @@
#include <stdio.h>
#include "monitor.h"
#include "sysemu.h"
/*
* Print to current monitor if we have one, else to stderr.

1
qemu-tool.c

@ -15,7 +15,6 @@
#include "monitor.h"
#include "qemu-timer.h"
#include "qemu-log.h"
#include "sysemu.h"
#include <sys/time.h>

Loading…
Cancel
Save