Skip to content

Commit

Permalink
Remove unused sysemu.h include directives
Browse files Browse the repository at this point in the history
Remove unused sysemu.h include directives to speed up build
with the following patches.

Signed-off-by: Blue Swirl <[email protected]>
  • Loading branch information
blueswirl committed Apr 15, 2011
1 parent 33d0539 commit a08784d
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 56 deletions.
1 change: 0 additions & 1 deletion acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@


#include "qemu-common.h"
#include "sysemu.h"
#include "acl.h"

#ifdef CONFIG_FNMATCH
Expand Down
1 change: 0 additions & 1 deletion arm-semi.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#define ARM_ANGEL_HEAP_SIZE (128 * 1024 * 1024)
#else
#include "qemu-common.h"
#include "sysemu.h"
#include "gdbstub.h"
#endif

Expand Down
1 change: 0 additions & 1 deletion balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* THE SOFTWARE.
*/

#include "sysemu.h"
#include "monitor.h"
#include "qjson.h"
#include "qint.h"
Expand Down
1 change: 0 additions & 1 deletion bt-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include "qemu-common.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "net.h"
#include "bt-host.h"

Expand Down
1 change: 0 additions & 1 deletion bt-vhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include "qemu-common.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "net.h"
#include "hw/bt.h"

Expand Down
1 change: 0 additions & 1 deletion buffered_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion device_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "config.h"
#include "qemu-common.h"
#include "sysemu.h"
#include "device_tree.h"
#include "hw/loader.h"

Expand Down
1 change: 0 additions & 1 deletion hw/an5206.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/armv7m.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "sysbus.h"
#include "arm-misc.h"
#include "sysemu.h"
#include "loader.h"
#include "elf.h"

Expand Down
1 change: 0 additions & 1 deletion hw/axis_dev88.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/blizzard.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/

#include "qemu-common.h"
#include "sysemu.h"
#include "console.h"
#include "devices.h"
#include "vga_int.h"
Expand Down
1 change: 0 additions & 1 deletion hw/bt-hci-csr.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "qemu-char.h"
#include "qemu-timer.h"
#include "irq.h"
#include "sysemu.h"
#include "net.h"
#include "bt.h"

Expand Down
1 change: 0 additions & 1 deletion hw/cris-boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/

#include "hw.h"
#include "sysemu.h"
#include "loader.h"
#include "elf.h"
#include "cris-boot.h"
Expand Down
1 change: 0 additions & 1 deletion hw/dummy_m68k.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

#include "hw.h"
#include "sysemu.h"
#include "boards.h"
#include "loader.h"
#include "elf.h"
Expand Down
1 change: 0 additions & 1 deletion hw/etraxfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include "sysbus.h"
#include "boards.h"
#include "sysemu.h"
#include "net.h"
#include "flash.h"
#include "etraxfs.h"
Expand Down
1 change: 0 additions & 1 deletion hw/gumstix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/ide/ich.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion hw/ide/isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion hw/ide/macio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion hw/ide/microdrive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion hw/ide/mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion hw/ide/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion hw/integratorcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/isa-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/lm32_boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/mainstone.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/omap_sx1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/ppc440_bamboo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/ppc4xx_devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "hw.h"
#include "ppc.h"
#include "ppc4xx.h"
#include "sysemu.h"
#include "qemu-log.h"

//#define DEBUG_MMIO
Expand Down
1 change: 0 additions & 1 deletion hw/stellaris.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "qemu-timer.h"
#include "i2c.h"
#include "net.h"
#include "sysemu.h"
#include "boards.h"

#define GPIO_A 0
Expand Down
1 change: 0 additions & 1 deletion hw/syborg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion hw/syborg_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "sysbus.h"
#include "virtio.h"
#include "virtio-net.h"
#include "sysemu.h"

//#define DEBUG_SYBORG_VIRTIO

Expand Down
1 change: 0 additions & 1 deletion hw/sysbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

#include "sysbus.h"
#include "sysemu.h"
#include "monitor.h"

static void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent);
Expand Down
1 change: 0 additions & 1 deletion hw/tc58128.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "hw.h"
#include "sh.h"
#include "sysemu.h"
#include "loader.h"

#define CE1 0x0100
Expand Down
1 change: 0 additions & 1 deletion hw/tosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/twl92230.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "hw.h"
#include "qemu-timer.h"
#include "i2c.h"
#include "sysemu.h"
#include "console.h"

#define VERBOSE 1
Expand Down
1 change: 0 additions & 1 deletion hw/virtio-balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
1 change: 0 additions & 1 deletion hw/vmport.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "hw.h"
#include "isa.h"
#include "pc.h"
#include "sysemu.h"
#include "kvm.h"
#include "qdev.h"

Expand Down
1 change: 0 additions & 1 deletion hw/xen_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <xenctrl.h>

#include "hw.h"
#include "sysemu.h"
#include "qemu-char.h"
#include "xen_backend.h"

Expand Down
1 change: 0 additions & 1 deletion hw/xen_domainbuild.c
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
1 change: 0 additions & 1 deletion hw/xen_machine_pv.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include "hw.h"
#include "pc.h"
#include "sysemu.h"
#include "boards.h"
#include "xen_backend.h"
#include "xen_domainbuild.h"
Expand Down
1 change: 0 additions & 1 deletion hw/xenfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion hw/xilinx_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/

#include "sysbus.h"
#include "sysemu.h"
#include "qemu-timer.h"

#define D(x)
Expand Down
1 change: 0 additions & 1 deletion kvm-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/

#include "qemu-common.h"
#include "sysemu.h"
#include "hw/hw.h"
#include "exec-all.h"
#include "gdbstub.h"
Expand Down
1 change: 0 additions & 1 deletion migration-exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion migration-fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion migration-tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion migration-unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion net.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit a08784d

Please sign in to comment.