From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRfl2-0007W7-QD for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:59:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRfkx-0005x8-6p for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:59:12 -0400 From: Olivia Yin Date: Fri, 26 Oct 2012 16:02:01 +0800 Message-ID: <1351238526-2551-1-git-send-email-hong-hua.yin@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/5] register reset handlers to reload image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Cc: 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 rom_ptr. Signed-off-by: Olivia Yin 0001-define-image_file_reset-and-image_blob_reset.patch 0002-use-reset-handlers-to-reload-kernel-and-initrd.patch 0003-replace-rom_add_file-with-image_file_reset.patch 0004-replaece-rom_add_blob-with-image_blob_reset.patch 0005-remove-rom-related-functions-in-loader.patch