vga/migration: Update memory map in post_load
commit138bc2df843105edb22978284fc2e16307f16211
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 4 Aug 2017 11:33:29 +0000 (4 12:33 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Sep 2017 11:52:43 +0000 (1 13:52 +0200)
tree073c2875d0b03a1675345459610085326bba2218
parentb21330b513365a83aa808a27da1ebe53f8f10c3c
vga/migration: Update memory map in post_load

After migration the chain4 alias mapping added by 80763888 (in 2011)
might be missing, since there's no call to vga_update_memory_access
in the post_load after the registers are updated.  Add it back.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-id: 20170804113329.13609-1-dgilbert@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vga.c