Move x86 specific calls introduced by device assignement to x86 files
commit8cd8a5022961a9d95722ae38a7e6c220267870b1
authorEhrhardt Christian <ehrhardt@linux.vnet.ibm.com>
Mon, 3 Nov 2008 17:16:40 +0000 (3 18:16 +0100)
committerAvi Kivity <avi@redhat.com>
Tue, 4 Nov 2008 10:10:51 +0000 (4 12:10 +0200)
tree7da98fc90b409bc4113c6e828eb9f2cd6c574af9
parent84660b4473f741206870c9b7f23f943630c7aa45
Move x86 specific calls introduced by device assignement to x86 files

The device asignment patches added the x86 specific ioperm in qemu-kvm.

This patch moves

  qemu-kvm.c:kvm_do_ioperm()

to

  qemu-kvm-x86.c:kvm_arch_do_ioperm()

The patch also changes the qemu-kvm header and the includes according to that.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm-x86.c
qemu-kvm.c
qemu-kvm.h