diff options
| author | Juan Quintela <quintela@redhat.com> | 2009-10-14 14:10:11 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-27 12:28:54 -0500 |
| commit | 2a3138ab15b4abce551dcfd78c64314553b3418d (patch) | |
| tree | 146e549c24c786f568b85fe896f827fd711399b9 /hw/vga_int.h | |
| parent | e482dc3eaac43f88beea133843ae38c661262e97 (diff) | |
| download | focaccia-qemu-2a3138ab15b4abce551dcfd78c64314553b3418d.tar.gz focaccia-qemu-2a3138ab15b4abce551dcfd78c64314553b3418d.zip | |
vga: create is_vbe_vmstate field
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '')
| -rw-r--r-- | hw/vga_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index c162c07103..4d5232f90f 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -176,6 +176,7 @@ typedef struct VGACommonState { vga_retrace_fn retrace; vga_update_retrace_info_fn update_retrace_info; union vga_retrace retrace_info; + uint8_t is_vbe_vmstate; } VGACommonState; static inline int c6_to_8(int v) |