qemu-iotests: Test qemu-img bitmap/commit exit code on error
[qemu.git] / hw / acpi / viot.h
blob9fe565bb878ec82605aa8caefdf82c0a9e831a86
1 /*
2 * ACPI Virtual I/O Translation Table implementation
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 #ifndef VIOT_H
7 #define VIOT_H
9 void 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);
13 #endif /* VIOT_H */