vhost: allocate SVQ device file descriptors at device start
[qemu.git] / hw / acpi / ghes-stub.c
blobc315de1802d6af17157d609a75d6f642201bf3f3
1 /*
2 * Support for generating APEI tables and recording CPER for Guests:
3 * stub functions.
5 * Copyright (c) 2021 Linaro, Ltd
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 */
11 #include "qemu/osdep.h"
12 #include "hw/acpi/ghes.h"
14 int acpi_ghes_record_errors(uint8_t source_id, uint64_t physical_address)
16 return -1;
19 bool acpi_ghes_present(void)
21 return false;