Signed-off-by: Olivia Yin <hong-hua....@freescale.com> This series of 5 patches optimize the footprint of QEMU by registering reset private handlers to reload images when virtual machine reset.
This is the first part of the patches which remove rom related functions in loader.c The second part will optimize memory regions which use rom_ptr. These patches are against the master branch of git://git.qemu.org/qemu.git. The v2 patches had been updated to replace tar_target_phys_addr_t with hwaddr.