From: Cleber Rosa <crosa@redhat.com>
To: qemu-devel@nongnu.org
Cc: Cleber Rosa <crosa@redhat.com>,
qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
Laurent Vivier <laurent@vivier.eu>,
Eduardo Habkost <ehabkost@redhat.com>,
Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Subject: [Qemu-devel] [PATCH 3/4] scripts/render_block_graph.py: add a missing import
Date: Thu, 7 Feb 2019 14:36:04 -0500 [thread overview]
Message-ID: <20190207193605.25676-4-crosa@redhat.com> (raw)
In-Reply-To: <20190207193605.25676-1-crosa@redhat.com>
The handle to QMP may be one of two classes, one implemented locally,
and the other one, which seems to be from "qmp.qmp", but of which an
import is missing.
CC: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
scripts/render_block_graph.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/render_block_graph.py b/scripts/render_block_graph.py
index ed7e581b4f..7686e30761 100755
--- a/scripts/render_block_graph.py
+++ b/scripts/render_block_graph.py
@@ -24,6 +24,7 @@ import subprocess
import json
from graphviz import Digraph
from qemu import MonitorResponseError
+from qmp.qmp import QEMUMonitorProtocol
def perm(arr):
--
2.20.1
next prev parent reply other threads:[~2019-02-07 19:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-07 19:36 [Qemu-devel] [PATCH 0/4] Trivial fixes for configure and Python scripts Cleber Rosa
2019-02-07 19:36 ` [Qemu-devel] [PATCH 1/4] configure: remove handling of "wav" audio driver Cleber Rosa
2019-02-07 20:05 ` Laurent Vivier
2019-02-07 21:33 ` Philippe Mathieu-Daudé
2019-02-14 9:44 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-02-07 19:36 ` [Qemu-devel] [PATCH 2/4] configure: fix qemu-img name Cleber Rosa
2019-02-07 20:11 ` Laurent Vivier
2019-02-07 21:36 ` Philippe Mathieu-Daudé
2019-02-14 9:44 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-02-07 19:36 ` Cleber Rosa [this message]
2019-02-07 19:36 ` [Qemu-devel] [PATCH 4/4] tests/migration/guestperf/engine.py: remove unused import Cleber Rosa
2019-02-14 9:46 ` [Qemu-devel] [Qemu-trivial] [PATCH 0/4] Trivial fixes for configure and Python scripts Laurent Vivier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190207193605.25676-4-crosa@redhat.com \
--to=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=vsementsov@virtuozzo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).