]> 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>
Thu, 19 Oct 2023 21:13:28 +0000 (23:13 +0200)
commitb1be65f6436f53618408d9c6fc6959054f5afed6
tree664d1a3f87e6d78c5476e06d199ac79c34397942
parent08d45942972ada0e4d051799fb8ba1b47225a6b3
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