]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commit
qemu_get_timer: always read the 64 bit value from the savefile
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 8 Dec 2011 16:36:03 +0000 (16:36 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 8 Dec 2011 16:36:03 +0000 (16:36 +0000)
commit244959f65fc67b24a00265110495a555d92f533a
treef14bd7608327393c6dd8b0308d8b8ea2dd9b547e
parent68af5b5191593223709680b89951dfc84a32bee8
qemu_get_timer: always read the 64 bit value from the savefile

qemu_get_timer: the 64 bit value needs to be read from the save file
even when the timer is not initialized otherwise following reads from
the savefile will read the wrong fields.

[ This fixes a regression in 68af5b51 -iwj. ]

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
vl.c