On 20.06.2018 12:08, David Hildenbrand wrote: > If the CPU data is migrated after the TOD clock, the CKC timer of a CPU > is not rearmed. Let's rearm it when loading the CPU state. > > Introduce tcg-stub.c just like kvm-stub.c for tcg specific stubs. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/Makefile.objs | 1 + > target/s390x/machine.c | 6 ++++++ > target/s390x/tcg-stub.c | 20 ++++++++++++++++++++ > 3 files changed, 27 insertions(+) > create mode 100644 target/s390x/tcg-stub.c
Reviewed-by: Thomas Huth <th...@redhat.com>