On Thu, Feb 28, 2013 at 04:09:44PM +0800, Wenchao Xia wrote:
> diff --git a/arch_init.c b/arch_init.c
> index 8daeafa..0c12095 100644
> --- a/arch_init.c
> +++ b/arch_init.c
> @@ -657,6 +657,245 @@ static int ram_save_iterate(QEMUFile *f, void *opaque)
>      return total_sent;
>  }
>  
> +/* ram save for seekable file support */
> +/* RAMBlock lay out:
> +   every RAMBlock: page_number = block->length >> TARGET_PAGE_BITS
> +   1st page:
> +     8 bytes : offset | cont | fag

s/fag/flag/

Reply via email to