diff options
| author | malc <av1474@comtv.ru> | 2011-11-02 02:14:19 +0400 |
|---|---|---|
| committer | malc <av1474@comtv.ru> | 2011-11-02 02:14:19 +0400 |
| commit | dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37 (patch) | |
| tree | d671ce116243083338b0be0849a58ef9a00b17ff /hw/spapr_vio.h | |
| parent | 0756e71c3f4327f4d2ad3c6099cdafc23de14fcf (diff) | |
| parent | 7f7623662781fa152c5aa39fd63a2e8766516a2c (diff) | |
| download | focaccia-qemu-dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37.tar.gz focaccia-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; |