Revision 997aba8e

b/audio/audio_win_int.c
1 1
/* public domain */
2 2

  
3 3
#include "qemu-common.h"
4
#include "audio.h"
5 4

  
6 5
#define AUDIO_CAP "win-int"
7 6
#include <windows.h>
b/hw/arm/highbank.c
24 24
#include "net/net.h"
25 25
#include "sysemu/sysemu.h"
26 26
#include "hw/boards.h"
27
#include "hw/sysbus.h"
28 27
#include "sysemu/blockdev.h"
29 28
#include "exec/address-spaces.h"
30 29

  
b/hw/audio/marvell_88w8618.c
12 12
#include "hw/sysbus.h"
13 13
#include "hw/hw.h"
14 14
#include "hw/i2c/i2c.h"
15
#include "hw/sysbus.h"
16 15
#include "audio/audio.h"
17 16

  
18 17
#define MP_AUDIO_SIZE           0x00001000
b/hw/mips/mips_malta.c
37 37
#include "sysemu/char.h"
38 38
#include "sysemu/sysemu.h"
39 39
#include "sysemu/arch_init.h"
40
#include "hw/boards.h"
41 40
#include "qemu/log.h"
42 41
#include "hw/mips/bios.h"
43 42
#include "hw/ide.h"
b/hw/misc/lm32_sys.c
34 34
#include "qemu/log.h"
35 35
#include "qemu/error-report.h"
36 36
#include "sysemu/sysemu.h"
37
#include "qemu/log.h"
38 37

  
39 38
enum {
40 39
    R_CTRL = 0,
b/hw/ppc/spapr.c
43 43
#include "hw/ppc/xics.h"
44 44
#include "hw/pci/msi.h"
45 45

  
46
#include "sysemu/kvm.h"
47
#include "kvm_ppc.h"
48 46
#include "hw/pci/pci.h"
49 47

  
50 48
#include "exec/address-spaces.h"
b/hw/ppc/spapr_hcall.c
1 1
#include "sysemu/sysemu.h"
2 2
#include "cpu.h"
3
#include "sysemu/sysemu.h"
4 3
#include "helper_regs.h"
5 4
#include "hw/ppc/spapr.h"
6 5
#include "mmu-hash64.h"
b/hw/timer/exynos4210_rtc.c
31 31
#include "hw/ptimer.h"
32 32

  
33 33
#include "hw/hw.h"
34
#include "qemu/timer.h"
35 34
#include "sysemu/sysemu.h"
36 35

  
37 36
#include "hw/arm/exynos4210.h"
b/include/hw/i386/pc.h
7 7
#include "hw/isa/isa.h"
8 8
#include "hw/block/fdc.h"
9 9
#include "net/net.h"
10
#include "exec/memory.h"
11 10
#include "hw/i386/ioapic.h"
12 11

  
13 12
/* PC-style peripherals (also used by other machines).  */
b/include/qapi/qmp/qlist.h
15 15

  
16 16
#include "qapi/qmp/qobject.h"
17 17
#include "qemu/queue.h"
18
#include "qemu/queue.h"
19 18

  
20 19
typedef struct QListEntry {
21 20
    QObject *value;
b/include/qemu/config-file.h
4 4
#include <stdio.h>
5 5
#include "qemu/option.h"
6 6
#include "qapi/error.h"
7
#include "qemu/option.h"
8 7

  
9 8
QemuOptsList *qemu_find_opts(const char *group);
10 9
QemuOptsList *qemu_find_opts_err(const char *group, Error **errp);
b/monitor.c
63 63
#ifdef CONFIG_TRACE_SIMPLE
64 64
#include "trace/simple.h"
65 65
#endif
66
#include "ui/qemu-spice.h"
67 66
#include "exec/memory.h"
68 67
#include "qmp-commands.h"
69 68
#include "hmp.h"
b/page_cache.c
21 21
#include <sys/types.h>
22 22
#include <stdbool.h>
23 23
#include <glib.h>
24
#include <strings.h>
25 24

  
26 25
#include "qemu-common.h"
27 26
#include "migration/page_cache.h"
b/slirp/misc.c
242 242
}
243 243
#endif
244 244

  
245
#include "monitor/monitor.h"
246

  
247 245
void lprint(const char *format, ...)
248 246
{
249 247
    va_list args;
b/target-ppc/kvm.c
30 30
#include "cpu.h"
31 31
#include "sysemu/cpus.h"
32 32
#include "sysemu/device_tree.h"
33
#include "hw/sysbus.h"
34
#include "hw/ppc/spapr.h"
35 33
#include "mmu-hash64.h"
36 34

  
37 35
#include "hw/sysbus.h"
b/tests/tcg/linux-test.c
39 39
#include <dirent.h>
40 40
#include <setjmp.h>
41 41
#include <sys/shm.h>
42
#include <sched.h>
43 42

  
44 43
#define TESTPATH "/tmp/linux-test.tmp"
45 44
#define TESTPORT 7654

Also available in: Unified diff