]> git.proxmox.com Git - mirror_qemu.git/commit
ui/input: Constify QemuInputHandler structure
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 17 Oct 2023 13:05:00 +0000 (15:05 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 12:46:07 +0000 (14:46 +0200)
commit9f1b100236223d073915b8eedac3089ec64f8a6e
tree99975c8f89d367106a91dcdda94951c24f4db153
parent4f472537fa9842ad7facb76b63ea9b625033e40e
ui/input: Constify QemuInputHandler structure

Access to QemuInputHandlerState::handler are read-only.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20231017131251.43708-1-philmd@linaro.org>
13 files changed:
chardev/msmouse.c
chardev/wctablet.c
hw/char/escc.c
hw/display/xenfb.c
hw/input/adb-kbd.c
hw/input/hid.c
hw/input/ps2.c
hw/input/virtio-input-hid.c
include/hw/virtio/virtio-input.h
include/ui/input.h
ui/input-legacy.c
ui/input.c
ui/vdagent.c