]> xenbits.xensource.com Git - seabios.git/commit
vgabios: Simplify the bios save state area.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 6 Feb 2014 00:29:08 +0000 (19:29 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 6 Feb 2014 00:29:08 +0000 (19:29 -0500)
commitda6a15762b07028926fe0d78b1b54153c4f0c560
tree8530ba480598094dbce8258489427f30757fd488
parentf5ec1e0a5e2f0b12ed4fd250f6bfeabb0feacd25
vgabios: Simplify the bios save state area.

The structure of the "bios save state area" as returned by
handle_101c() and vbe_104f04() does not follow any particular order.
(And there does not appear to be any documentation that would require
it to follow a particular order.)

So, rearrange the layout of the struct to make save and restore
simpler.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/vgabios.c
vgasrc/vgabios.h