Skip to content

Commit

Permalink
qapi-schema: Collect UI stuff in qapi/ui.json
Browse files Browse the repository at this point in the history
UI stuff is remote desktop stuff (Spice, VNC) and input stuff (mouse,
keyboard).

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1503602048-12268-9-git-send-email-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
Markus Armbruster committed Sep 4, 2017
1 parent 3c0bd37 commit 608cfed
Show file tree
Hide file tree
Showing 5 changed files with 982 additions and 959 deletions.
2 changes: 2 additions & 0 deletions MAINTAINERS
Expand Up @@ -1320,12 +1320,14 @@ F: include/ui/spice-display.h
F: ui/spice-*.c
F: audio/spiceaudio.c
F: hw/display/qxl*
F: qapi/ui.json

Graphics
M: Gerd Hoffmann <kraxel@redhat.com>
S: Odd Fixes
F: ui/
F: include/ui/
F: qapi/ui.json

Cocoa graphics
M: Peter Maydell <peter.maydell@linaro.org>
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -417,7 +417,8 @@ qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \
$(SRC_PATH)/qapi/rocker.json \
$(SRC_PATH)/qapi/run-state.json \
$(SRC_PATH)/qapi/sockets.json \
$(SRC_PATH)/qapi/trace.json
$(SRC_PATH)/qapi/trace.json \
$(SRC_PATH)/qapi/ui.json

qapi-types.c qapi-types.h :\
$(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py)
Expand Down

0 comments on commit 608cfed

Please sign in to comment.