]> Git Repo - qemu.git/commit
qtest: Don't reset on qtest chardev connect
authorMarkus Armbruster <[email protected]>
Wed, 26 Jun 2013 13:52:12 +0000 (15:52 +0200)
committerAnthony Liguori <[email protected]>
Thu, 18 Jul 2013 18:27:46 +0000 (13:27 -0500)
commitba646ff6a3149f416424122c628e798be4957997
tree7967dc875adc24c365830c0de395cf5aa1387bdf
parent1d9358e686125c125b52529fa68baf36aa2d0d09
qtest: Don't reset on qtest chardev connect

libqtest's qtest_init() connecting to the qtest socket triggers reset.
This was coded in the hope we could use the same QEMU process for
multiple tests that way.  Never used.  Injects an extra reset even
when it's not used, and that can mess up tests such as the one of
-boot once I'm about to add.  Drop it.

Signed-off-by: Markus Armbruster <[email protected]>
Message-id: 1372254743[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
qtest.c
This page took 0.032023 seconds and 4 git commands to generate.