From 6575ccddf4e7c2484bc14b10d5e89f57506c3953 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 12 Jan 2016 12:39:33 +0100 Subject: 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 Reviewed-by: Markus Armbruster Reviewed-by: Eric Blake --- ui/input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/input.c') 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; -- cgit 1.4.1