qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Wei-Ren Chen
Subject: Re: [Qemu-devel] [PATCH 0/5] register reset handlers to reload image
Date: Fri, 26 Oct 2012 17:17:08 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> 
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]