]> git.proxmox.com Git - mirror_qemu.git/commit - qtest.c
qtest: Don't reset on qtest chardev connect
authorMarkus Armbruster <armbru@redhat.com>
Wed, 26 Jun 2013 13:52:12 +0000 (15:52 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
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 <armbru@redhat.com>
Message-id: 1372254743-15808-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qtest.c