aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/kvm/stubs.c
blob: 5fd63b9a7e32fc4bd54cc24056afeda6f0a7b542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include "qemu/osdep.h"

#include "kvm_s390x.h"

int kvm_s390_get_protected_dump(void)
{
    return false;
}