Revision 511d2b14 vl.c

b/vl.c
21 21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 22
 * THE SOFTWARE.
23 23
 */
24
#include "hw/hw.h"
25
#include "hw/boards.h"
26
#include "hw/usb.h"
27
#include "hw/pcmcia.h"
28
#include "hw/pc.h"
29
#include "hw/audiodev.h"
30
#include "hw/isa.h"
31
#include "hw/baum.h"
32
#include "hw/bt.h"
33
#include "net.h"
34
#include "monitor.h"
35
#include "console.h"
36
#include "sysemu.h"
37
#include "gdbstub.h"
38
#include "qemu-timer.h"
39
#include "qemu-char.h"
40
#include "cache-utils.h"
41
#include "block.h"
42
#include "audio/audio.h"
43
#include "migration.h"
44
#include "kvm.h"
45
#include "balloon.h"
46

  
47 24
#include <unistd.h>
48 25
#include <fcntl.h>
49 26
#include <signal.h>
......
114 91
#endif
115 92
#endif
116 93

  
117
#include "qemu_socket.h"
118

  
119
#if defined(CONFIG_SLIRP)
120
#include "libslirp.h"
121
#endif
122

  
123 94
#if defined(__OpenBSD__)
124 95
#include <util.h>
125 96
#endif
......
154 125
#define main qemu_main
155 126
#endif /* CONFIG_COCOA */
156 127

  
128
#include "hw/hw.h"
129
#include "hw/boards.h"
130
#include "hw/usb.h"
131
#include "hw/pcmcia.h"
132
#include "hw/pc.h"
133
#include "hw/audiodev.h"
134
#include "hw/isa.h"
135
#include "hw/baum.h"
136
#include "hw/bt.h"
137
#include "net.h"
138
#include "monitor.h"
139
#include "console.h"
140
#include "sysemu.h"
141
#include "gdbstub.h"
142
#include "qemu-timer.h"
143
#include "qemu-char.h"
144
#include "cache-utils.h"
145
#include "block.h"
146
#include "audio/audio.h"
147
#include "migration.h"
148
#include "kvm.h"
149
#include "balloon.h"
150

  
157 151
#include "disas.h"
158 152

  
159 153
#include "exec-all.h"
160 154

  
155
#include "qemu_socket.h"
156

  
157
#if defined(CONFIG_SLIRP)
158
#include "libslirp.h"
159
#endif
160

  
161 161
//#define DEBUG_UNUSED_IOPORT
162 162
//#define DEBUG_IOPORT
163 163
//#define DEBUG_NET

Also available in: Unified diff