]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: migration-test: Disable IO redirection for win32
authorBin Meng <bin.meng@windriver.com>
Sun, 25 Sep 2022 11:30:17 +0000 (19:30 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 27 Sep 2022 18:51:21 +0000 (20:51 +0200)
commit4dc8be388320b95ee965e28893381c9193eca663
tree2bbf2289c0bf2b88b120ca7e316ceaee766966c9
parent4b83dd0efdbbf0e9213aa8e789ab0700e191ae24
tests/qtest: migration-test: Disable IO redirection for win32

On Windows the QEMU executable is created via CreateProcess() and
IO redirection does not work, so don't bother adding IO redirection
to the command line.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220925113032.1949844-40-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/migration-test.c