]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
migration: remove use of qemu_bufopen from vmstate tests
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Apr 2016 10:04:53 +0000 (11:04 +0100)
committerAmit Shah <amit.shah@redhat.com>
Thu, 26 May 2016 06:01:11 +0000 (11:31 +0530)
commita8ec4437cd52b2258c77d6b4195c927139c4ced5
tree5e89a14203902a74a39cc3afc1e8ee41672b7feb
parentd656ec5ea823bcdb59b6512cb73b3f2f97a8308f
migration: remove use of qemu_bufopen from vmstate tests

Some of the test-vmstate.c test cases use a temporary file
while others use a memory buffer. To facilitate the future
removal of the qemu_bufopen() function, convert all the tests
to use a temporary file.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <1461751518-12128-4-git-send-email-berrange@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
tests/Makefile
tests/test-vmstate.c