qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ui/input: Constify QemuInputHandler structure


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] ui/input: Constify QemuInputHandler structure
Date: Thu, 19 Oct 2023 23:41:56 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 17/10/23 15:12, Philippe Mathieu-Daudé wrote:
Access to QemuInputHandlerState::handler are read-only.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  include/hw/virtio/virtio-input.h | 2 +-
  include/ui/input.h               | 2 +-
  chardev/msmouse.c                | 2 +-
  chardev/wctablet.c               | 2 +-
  hw/char/escc.c                   | 2 +-
  hw/display/xenfb.c               | 6 +++---
  hw/input/adb-kbd.c               | 2 +-
  hw/input/hid.c                   | 6 +++---
  hw/input/ps2.c                   | 4 ++--
  hw/input/virtio-input-hid.c      | 8 ++++----
  ui/input-legacy.c                | 2 +-
  ui/input.c                       | 4 ++--
  ui/vdagent.c                     | 2 +-
  13 files changed, 22 insertions(+), 22 deletions(-)

Patch queued to hw-misc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]