From: "陳韋任 (Wei-Ren Chen)" <chenwj@iis.sinica.edu.tw>
To: Olivia Yin <hong-hua.yin@freescale.com>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/5] register reset handlers to reload image
Date: Fri, 26 Oct 2012 17:17:08 +0800 [thread overview]
Message-ID: <20121026091708.GA75482@cs.nctu.edu.tw> (raw)
In-Reply-To: <1351238526-2551-1-git-send-email-hong-hua.yin@freescale.com>
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 loader.c
> The second part will optimize memory regions which use rom_ptr.
>
> Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com>
>
> 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
--
Wei-Ren Chen (陳韋任)
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
prev parent reply other threads:[~2012-10-26 9:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-26 8:02 [Qemu-devel] [PATCH 0/5] register reset handlers to reload image Olivia Yin
2012-10-26 8:02 ` [Qemu-devel] [PATCH 1/5] define image_file_reset and image_blob_reset Olivia Yin
2012-10-26 8:02 ` [Qemu-devel] [PATCH 2/5] use reset handlers to reload kernel and initrd Olivia Yin
2012-10-26 8:02 ` [Qemu-devel] [PATCH 3/5] replace rom_add_file* with image_file_reset Olivia Yin
2012-10-26 8:02 ` [Qemu-devel] [PATCH 4/5] replaece rom_add_blob* with image_blob_reset Olivia Yin
2012-10-26 8:02 ` [Qemu-devel] [PATCH 5/5] remove rom related functions in loader Olivia Yin
2012-10-26 9:32 ` [Qemu-devel] [PATCH 2/5] use reset handlers to reload kernel and initrd 陳韋任 (Wei-Ren Chen)
2012-10-29 5:12 ` Yin Olivia-R63875
2012-10-26 9:28 ` [Qemu-devel] [PATCH 1/5] define image_file_reset and image_blob_reset 陳韋任 (Wei-Ren Chen)
2012-10-26 9:17 ` 陳韋任 (Wei-Ren Chen) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121026091708.GA75482@cs.nctu.edu.tw \
--to=chenwj@iis.sinica.edu.tw \
--cc=hong-hua.yin@freescale.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).