ppc/xics: move kernel_xics_fd out of KVMXICSState
commit729f8a4f4876107fdc56a0b80414368ee89afcd1
authorCédric Le Goater <clg@kaod.org>
Mon, 27 Feb 2017 14:29:22 +0000 (27 15:29 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 1 Mar 2017 00:23:39 +0000 (1 11:23 +1100)
tree9b4703dd0838f680721da709b7910ef988d92f4e
parentb2fc59aaf90f3a0b6e1976d27ce533b035a40b49
ppc/xics: move kernel_xics_fd out of KVMXICSState

The kernel ICP file descriptor is the only reason behind the
KVMXICSState class and it's in the way of more cleanups. Let's make it
a static for the moment and move forward.

If this is problem, we could use an attribute under the sPAPR machine
later on.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/intc/xics_kvm.c