]> git.proxmox.com Git - mirror_qemu.git/commit - hw/sparc64/sun4u.c
net: reorganize headers
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Oct 2012 06:43:34 +0000 (08:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Dec 2012 07:31:29 +0000 (08:31 +0100)
commit1422e32db51ff2b1194fb24a6201c4310be5667d
tree56f9911d524eca4194573a6037303a169e61db50
parentfd9400b302ef582c3ae8a8d5288338ea5f0f4c9a
net: reorganize headers

Move public headers to include/net, and leave private headers in net/.
Put the virtio headers in include/net/tap.h, removing the multiple copies
that existed.  Leave include/net/tap.h as the interface for NICs, and
net/tap_int.h as the interface for OS-specific parts of the tap backend.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
104 files changed:
hmp.c
hw/axis_dev88.c
hw/cadence_gem.c
hw/dp8393x.c
hw/e1000.c
hw/eepro100.c
hw/etraxfs.h
hw/etraxfs_eth.c
hw/exynos4_boards.c
hw/gumstix.c
hw/highbank.c
hw/integratorcp.c
hw/kzm.c
hw/lan9118.c
hw/lance.c
hw/mainstone.c
hw/mcf5208.c
hw/mcf_fec.c
hw/milkymist-hw.h
hw/milkymist-minimac2.c
hw/mips_fulong2e.c
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/mipsnet.c
hw/musicpal.c
hw/ne2000-isa.c
hw/ne2000.c
hw/opencores_eth.c
hw/openrisc_sim.c
hw/pc.h
hw/pc_piix.c
hw/pci/pci-hotplug.c
hw/pci/pci.c
hw/pcnet-pci.c
hw/pcnet.c
hw/petalogix_ml605_mmu.c
hw/petalogix_s3adsp1800_mmu.c
hw/ppc/e500.c
hw/ppc440_bamboo.c
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppc_prep.c
hw/qdev-properties.c
hw/qdev.c
hw/r2d.c
hw/realview.c
hw/rtl8139.c
hw/s390-virtio.c
hw/smc91c111.c
hw/spapr.c
hw/spapr_llan.c
hw/stellaris.c
hw/stellaris_enet.c
hw/sun4m.c
hw/sun4u.c
hw/usb/dev-network.c
hw/versatilepb.c
hw/vexpress.c
hw/vhost_net.c
hw/vhost_net.h
hw/virtio-net.c
hw/virtio-net.h
hw/virtio.h
hw/xen_backend.h
hw/xen_nic.c
hw/xgmac.c
hw/xilinx.h
hw/xilinx_axienet.c
hw/xilinx_ethlite.c
hw/xilinx_zynq.c
hw/xtensa_lx60.c
include/net/checksum.h [new file with mode: 0644]
include/net/net.h [new file with mode: 0644]
include/net/queue.h [new file with mode: 0644]
include/net/slirp.h [new file with mode: 0644]
include/net/tap.h [new file with mode: 0644]
monitor.c
net.h [deleted file]
net/checksum.h [deleted file]
net/clients.h
net/hub.c
net/hub.h
net/net.c
net/queue.c
net/queue.h [deleted file]
net/slirp.c
net/slirp.h [deleted file]
net/socket.c
net/tap-aix.c
net/tap-bsd.c
net/tap-haiku.c
net/tap-linux.c
net/tap-linux.h
net/tap-solaris.c
net/tap-win32.c
net/tap.c
net/tap.h [deleted file]
net/tap_int.h [new file with mode: 0644]
net/util.c
net/vde.c
savevm.c
vl.c