qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/10] Refactor QEMUFile for live migration


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 1/10] Refactor QEMUFile for live migration
Date: Fri, 12 Sep 2008 18:40:34 +0300

On 9/9/08, Anthony Liguori <address@hidden> wrote:
> To support live migration, we override QEMUFile so that instead of writing to
>  disk, the save/restore state happens over a network connection.
>
>  This patch makes QEMUFile read/write operations function pointers so that we
>  can override them for live migration.

>  +typedef struct QEMUFileUnix
>  +{
>  +    FILE *outfile;
>  +} QEMUFileUnix;

I'd rather use name stdio/StdIO instead of Unix, this code is not Unix
dependent.




reply via email to

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