qemu/tests/plugin
Mahmoud Mandour 0163ce3179 tests/plugins/insn: made arg inline not positional and parse it as bool
Made argument "inline" not positional, this has two benefits. First is
that we adhere to how QEMU passes args generally, by taking the last
value of an argument and drop the others. And the second is that this
sets up a framework for potentially adding new args easily.

Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210730135817.17816-11-ma.mandourr@gmail.com>
[AJB: fix check-tcg tests calling arg=inline]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2021-09-02 11:29:34 +01:00
..
bb.c tests/plugins/bb: adapt to the new arg passing scheme 2021-09-02 11:29:34 +01:00
empty.c tcg plugins: expose an API version concept 2019-11-12 14:32:55 +00:00
insn.c tests/plugins/insn: made arg inline not positional and parse it as bool 2021-09-02 11:29:34 +01:00
mem.c tests/plugin: allow memory plugin to do both inline and callbacks 2021-02-18 08:19:23 +00:00
meson.build plugins: new syscalls plugin 2021-03-17 07:17:46 +00:00
syscall.c plugins/syscall: Added a table-like summary output 2021-05-25 16:52:50 +01:00