Searched refs:hx (Results 1 – 13 of 13) sorted by relevance
/qemu/docs/devel/ |
H A D | docs.rst | 10 hxtool and .hx files 14 (HMP) commands is written in files with the ``.hx`` suffix. These 22 The syntax of these ``.hx`` files is simple. It is broadly an 36 top level rST file, ``HXFILE`` is the filename of the .hx file without 37 the ``.hx`` extension, and ``LABEL`` is the text provided within the 57 varies between files. For instance in ``qemu-options.hx`` we use 59 text, but in ``hmp-commands.hx`` the C code sections are elements 63 In the file ``qemu-options.hx``, do not try to explicitly define a
|
H A D | writing-monitor-commands.rst | 314 we should add it to the hmp-commands.hx file:: 518 hmp-commands-info.hx, not hmp-commands.hx. The entry for the "info 623 monitor users, we should add it to the hmp-commands-info.hx file::
|
H A D | qapi-code-gen.rst | 616 marked ``.coroutine = true`` in hmp-commands.hx.
|
/qemu/docs/system/ |
H A D | monitor.rst | 22 .. hxtool-doc:: hmp-commands.hx 24 .. hxtool-doc:: hmp-commands-info.hx
|
H A D | invocation.rst | 18 .. hxtool-doc:: qemu-options.hx
|
H A D | qemu-manpage.rst | 39 .. hxtool-doc:: qemu-options.hx
|
/qemu/docs/sphinx/ |
H A D | hxtool.py | 122 hx = os.path.splitext(os.path.basename(hxfile))[0] 123 refline = ".. _" + env.docname + "-" + hx + \
|
/qemu/target/i386/emulate/ |
H A D | x86.h | 38 uint8_t hx; /* high 8 bit */ member 244 #define RH(cpu, reg) (x86_reg(cpu, reg)->hx)
|
/qemu/contrib/gitdm/ |
H A D | filetypes.txt | 69 filetype interface \.hx$ # documented options
|
/qemu/ |
H A D | meson.build | 3586 ['qemu-options.hx', 'qemu-options.def'], 3587 ['qemu-img-cmds.hx', 'qemu-img-cmds.h'], 3591 ['hmp-commands.hx', 'hmp-commands.h'], 3592 ['hmp-commands-info.hx', 'hmp-commands-info.h'],
|
H A D | hmp-commands.hx | 509 (qemu) xp/80hx 0xb8000
|
H A D | MAINTAINERS | 3254 F: hmp-commands*.hx
|
/qemu/docs/tools/ |
H A D | qemu-img.rst | 42 .. hxtool-doc:: qemu-img-cmds.hx
|