Revision 11b6b345 hw/vga_int.h

b/hw/vga_int.h
21 21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 22
 * THE SOFTWARE.
23 23
 */
24

  
25
#include <hw/hw.h>
26

  
24 27
#define MSR_COLOR_EMULATION 0x01
25 28
#define MSR_PAGE_SELECT     0x20
26 29

  
......
193 196

  
194 197
void vga_dirty_log_start(VGACommonState *s);
195 198

  
199
extern const VMStateDescription vmstate_vga_common;
196 200
void vga_common_save(QEMUFile *f, void *opaque);
197 201
int vga_common_load(QEMUFile *f, void *opaque, int version_id);
198 202
uint32_t vga_ioport_read(void *opaque, uint32_t addr);

Also available in: Unified diff