aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2018-07-23 18:32:21 +0200
committerCornelia Huck <cohuck@redhat.com>2018-08-20 14:18:49 +0200
commit36699ab480340b928f2e589d83a94e6786e1965b (patch)
treef153aca5a4a4d2f0fe0fe920a0c66e6523c9727d /target
parenta5f9ecc49d63a905da6598900e0a0eeec1ef269d (diff)
downloadqemu-36699ab480340b928f2e589d83a94e6786e1965b.zip
qemu-36699ab480340b928f2e589d83a94e6786e1965b.tar.gz
qemu-36699ab480340b928f2e589d83a94e6786e1965b.tar.bz2
s390x: remove 's390-squash-mcss' option
This option has been deprecated for two releases; remove it. Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Halil Pasic <pasic@linux.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target')
-rw-r--r--target/s390x/cpu.c10
-rw-r--r--target/s390x/cpu.h1
2 files changed, 0 insertions, 11 deletions
diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c
index 271c5ce..8ed4823 100644
--- a/target/s390x/cpu.c
+++ b/target/s390x/cpu.c
@@ -421,16 +421,6 @@ void s390_crypto_reset(void)
}
}
-bool s390_get_squash_mcss(void)
-{
- if (object_property_get_bool(OBJECT(qdev_get_machine()), "s390-squash-mcss",
- NULL)) {
- return true;
- }
-
- return false;
-}
-
void s390_enable_css_support(S390CPU *cpu)
{
if (kvm_enabled()) {
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h
index 2c3dd2d..86b66df 100644
--- a/target/s390x/cpu.h
+++ b/target/s390x/cpu.h
@@ -713,7 +713,6 @@ static inline void s390_do_cpu_load_normal(CPUState *cs, run_on_cpu_data arg)
/* cpu.c */
void s390_crypto_reset(void);
-bool s390_get_squash_mcss(void);
int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit);
void s390_cmma_reset(void);
void s390_enable_css_support(S390CPU *cpu);