s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()
commit4ab6a1feac0a142045d3b7bdbb8182a99c0b8980
authorDavid Hildenbrand <david@redhat.com>
Wed, 27 Jun 2018 13:44:03 +0000 (27 15:44 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 2 Jul 2018 08:37:38 +0000 (2 10:37 +0200)
treef11c55aa2d26a0f092fba9ff3cb25e78f977abae
parent14055ce53c2d901d826ffad7fb7d6bb8ab46bdfd
s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()

We are going to factor out the TOD into a separate device and use const
pointers for device class functions where possible. We are passing right
now ordinary pointers that should never be touched when setting the TOD.
Let's just pass the values directly.

Note that s390_set_clock() will be removed in a follow-on patch and
therefore its calling convention is not changed.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180627134410.4901-3-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.c
target/s390x/kvm-stub.c
target/s390x/kvm.c
target/s390x/kvm_s390x.h