[PATCH v2 0/2] docs/devel/qgraph: add troubleshooting information

Stefan Hajnoczi posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210412143437.727560-1-stefanha@redhat.com
docs/devel/qgraph.rst       | 58 +++++++++++++++++++++++++++++++++++++
tests/qtest/libqos/qgraph.c |  2 +-
2 files changed, 59 insertions(+), 1 deletion(-)
[PATCH v2 0/2] docs/devel/qgraph: add troubleshooting information
Posted by Stefan Hajnoczi 3 years ago
v2:
 * Fix "will unavailable" typo [Thomas]

I recently needed to troubleshoot a case where qos-test terminated immediately
with no output. In other words, qos-test decided that no tests are runnable.

After lots of head scratching and some help from Emanuele it turned out that
the machine types weren't being detected as expected.

These patches add documentation about how to troubleshoot similar cases in the
future.

Stefan Hajnoczi (2):
  libqos/qgraph: fix "UNAVAILBLE" typo
  docs/devel/qgraph: add troubleshooting information

 docs/devel/qgraph.rst       | 58 +++++++++++++++++++++++++++++++++++++
 tests/qtest/libqos/qgraph.c |  2 +-
 2 files changed, 59 insertions(+), 1 deletion(-)

-- 
2.30.2

Re: [PATCH v2 0/2] docs/devel/qgraph: add troubleshooting information
Posted by Paolo Bonzini 3 years ago
On 12/04/21 16:34, Stefan Hajnoczi wrote:
> v2:
>   * Fix "will unavailable" typo [Thomas]
> 
> I recently needed to troubleshoot a case where qos-test terminated immediately
> with no output. In other words, qos-test decided that no tests are runnable.
> 
> After lots of head scratching and some help from Emanuele it turned out that
> the machine types weren't being detected as expected.
> 
> These patches add documentation about how to troubleshoot similar cases in the
> future.
> 
> Stefan Hajnoczi (2):
>    libqos/qgraph: fix "UNAVAILBLE" typo
>    docs/devel/qgraph: add troubleshooting information
> 
>   docs/devel/qgraph.rst       | 58 +++++++++++++++++++++++++++++++++++++
>   tests/qtest/libqos/qgraph.c |  2 +-
>   2 files changed, 59 insertions(+), 1 deletion(-)
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Thanks, this is helpful.

Paolo