]> Git Repo - qemu.git/blame - include/sysemu/sev.h
block: Make bdrv_attach/detach_aio_context() static
[qemu.git] / include / sysemu / sev.h
CommitLineData
b20e3780
BS
1/*
2 * QEMU Secure Encrypted Virutualization (SEV) support
3 *
4 * Copyright: Advanced Micro Devices, 2016-2018
5 *
6 * Authors:
7 * Brijesh Singh <[email protected]>
8 *
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.
11 *
12 */
13
14#ifndef QEMU_SEV_H
15#define QEMU_SEV_H
16
17#include "sysemu/kvm.h"
18
19void *sev_guest_init(const char *id);
54e89539 20int sev_encrypt_data(void *handle, uint8_t *ptr, uint64_t len);
b20e3780 21#endif
This page took 0.08635 seconds and 4 git commands to generate.