mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
qapi: promote input-send-event to stable
With all fixups being in place now, we can promote input-send-event to stable abi by removing the x- prefix. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
01df51432e
commit
6575ccddf4
3 changed files with 13 additions and 19 deletions
|
@ -119,9 +119,9 @@ qemu_input_find_handler(uint32_t mask, QemuConsole *con)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
void qmp_x_input_send_event(bool has_device, const char *device,
|
||||
bool has_head, int64_t head,
|
||||
InputEventList *events, Error **errp)
|
||||
void qmp_input_send_event(bool has_device, const char *device,
|
||||
bool has_head, int64_t head,
|
||||
InputEventList *events, Error **errp)
|
||||
{
|
||||
InputEventList *e;
|
||||
QemuConsole *con;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue