OSDN Git Service

target/s390x: no need to pass kvm_state to savevm_gtod handlers
authorDavid Hildenbrand <david@redhat.com>
Fri, 18 Aug 2017 11:43:40 +0000 (13:43 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 30 Aug 2017 16:23:25 +0000 (18:23 +0200)
commitfe7cb8eab27811af76c54d29658fa83d9a9095b9
tree395bfef0bf928defc5dd67197b788d7f15af3964
parentc50f65118b429e6847d5c11b1a20a560d61c34b7
target/s390x: no need to pass kvm_state to savevm_gtod handlers

Let's avoid any KVM stuff in s390-virtio-ccw.c. This parameter is simply
ignored.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170818114353.13455-6-david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/s390-virtio-ccw.c