]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/qdev.c
hw/fsi: Added qtest
[mirror_qemu.git] / stubs / qdev.c
CommitLineData
9b45a025
PMD
1/*
2 * QOM stubs
3 *
4 * Copyright (c) 2021 Red Hat, Inc.
5 *
6 * Author:
7 * Philippe Mathieu-Daudé <philmd@redhat.com>
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 *
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
13 */
14
15#include "qemu/osdep.h"
16#include "qapi/qapi-events-qdev.h"
17
047f2ca1 18void qapi_event_send_device_deleted(const char *device,
9b45a025
PMD
19 const char *path)
20{
21 /* Nothing to do. */
22}
d43f1670 23
047f2ca1 24void qapi_event_send_device_unplug_guest_error(const char *device,
d43f1670
DHB
25 const char *path)
26{
27 /* Nothing to do. */
28}