diff options
author | Cornelia Huck <cohuck@redhat.com> | 2018-02-23 11:13:45 +0100 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2018-02-26 12:55:26 +0100 |
commit | 3e65a3c283ae36c1f27141f71d2bb040737b1390 (patch) | |
tree | b0fc591db2fbd53d4285ac06bb06a740bb96d2d1 /target/s390x/kvm_s390x.h | |
parent | 82fab5c5b90e468f3e9d54cd614c89d9416d18cd (diff) | |
download | qemu-3e65a3c283ae36c1f27141f71d2bb040737b1390.zip qemu-3e65a3c283ae36c1f27141f71d2bb040737b1390.tar.gz qemu-3e65a3c283ae36c1f27141f71d2bb040737b1390.tar.bz2 |
s390x: remove s390_get_memslot_count
Not needed anymore after removal of the memory hotplug code.
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/kvm_s390x.h')
-rw-r--r-- | target/s390x/kvm_s390x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/s390x/kvm_s390x.h b/target/s390x/kvm_s390x.h index 7a3b862..c383bf4 100644 --- a/target/s390x/kvm_s390x.h +++ b/target/s390x/kvm_s390x.h @@ -30,7 +30,6 @@ int kvm_s390_set_clock_ext(uint8_t *tod_high, uint64_t *tod_clock); void kvm_s390_enable_css_support(S390CPU *cpu); int kvm_s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch, int vq, bool assign); -int kvm_s390_get_memslot_count(void); int kvm_s390_cmma_active(void); void kvm_s390_cmma_reset(void); void kvm_s390_reset_vcpu(S390CPU *cpu); |