summaryrefslogtreecommitdiffstats
path: root/hw/input/adb-mouse.c
diff options
context:
space:
mode:
authorEric Auger2021-09-20 14:25:35 +0200
committerPeter Maydell2021-11-15 19:53:00 +0100
commit1adf528ec3bdf62ea3b580b7ad562534a3676ff5 (patch)
treecd2384281b7e07ee7294e7711c7876bf2db707bf /hw/input/adb-mouse.c
parenthw/intc/arm_gicv3: Support multiple redistributor regions (diff)
downloadqemu-1adf528ec3bdf62ea3b580b7ad562534a3676ff5.tar.gz
qemu-1adf528ec3bdf62ea3b580b7ad562534a3676ff5.tar.xz
qemu-1adf528ec3bdf62ea3b580b7ad562534a3676ff5.zip
hw/rtc/pl031: Send RTC_CHANGE QMP event
The PL031 currently is not able to report guest RTC change to the QMP monitor as opposed to mc146818 or spapr RTCs. This patch adds the call to qapi_event_send_rtc_change() when the Load Register is written. The value which is reported corresponds to the difference between the guest reference time and the reference time kept in softmmu/rtc.c. For instance adding 20s to the guest RTC value will report 20. Adding an extra 20s to the guest RTC value will report 20 + 20 = 40. The inclusion of qapi/qapi-types-misc-target.h in hw/rtl/pl031.c require to compile the PL031 with specific_ss.add() to avoid ./qapi/qapi-types-misc-target.h:18:13: error: attempt to use poisoned "TARGET_<ARCH>". Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20210920122535.269988-1-eric.auger@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/input/adb-mouse.c')
0 files changed, 0 insertions, 0 deletions