On 9/9/08, Anthony Liguori <[EMAIL PROTECTED]> 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.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html