]> git.proxmox.com Git - qemu.git/commit
sysemu: avoid proliferation of include/ subdirectories
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 14:55:25 +0000 (16:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Apr 2013 16:19:25 +0000 (18:19 +0200)
commitdccfcd0e5f8f37360ebda11ccc4dab164c04d5a3
tree87fed71982c08112ae23dcc41bb19689af23cec2
parentbdee56f5466a724f043e6cfcfcf69866cc48cc94
sysemu: avoid proliferation of include/ subdirectories

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
83 files changed:
backends/baum.c
backends/msmouse.c
backends/rng-egd.c
backends/rng-random.c
backends/rng.c
backends/tpm.c
bt-host.c
bt-vhci.c
gdbstub.c
hmp.c
hw/arm/omap2.c
hw/arm/pxa2xx.c
hw/arm/strongarm.c
hw/bt/core.c
hw/bt/hci-csr.c
hw/bt/hci.c
hw/char/cadence_uart.c
hw/char/debugcon.c
hw/char/escc.c
hw/char/etraxfs_ser.c
hw/char/exynos4210_uart.c
hw/char/grlib_apbuart.c
hw/char/imx_serial.c
hw/char/ipoctal232.c
hw/char/lm32_juart.c
hw/char/lm32_uart.c
hw/char/mcf_uart.c
hw/char/milkymist-uart.c
hw/char/omap_uart.c
hw/char/parallel.c
hw/char/pl011.c
hw/char/sclpconsole.c
hw/char/serial.c
hw/char/sh_serial.c
hw/char/spapr_vty.c
hw/char/virtio-console.c
hw/char/xen_console.c
hw/char/xilinx_uartlite.c
hw/core/qdev-properties-system.c
hw/core/qdev-properties.c
hw/display/xenfb.c
hw/isa/pc87312.c
hw/mips/mips_fulong2e.c
hw/mips/mips_malta.c
hw/misc/ivshmem.c
hw/net/xgmac.c
hw/ppc/spapr_events.c
hw/ppc/spapr_rtas.c
hw/sparc/leon3.c
hw/tpm/tpm_passthrough.c
hw/tpm/tpm_tis.c
hw/usb/ccid-card-emulated.c
hw/usb/ccid-card-passthru.c
hw/usb/dev-bluetooth.c
hw/usb/dev-serial.c
hw/usb/redirect.c
hw/virtio/virtio-rng.c
hw/xen/xen_backend.c
hw/xtensa/xtensa_lx60.c
include/backends/tpm.h [deleted file]
include/bt/bt.h [deleted file]
include/char/char.h [deleted file]
include/hw/virtio/virtio-rng.h
include/qemu/rng-random.h [deleted file]
include/qemu/rng.h [deleted file]
include/sysemu/bt.h [new file with mode: 0644]
include/sysemu/char.h [new file with mode: 0644]
include/sysemu/rng-random.h [new file with mode: 0644]
include/sysemu/rng.h [new file with mode: 0644]
include/sysemu/tpm_backend.h [new file with mode: 0644]
monitor.c
net/slirp.c
qemu-char.c
qmp.c
qtest.c
slirp/slirp.c
spice-qemu-char.c
tpm.c
ui/console.c
ui/gtk.c
util/event_notifier-posix.c
vl.c
xen-all.c