From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRg2c-0004J4-TX for qemu-devel@nongnu.org; Fri, 26 Oct 2012 05:17:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRg2W-0002kI-ST for qemu-devel@nongnu.org; Fri, 26 Oct 2012 05:17:22 -0400 Date: Fri, 26 Oct 2012 17:17:08 +0800 From: =?utf-8?B?6Zmz6Z+L5Lu7IChXZWktUmVuIENoZW4p?= Message-ID: <20121026091708.GA75482@cs.nctu.edu.tw> References: <1351238526-2551-1-git-send-email-hong-hua.yin@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1351238526-2551-1-git-send-email-hong-hua.yin@freescale.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/5] register reset handlers to reload image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olivia Yin Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org 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. >=20 > This way could optimize footprint of QEMU. >=20 > 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. >=20 > Signed-off-by: Olivia Yin >=20 > 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 The patch format looks weird to me. Please refer to [1] to see how to send patch to QEMU ML. You should use `git format-patch` then `git send-email` to send your patchset. By deafult, `git send-mail` should thread your patch together, which means every patch in the series will be threaded to reply the first (cover) letter. Regards, chenwj [1] http://wiki.qemu.org/Contribute/SubmitAPatch --=20 Wei-Ren Chen (=E9=99=B3=E9=9F=8B=E4=BB=BB) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj