Statistics
| Branch: | Revision:

root / hw / omap_synctimer.c @ 93148aa5

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
f44336c5 11/28/2011 03:40 pm Avi Kivity

omap_l4: rename omap_l4_attach_region() to omap_l4_attach()

Signed-off-by: Avi Kivity <>

fcb40162 11/28/2011 03:38 pm Avi Kivity

omap_synctimer: convert to memory API

Signed-off-by: Avi Kivity <>

a56e423c 11/28/2011 03:38 pm Avi Kivity

omap: eliminate l4_register_io_memory

This is a trivial wrapper around cpu_register_io_memory(), adding
no value. Inline it into all callers.

Reviewed-by: Peter Maydell <>
Signed-off-by: Avi Kivity <>

7267c094 08/21/2011 07:01 am Anthony Liguori

Use glib memory allocation and free functions

qemu_malloc/qemu_free no longer exist after this commit.

Signed-off-by: Anthony Liguori <>

74475455 03/21/2011 10:23 am Paolo Bonzini

change all other clock references to use nanosecond resolution accessors

This was done with:

sed -i 's/qemu_get_clock\>/qemu_get_clock_ns/' \
$(git grep -l 'qemu_get_clock\>' )
sed -i 's/qemu_new_timer\>/qemu_new_timer_ns/' \
$(git grep -l 'qemu_new_timer\>' )...
011d87d0 06/30/2010 09:41 pm cmchao

hw/omap2.c : separate synctimer module

Signed-off-by: cmchao <>
Signed-off-by: Aurelien Jarno <>