diff options
author | David Hildenbrand <david@redhat.com> | 2017-08-18 13:43:43 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-08-30 18:23:25 +0200 |
commit | 1083a3f45c8077828697b5e43510d90de943c640 (patch) | |
tree | 4ba9e18c77be47513084e72c9ee9c0fea4bddf91 /target | |
parent | e654ca84b6c39678f5d1478de6662920976e21dd (diff) | |
download | qemu-1083a3f45c8077828697b5e43510d90de943c640.zip |
target/s390x: move gtod_*() declarations to s390-virtio.h
The functions are not used in target/s390x/ so a header in hw/s390x/
is a better place.
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170818114353.13455-9-david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/s390x/cpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h index 3ce7ffc126..c40d70dd70 100644 --- a/target/s390x/cpu.h +++ b/target/s390x/cpu.h @@ -594,9 +594,6 @@ static inline uint8_t s390_cpu_get_state(S390CPU *cpu) return cpu->env.cpu_state; } -void gtod_save(QEMUFile *f, void *opaque); -int gtod_load(QEMUFile *f, void *opaque, int version_id); - void cpu_inject_ext(S390CPU *cpu, uint32_t code, uint32_t param, uint64_t param64); |