qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Allow qtest to be used together with a virtual CPU
@ 2013-04-15 19:28 edgar.iglesias
  2013-04-22 18:37 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: edgar.iglesias @ 2013-04-15 19:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony

From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
---
 vl.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vl.c b/vl.c
index c566caf..0dbac29 100644
--- a/vl.c
+++ b/vl.c
@@ -4143,6 +4143,10 @@ int main(int argc, char **argv, char **envp)
 
     configure_accelerator();
 
+    if (!qtest_enabled() && qtest_chrdev) {
+        qtest_init();
+    }
+
     machine_opts = qemu_opts_find(qemu_find_opts("machine"), 0);
     if (machine_opts) {
         kernel_filename = qemu_opt_get(machine_opts, "kernel");
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Allow qtest to be used together with a virtual CPU
  2013-04-15 19:28 [Qemu-devel] [PATCH] Allow qtest to be used together with a virtual CPU edgar.iglesias
@ 2013-04-22 18:37 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2013-04-22 18:37 UTC (permalink / raw)
  To: edgar.iglesias, qemu-devel; +Cc: anthony

Applied.  Thanks.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-22 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 19:28 [Qemu-devel] [PATCH] Allow qtest to be used together with a virtual CPU edgar.iglesias
2013-04-22 18:37 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).