Skip to content

Commit

Permalink
softmmu: move remaining include files to include/ subdirectories
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Dec 19, 2012
1 parent 9c17d61 commit 927d487
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion backends/rng-egd.c
Expand Up @@ -11,7 +11,7 @@
*/

#include "qemu/rng.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qapi/qmp/qerror.h"
#include "hw/qdev.h" /* just for DEFINE_PROP_CHR */

Expand Down
2 changes: 1 addition & 1 deletion bt-host.c
Expand Up @@ -18,7 +18,7 @@
*/

#include "qemu-common.h"
#include "bt-host.h"
#include "bt/bt.h"
#include "qemu/main-loop.h"

#ifndef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion bt-vhci.c
Expand Up @@ -18,7 +18,7 @@
*/

#include "qemu-common.h"
#include "bt-host.h"
#include "bt/bt.h"
#include "hw/bt.h"
#include "qemu/main-loop.h"

Expand Down
2 changes: 1 addition & 1 deletion event_notifier-posix.c
Expand Up @@ -12,7 +12,7 @@

#include "qemu-common.h"
#include "qemu/event_notifier.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/main-loop.h"

#ifdef CONFIG_EVENTFD
Expand Down
2 changes: 1 addition & 1 deletion gdbstub.c
Expand Up @@ -30,7 +30,7 @@
#include "qemu.h"
#else
#include "monitor/monitor.h"
#include "qemu-char.h"
#include "char/char.h"
#include "sysemu/sysemu.h"
#include "exec/gdbstub.h"
#endif
Expand Down
2 changes: 1 addition & 1 deletion hmp.c
Expand Up @@ -15,7 +15,7 @@

#include "hmp.h"
#include "net/net.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/option.h"
#include "qemu/timer.h"
#include "qmp-commands.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/baum.c
Expand Up @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "qemu-common.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/timer.h"
#include "usb.h"
#include "baum.h"
Expand Down
4 changes: 2 additions & 2 deletions hw/bt-hci-csr.c
Expand Up @@ -19,10 +19,10 @@
*/

#include "qemu-common.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/timer.h"
#include "irq.h"
#include "bt-host.h"
#include "bt/bt.h"
#include "bt.h"

