summaryrefslogtreecommitdiffstats
path: root/hw/spapr_vio.h
diff options
context:
space:
mode:
authormalc2011-11-01 23:14:19 +0100
committermalc2011-11-01 23:14:19 +0100
commitdd7b25b5b47df8aaf5580faaf3f60b2a1b779c37 (patch)
treed671ce116243083338b0be0849a58ef9a00b17ff /hw/spapr_vio.h
parenttcg: Fix whitespace in tcg-op.h. (diff)
parentRevert "PPC: Fail configure when libfdt is not available" (diff)
downloadqemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.tar.gz
qemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.tar.xz
qemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.zip
Merge branch 'master' of git://git.qemu.org/qemu
Diffstat (limited to 'hw/spapr_vio.h')
-rw-r--r--hw/spapr_vio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/spapr_vio.h b/hw/spapr_vio.h
index 4fe5f742c2..a325a5f4b3 100644
--- a/hw/spapr_vio.h
+++ b/hw/spapr_vio.h
@@ -57,6 +57,7 @@ typedef struct VIOsPAPRDevice {
target_ulong signal_state;
uint32_t rtce_window_size;
VIOsPAPR_RTCE *rtce_table;
+ int kvmtce_fd;
VIOsPAPR_CRQ crq;
} VIOsPAPRDevice;