Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into staging
[qemu/kevin.git] / stubs / qdev.c
blob7e957b3e524cd72200a1a9b913ead326dc1f1ef3
1 /*
2 * QOM stubs
4 * Copyright (c) 2021 Red Hat, Inc.
6 * Author:
7 * Philippe Mathieu-Daudé <philmd@redhat.com>
9 * SPDX-License-Identifier: GPL-2.0-or-later
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.
15 #include "qemu/osdep.h"
16 #include "qapi/qapi-events-qdev.h"
18 void qapi_event_send_device_deleted(const char *device,
19 const char *path)
21 /* Nothing to do. */