+2
−2
hw/kvmclock.c
0 → 100644
+125
−0
hw/kvmclock.h
0 → 100644
+14
−0
+25
−7
Loading
If kvmclock is used, which implies the kernel supports it, register a kvmclock device with the sysbus. Its main purpose is to save and restore the kernel state on migration, but this will also allow to visualize it one day. Signed-off-by:Jan Kiszka <jan.kiszka@siemens.com> CC: Glauber Costa <glommer@redhat.com> Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com>