summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-01-12 12:39:33 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-01 08:20:27 +0100
commit6575ccddf4e7c2484bc14b10d5e89f57506c3953 (patch)
tree45e735d0bbf7aaadacb03c41e1d976883cabf093 /ui
parent01df51432e6d22adcc23ccc989432b53d6bc9126 (diff)
downloadqemu-6575ccddf4e7c2484bc14b10d5e89f57506c3953.tar.gz
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>
Diffstat (limited to 'ui')
-rw-r--r--ui/input.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/input.c b/ui/input.c
index 0887bb54ca..6fd48efb57 100644
--- a/ui/input.c
+++ b/ui/input.c
@@ -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;