[Qemu-devel] [PATCH 0/5] register reset handlers to reload image

2012-10-26 Thread Olivia Yin
Register reset handlers image_blob_reset and image_file_reset to reload images when virtual machine reset. This way could optimize footprint of QEMU. 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

Re: [Qemu-devel] [PATCH 0/5] register reset handlers to reload image

2012-10-26 Thread Wei-Ren Chen
On Fri, Oct 26, 2012 at 04:02:01PM +0800, Olivia Yin wrote: Register reset handlers image_blob_reset and image_file_reset to reload images when virtual machine reset. This way could optimize footprint of QEMU. This is the first part of the patches which remove rom related functions in