]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-file: Move stdio implementation to qemu-file-stdio.c
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 1 Oct 2014 20:34:37 +0000 (17:34 -0300)
committerJuan Quintela <quintela@trasno.org>
Tue, 14 Oct 2014 08:29:28 +0000 (10:29 +0200)
commitc54d1c067080ca18b50b593dcc935365387e11b6
treec3f00ce340bee7cc77e09e2df4eae6561e5618c2
parentbee223ba27934e86e8f08673a9efdf89773764f7
qemu-file: Move stdio implementation to qemu-file-stdio.c

Separate the QEMUFile interface from the stdio-specific implementation,
to reduce dependencies from code using QEMUFile.

The code that is being moved is similar to the one that was on savevm.c before
it was moved in commit 093c455a8c6d8f715eabd8c8d346f08f17d686ec, except for
some changes done by Markus, Juan, and myself. So, I am using the copyright and
license header from savevm.c, but CCing Juan and Markus so they can review the
copyright/license header.

Cc: Markus Armbruster <armbru@redhat.com>
Cc: Juan Quintela <quintela@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Makefile.objs
qemu-file-stdio.c [new file with mode: 0644]
qemu-file.c