]> git.proxmox.com Git - mirror_qemu.git/blame - hw/acpi/viot.h
HostMem: Add mechanism to opt in kvm guest memfd via MachineState
[mirror_qemu.git] / hw / acpi / viot.h
CommitLineData
1f85d74a
JPB
1/*
2 * ACPI Virtual I/O Translation Table implementation
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef VIOT_H
7#define VIOT_H
8
9void build_viot(MachineState *ms, GArray *table_data, BIOSLinker *linker,
10 uint16_t virtio_iommu_bdf, const char *oem_id,
11 const char *oem_table_id);
12
13#endif /* VIOT_H */