History log of /external/qemu/hw/core/irq.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aa8236dc1b1ea300ab18716db5b8fab42aca3ca7 10-Jan-2014 David 'Digit' Turner <digit@android.com> qemu-malloc.c: Remove qemu-specific heap routines.

Remove all uses of qemu_malloc/malloc0/realloc/free/strdup/etc to use
the equivalent GLib functions (g_malloc, g_free, ...) as per upstream.

This also removes qemu-malloc.c since it's no longer required.

Change-Id: I3c36a0396b73dd114b8da385b43f56a2e54dbb15
/external/qemu/hw/core/irq.c
2ec695af7284adbedcdbc08a22d818b6bdd8990c 17-Dec-2013 David 'Digit' Turner <digit@android.com> Move hw/ headers to include/hw/

hw/hw.h, hw/irq.h, hw/qdev.h -> include/hw/
hw/pc.h -> include/hw/i386/
hw/isa.h -> include/hw/isa/

hw/irq.c -> hw/core/irq.c

Change-Id: I0f529fef02b5cd3ee7c418d1a4a644d75d32b1d5
/external/qemu/hw/core/irq.c