Revision 35bed8ee

b/cpu-all.h
840 840
void cpu_set_log_filename(const char *filename);
841 841
int cpu_str_to_log_mask(const char *str);
842 842

  
843
/* IO ports API */
844
#include "ioport.h"
845

  
846 843
/* memory API */
847 844

  
848 845
extern int phys_ram_fd;
b/hw/pc.h
2 2
#define HW_PC_H
3 3

  
4 4
#include "qemu-common.h"
5
#include "ioport.h"
5 6

  
6 7
/* PC-style peripherals (also used by other machines).  */
7 8

  
b/target-i386/kvm.c
25 25
#include "gdbstub.h"
26 26
#include "host-utils.h"
27 27
#include "hw/pc.h"
28
#include "ioport.h"
28 29

  
29 30
#ifdef CONFIG_KVM_PARA
30 31
#include <linux/kvm_para.h>
b/target-i386/op_helper.c
20 20
#include "exec.h"
21 21
#include "exec-all.h"
22 22
#include "host-utils.h"
23
#include "ioport.h"
23 24

  
24 25
//#define DEBUG_PCALL
25 26

  

Also available in: Unified diff