Searched refs:Arguments (Results 1 – 18 of 18) sorted by relevance
/qemu/scripts/tracetool/ |
H A D | __init__.py | 106 class Arguments: class 118 if isinstance(arg, Arguments): 125 return Arguments(list(self._args)) 153 return Arguments(res) 157 return Arguments(self._args[index]) 309 args = Arguments.build(groups["args"])
|
/qemu/tests/qapi-schema/ |
H A D | doc-good.txt | 174 Arguments 249 Arguments 274 Arguments
|
H A D | doc-bad-event-arg.json | 1 # Arguments listed in the doc comment must exist in the actual schema
|
H A D | doc-bad-command-arg.json | 1 # Arguments listed in the doc comment must exist in the actual schema
|
H A D | doc-interleaved-section.json | 1 # Arguments and sections must not be interleaved
|
H A D | doc-bad-alternate-member.json | 1 # Arguments listed in the doc comment must exist in the actual schema
|
H A D | doc-bad-union-member.json | 1 # Arguments listed in the doc comment must exist in the actual schema
|
/qemu/docs/specs/ |
H A D | pvpanic.rst | 53 Arguments 63 Arguments
|
H A D | ppc-spapr-hcalls.rst | 33 Arguments: 68 Arguments:
|
H A D | acpi_nvdimm.rst | 46 Arguments: 71 Arguments: None
|
H A D | ppc-spapr-uv-hcalls.rst | 43 Arguments:
|
/qemu/docs/system/ |
H A D | guest-loader.rst | 37 Arguments subtitle
|
/qemu/scripts/ |
H A D | decodetree.py | 443 class Arguments: class 970 arguments[name] = Arguments(name, flds, types, extern) 1001 arg = Arguments(name, flds.keys(), ['int'] * len(flds), False)
|
/qemu/docs/devel/ |
H A D | writing-monitor-commands.rst | 153 Arguments section in Writing a simple command: hello-world
|
H A D | qapi-domain.rst | 69 field list extension to document things like Arguments, Members, Values,
|
H A D | style.rst | 851 and '%#...'. For consistency the only one way should be used. Arguments for
|
/qemu/docs/about/ |
H A D | emulation.rst | 211 Arguments are plugin specific and can be used to modify their
|
/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 2 * Arguments to the opcode prototypes
|