qemu-e2k/hw/core
Damien Hedde 0e6934f264 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 <damien.hedde@greensocs.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20200406135251.157596-4-damien.hedde@greensocs.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2020-04-30 15:35:40 +01:00
..
bus.c hw/core: deprecate old reset functions and introduce new ones 2020-01-30 16:02:04 +00:00
clock-vmstate.c hw/core/clock-vmstate: define a vmstate entry for clock state 2020-04-30 15:35:40 +01:00
clock.c hw/core/clock: introduce clock object 2020-04-30 11:52:28 +01:00
cpu.c x86 and machine queue for 5.0 soft freeze 2020-03-19 14:22:46 +00:00
empty_slot.c
fw-path-provider.c
generic-loader.c hw/core/loader: Let load_elf() populate a field with CPU-specific flags 2020-01-29 19:28:52 +01:00
hotplug.c
irq.c
Kconfig
loader-fit.c hw/core: Fix fit_load_fdt() error API violations 2019-12-18 08:36:15 +01:00
loader.c hw/core: properly terminate loading .hex on EOF record 2020-04-07 16:19:49 +01:00
machine-hmp-cmds.c hmp: drop Error pointer indirection in hmp_handle_error 2019-12-18 08:36:16 +01:00
machine-qmp-cmds.c
machine.c fw_cfg: Migrate ACPI table mr sizes separately 2020-04-13 06:55:54 -04:00
Makefile.objs qdev: add clock input&output support to devices. 2020-04-30 15:35:40 +01:00
nmi.c
null-machine.c null-machine: use memdev for RAM 2020-02-19 16:49:57 +00:00
numa.c remove no longer used memory_region_allocate_system_memory() 2020-02-19 16:50:01 +00:00
or-irq.c hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINES 2020-01-30 16:02:01 +00:00
platform-bus.c hw/core: Let devices own the MemoryRegion they create 2020-03-17 15:18:48 +01:00
ptimer.c
qdev-clock.c qdev: add clock input&output support to devices. 2020-04-30 15:35:40 +01:00
qdev-fw.c
qdev-properties-system.c
qdev-properties.c multifd: Add zstd compression multifd support 2020-02-28 09:25:49 +01:00
qdev.c qdev: add clock input&output support to devices. 2020-04-30 15:35:40 +01:00
register.c
reset.c
resettable.c hw/core: deprecate old reset functions and introduce new ones 2020-01-30 16:02:04 +00:00
split-irq.c qdev: set properties with device_class_set_props() 2020-01-24 20:59:15 +01:00
stream.c
sysbus.c sysbus: remove unused sysbus_try_create* 2020-01-07 16:06:59 +04:00
trace-events hw/core/clock: introduce clock object 2020-04-30 11:52:28 +01:00
uboot_image.h
vm-change-state-handler.c
vmstate-if.c vmstate: add qom interface to get id 2020-01-06 18:41:32 +04:00