hw/arm/armsse: Move PPUs into data-driven framework
[qemu/ar7.git] / accel / kvm / sev-stub.c
blob9587d1b2a31dbb7499535fbfbee89df83000c14e
1 /*
2 * QEMU SEV stub
4 * Copyright Advanced Micro Devices 2018
6 * Authors:
7 * Brijesh Singh <brijesh.singh@amd.com>
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
14 #include "qemu/osdep.h"
15 #include "qemu-common.h"
16 #include "sysemu/sev.h"
18 int sev_kvm_init(ConfidentialGuestSupport *cgs, Error **errp)
20 /* If we get here, cgs must be some non-SEV thing */
21 return 0;