Home
last modified time | relevance | path

Searched refs:hx (Results 1 – 13 of 13) sorted by relevance

/qemu/docs/devel/
H A Ddocs.rst10 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 Dwriting-monitor-commands.rst314 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 Dqapi-code-gen.rst616 marked ``.coroutine = true`` in hmp-commands.hx.
/qemu/docs/system/
H A Dmonitor.rst22 .. hxtool-doc:: hmp-commands.hx
24 .. hxtool-doc:: hmp-commands-info.hx
H A Dinvocation.rst18 .. hxtool-doc:: qemu-options.hx
H A Dqemu-manpage.rst39 .. hxtool-doc:: qemu-options.hx
/qemu/docs/sphinx/
H A Dhxtool.py122 hx = os.path.splitext(os.path.basename(hxfile))[0]
123 refline = ".. _" + env.docname + "-" + hx + \
/qemu/target/i386/emulate/
H A Dx86.h38 uint8_t hx; /* high 8 bit */ member
244 #define RH(cpu, reg) (x86_reg(cpu, reg)->hx)
/qemu/contrib/gitdm/
H A Dfiletypes.txt69 filetype interface \.hx$ # documented options
/qemu/
H A Dmeson.build3586 ['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 Dhmp-commands.hx509 (qemu) xp/80hx 0xb8000
H A DMAINTAINERS3254 F: hmp-commands*.hx
/qemu/docs/tools/
H A Dqemu-img.rst42 .. hxtool-doc:: qemu-img-cmds.hx