]> Git Repo - qemu.git/commit
v2: properly save kvm system time msr registers
authorGlauber Costa <[email protected]>
Thu, 22 Oct 2009 12:26:56 +0000 (10:26 -0200)
committerAnthony Liguori <[email protected]>
Sat, 12 Dec 2009 13:59:49 +0000 (07:59 -0600)
commit1a03675db146dfc760b3b48b3448075189f142cc
tree5bd0d493d170c980752cac354035b26e914b8fbb
parentd96fd29cca420d1ff3d34cde233cf41a3818c550
v2: properly save kvm system time msr registers

Currently, the msrs involved in setting up pvclock are not saved over
migration and/or save/restore. This patch puts their value in special
fields in our CPUState, and deal with them using vmstate.

kvm also has to account for it, by including them in the msr list
for the ioctls.

This is a backport from qemu-kvm.git

[v2: sucessfully build without kerneldir ]

Signed-off-by: Glauber Costa <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
target-i386/cpu.h
target-i386/kvm.c
target-i386/machine.c
This page took 0.024634 seconds and 4 git commands to generate.