master
c 12 lines 320 Bytes
Raw
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 #include "qemu/osdep.h"
4 #include "qapi/error.h"
5 #include "qapi/qapi-commands-misc-i386.h"
6
7 void qmp_rtc_reset_reinjection(Error **errp)
8 {
9 error_setg(errp,
10 "RTC interrupt reinjection backlog reset is not available for"
11 "this machine");
12 }