]> Git Repo - qemu.git/commit
qdev: add clock input&output support to devices.
authorDamien Hedde <[email protected]>
Mon, 6 Apr 2020 13:52:45 +0000 (15:52 +0200)
committerPeter Maydell <[email protected]>
Thu, 30 Apr 2020 14:35:40 +0000 (15:35 +0100)
commit0e6934f26484abef4a96946078a34746f8855801
tree0bdc3532609498a48f3c8c9168cde67a7245ea83
parentb8d38bd5256362355cbc115889213e4892e16ea9
qdev: add clock input&output support to devices.

Add functions to easily handle clocks with devices.
Clock inputs and outputs should be used to handle clock propagation
between devices.
The API is very similar the GPIO API.

This is based on the original work of Frederic Konrad.

Signed-off-by: Damien Hedde <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: 20200406135251[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/core/Makefile.objs
hw/core/qdev-clock.c [new file with mode: 0644]
hw/core/qdev.c
include/hw/qdev-clock.h [new file with mode: 0644]
include/hw/qdev-core.h
tests/Makefile.include
This page took 0.024569 seconds and 4 git commands to generate.