diff options
author | malc | 2011-11-01 23:14:19 +0100 |
---|---|---|
committer | malc | 2011-11-01 23:14:19 +0100 |
commit | dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37 (patch) | |
tree | d671ce116243083338b0be0849a58ef9a00b17ff /hw/spapr_vio.h | |
parent | tcg: Fix whitespace in tcg-op.h. (diff) | |
parent | Revert "PPC: Fail configure when libfdt is not available" (diff) | |
download | qemu-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.h | 1 |
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; |