summaryrefslogtreecommitdiff
path: root/hw/vga_int.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-14 14:10:11 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:28:54 -0500
commit2a3138ab15b4abce551dcfd78c64314553b3418d (patch)
tree146e549c24c786f568b85fe896f827fd711399b9 /hw/vga_int.h
parente482dc3eaac43f88beea133843ae38c661262e97 (diff)
downloadqemu-2a3138ab15b4abce551dcfd78c64314553b3418d.tar.gz
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 'hw/vga_int.h')
-rw-r--r--hw/vga_int.h1
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)