Statistics
| Branch: | Revision:

root / hw / qdev-properties-system.c @ 5e22c276

History | View | Annotate | Download (8.7 kB)

# Date Author Comment
501a7ce7 12/23/2012 01:40 am Andreas Färber

Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu

Adapt header include paths.

Signed-off-by: Andreas Färber <>

a404b612 12/19/2012 03:09 pm Eduardo Habkost

qdev-properties.c: Separate core from the code used only by qemu-system-*

This separates the qdev properties code in two parts:
- qdev-properties.c, that contains most of the qdev properties code;
- qdev-properties-system.c for code specific for qemu-system-*,...