History log of /external/qemu/include/hw/boards.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9b3a4b03315af9bcdf282243059e8fd1ce1c5c70 23-Jan-2014 David 'Digit' Turner <digit@android.com> qemu-common.h: Remove include of cpu.h

The "qemu-common.h" included "cpu.h" when NEED_CPU_H was defined, which
introduced some nasty circular header dependency issues that affect later
patches in this series.

This patch removes the include, and fixes all other sources to include
"cpu.h" as needed instead.

+ Move loader declarations to "hw/loader.h"
+ Move some stuff from "qemu/timer.h" to "exec/cpu-all.h"

Change-Id: Ida1a4eccd889bae450b35ee32a931273ffe1f8d8
/external/qemu/include/hw/boards.h
d129876d38c88b01843168304c844b11c46dad87 17-Dec-2013 David 'Digit' Turner <digit@android.com> Move hw/arm related sources

hw/boards.h, hw/devices.h -> include/hw/
hw/arm_pic.c -> hw/arm/pic.c

Change-Id: If2a0ac71e44b13e792704ff36885667709ac331a
/external/qemu/include/hw/boards.h