qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] decodetree enhancements


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/5] decodetree enhancements
Date: Sat, 23 Feb 2019 15:29:47 -0800

Two of these have been sitting around on a branch for too long.
Then, split out the documentation to a new file.

Finally, support overlapping patterns.  To demonstrate, I convert two
decodetree users: hppa and riscv, rfc patches appended to the series.


r~


Philippe Mathieu-Daudé (2):
  MAINTAINERS: Add scripts/decodetree.py to the TCG section
  decodetree: Ensure build_tree does not include values outside insnmask

Richard Henderson (3):
  decodetree: Move documentation to docs/decodetree.rst
  decodetree: Do not unconditionaly return from Pattern.output_code
  decodetree: Allow grouping of overlapping patterns

 MAINTAINERS           |   2 +
 docs/decodetree.rst   | 214 +++++++++++++++++++++++++++++++
 scripts/decodetree.py | 287 ++++++++++++++++++++----------------------
 3 files changed, 355 insertions(+), 148 deletions(-)
 create mode 100644 docs/decodetree.rst

-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]