struct csrhci_s {
Expand Down
2 changes: 1 addition & 1 deletion hw/bt-hci.c
Expand Up @@ -21,7 +21,7 @@
#include "qemu-common.h"
#include "qemu/timer.h"
#include "usb.h"
#include "bt-host.h"
#include "bt/bt.h"
#include "bt.h"

struct bt_hci_s {
Expand Down
2 changes: 1 addition & 1 deletion hw/bt.c
Expand Up @@ -18,7 +18,7 @@
*/

#include "qemu-common.h"
#include "bt-host.h"
#include "bt/bt.h"
#include "bt.h"

/* Slave implementations can ignore this */
Expand Down
2 changes: 1 addition & 1 deletion hw/cadence_uart.c
Expand Up @@ -17,7 +17,7 @@
*/

#include "sysbus.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/timer.h"

#ifdef CADENCE_UART_ERR_DEBUG
Expand Down
2 changes: 1 addition & 1 deletion hw/ccid-card-emulated.c
Expand Up @@ -32,7 +32,7 @@
#include <vcard_emul.h>

#include "qemu/thread.h"
#include "qemu-char.h"
#include "char/char.h"
#include "monitor/monitor.h"
#include "hw/ccid.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/ccid-card-passthru.c
Expand Up @@ -8,7 +8,7 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu-char.h"
#include "char/char.h"
#include "qemu/sockets.h"
#include "monitor/monitor.h"
#include "hw/ccid.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/debugcon.c
Expand Up @@ -25,7 +25,7 @@
*/

#include "hw.h"
#include "qemu-char.h"
#include "char/char.h"
#include "isa.h"
#include "pc.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/escc.c
Expand Up @@ -25,7 +25,7 @@
#include "hw.h"
#include "sysbus.h"
#include "escc.h"
#include "qemu-char.h"
#include "char/char.h"
#include "ui/console.h"
#include "trace.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/etraxfs_ser.c
Expand Up @@ -23,7 +23,7 @@
*/

#include "sysbus.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/log.h"

#define D(x)
Expand Down
2 changes: 1 addition & 1 deletion hw/exynos4210_uart.c
Expand Up @@ -21,7 +21,7 @@

#include "sysbus.h"
#include "sysemu/sysemu.h"
#include "qemu-char.h"
#include "char/char.h"

#include "exynos4210.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/grlib_apbuart.c
Expand Up @@ -23,7 +23,7 @@
*/

#include "sysbus.h"
#include "qemu-char.h"
#include "char/char.h"

#include "trace.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/imx_serial.c
Expand Up @@ -20,7 +20,7 @@
#include "hw.h"
#include "sysbus.h"
#include "sysemu/sysemu.h"
#include "qemu-char.h"
#include "char/char.h"
#include "imx.h"

//#define DEBUG_SERIAL 1
Expand Down
2 changes: 1 addition & 1 deletion hw/ivshmem.c
Expand Up @@ -24,7 +24,7 @@
#include "migration/migration.h"
#include "qapi/qmp/qerror.h"
#include "qemu/event_notifier.h"
#include "qemu-char.h"
#include "char/char.h"

#include <sys/mman.h>
#include <sys/types.h>
Expand Down
2 changes: 1 addition & 1 deletion hw/leon3.c
Expand Up @@ -24,7 +24,7 @@
#include "hw.h"
#include "qemu/timer.h"
#include "ptimer.h"
#include "qemu-char.h"
#include "char/char.h"
#include "sysemu/sysemu.h"
#include "boards.h"
#include "loader.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/lm32_juart.c
Expand Up @@ -20,7 +20,7 @@
#include "hw.h"
#include "sysbus.h"
#include "trace.h"
#include "qemu-char.h"
#include "char/char.h"

#include "lm32_juart.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/lm32_uart.c
Expand Up @@ -25,7 +25,7 @@
#include "hw.h"
#include "sysbus.h"
#include "trace.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/error-report.h"

enum {
Expand Down
2 changes: 1 addition & 1 deletion hw/mcf_uart.c
Expand Up @@ -7,7 +7,7 @@
*/
#include "hw.h"
#include "mcf.h"
#include "qemu-char.h"
#include "char/char.h"
#include "exec/address-spaces.h"

typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion hw/milkymist-uart.c
Expand Up @@ -24,7 +24,7 @@
#include "hw.h"
#include "sysbus.h"
#include "trace.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/error-report.h"

enum {
Expand Down
2 changes: 1 addition & 1 deletion hw/mips_fulong2e.c
Expand Up @@ -30,7 +30,7 @@
#include "mips.h"
#include "mips_cpudevs.h"
#include "pci/pci.h"
#include "qemu-char.h"
#include "char/char.h"
#include "sysemu/sysemu.h"
#include "audio/audio.h"
#include "qemu/log.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/mips_malta.c
Expand Up @@ -34,7 +34,7 @@
#include "mips.h"
#include "mips_cpudevs.h"
#include "pci/pci.h"
#include "qemu-char.h"
#include "char/char.h"
#include "sysemu/sysemu.h"
#include "sysemu/arch_init.h"
#include "boards.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/msmouse.c
Expand Up @@ -23,7 +23,7 @@
*/
#include <stdlib.h>
#include "qemu-common.h"
#include "qemu-char.h"
#include "char/char.h"
#include "ui/console.h"
#include "msmouse.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/omap2.c
Expand Up @@ -24,7 +24,7 @@
#include "omap.h"
#include "sysemu/sysemu.h"
#include "qemu/timer.h"
#include "qemu-char.h"
#include "char/char.h"
#include "flash.h"
#include "soc_dma.h"
#include "sysbus.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/omap_uart.c
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License along
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "qemu-char.h"
#include "char/char.h"
#include "hw.h"
#include "omap.h"
#include "serial.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/parallel.c
Expand Up @@ -23,7 +23,7 @@
* THE SOFTWARE.
*/
#include "hw.h"
#include "qemu-char.h"
#include "char/char.h"
#include "isa.h"
#include "pc.h"
#include "sysemu/sysemu.h"
Expand Down
2 changes: 1 addition & 1 deletion hw/pl011.c
Expand Up @@ -8,7 +8,7 @@
*/

#include "sysbus.h"
#include "qemu-char.h"
#include "char/char.h"

typedef struct {
SysBusDevice busdev;
Expand Down
2 changes: 1 addition & 1 deletion hw/pxa2xx.c
Expand Up @@ -13,7 +13,7 @@
#include "serial.h"
#include "i2c.h"
#include "ssi.h"
#include "qemu-char.h"
#include "char/char.h"
#include "sysemu/blockdev.h"

static struct {
Expand Down
2 changes: 1 addition & 1 deletion hw/qdev-properties.c
Expand Up @@ -5,7 +5,7 @@
#include "hw/block-common.h"
#include "net/hub.h"
#include "qapi/visitor.h"
#include "qemu-char.h"
#include "char/char.h"

void *qdev_get_prop_ptr(DeviceState *dev, Property *prop)
{
Expand Down
2 changes: 1 addition & 1 deletion hw/s390x/sclpconsole.c
Expand Up @@ -17,7 +17,7 @@

#include "sclp.h"
#include "event-facility.h"
#include "qemu-char.h"
#include "char/char.h"

typedef struct ASCIIConsoleData {
EventBufferHeader ebh;
Expand Down
2 changes: 1 addition & 1 deletion hw/serial.c
Expand Up @@ -24,7 +24,7 @@
*/

#include "serial.h"
#include "qemu-char.h"
#include "char/char.h"
#include "qemu/timer.h"
#include "exec/address-spaces.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/sh_serial.c
Expand Up @@ -26,7 +26,7 @@
*/
#include "hw.h"
#include "sh.h"
#include "qemu-char.h"
#include "char/char.h"
#include "exec/address-spaces.h"

//#define DEBUG_SERIAL
Expand Down
2 changes: 1 addition & 1 deletion hw/spapr_events.c
Expand Up @@ -26,7 +26,7 @@
*/
#include "cpu.h"
#include "sysemu/sysemu.h"
#include "qemu-char.h"
#include "char/char.h"
#include "hw/qdev.h"
#include "sysemu/device_tree.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/spapr_rtas.c
Expand Up @@ -26,7 +26,7 @@
*/
#include "cpu.h"
#include "sysemu/sysemu.h"
#include "qemu-char.h"
#include "char/char.h"
#include "hw/qdev.h"
#include "sysemu/device_tree.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/spapr_vty.c
@@ -1,5 +1,5 @@
#include "qdev.h"
#include "qemu-char.h"
#include "char/char.h"
#include "hw/spapr.h"
#include "hw/spapr_vio.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/strongarm.c
Expand Up @@ -30,7 +30,7 @@
#include "strongarm.h"
#include "qemu/error-report.h"
#include "arm-misc.h"
#include "qemu-char.h"
#include "char/char.h"
#include "sysemu/sysemu.h"
#include "ssi.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/usb/dev-bluetooth.c
Expand Up @@ -21,7 +21,7 @@
#include "qemu-common.h"
#include "hw/usb.h"
#include "hw/usb/desc.h"
#include "bt-host.h"
#include "bt/bt.h"
#include "hw/bt.h"

struct USBBtState {
Expand Down
2 changes: 1 addition & 1 deletion hw/usb/dev-serial.c
Expand Up @@ -12,7 +12,7 @@
#include "qemu/error-report.h"
#include "hw/usb.h"
#include "hw/usb/desc.h"
#include "qemu-char.h"
#include "char/char.h"

//#define DEBUG_Serial

Expand Down
2 changes: 1 addition & 1 deletion hw/virtio-console.c
Expand Up @@ -10,7 +10,7 @@
* the COPYING file in the top-level directory.
*/

#include "qemu-char.h"
#include "char/char.h"
#include "qemu/error-report.h"
#include "trace.h"
#include "virtio-serial.h"
Expand Down

0 comments on commit 927d487

Please sign in to comment.