target/i386: Do not include "exec/ioport.h" if it is not necessary
commit383952e7c8ad8bd856af460e290f2662cf6caec0
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 28 May 2018 23:27:03 +0000 (28 20:27 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 May 2018 17:12:13 +0000 (31 19:12 +0200)
treecc75a29237110528e765371b5d3cd34536230f19
parent86b246534b488f1882ac545ffc76fe896185efd0
target/i386: Do not include "exec/ioport.h" if it is not necessary

Code change produced with:
    $ git grep '#include "exec/ioport.h"' target | \
      cut -d: -f-1 | \
      xargs egrep -Li "(portio|cpu_(in|out).\()" | \
      xargs sed -i.bak '/#include "exec\/ioport.h"/d'

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180528232719.4721-6-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hax-all.c
target/i386/hvf/hvf.c
target/i386/hvf/x86_task.c
target/i386/kvm.c