Statistics
| Branch: | Revision:

root / hxtool @ bd023f95

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
02e95918 06/11/2010 10:35 pm Jan Kiszka

hxtool: Fix line number reporting on SQMP/EQMP errors

Signed-off-by: Jan Kiszka <>
Signed-off-by: Luiz Capitulino <>

b40292e7 06/01/2010 09:48 pm Jan Kiszka

QMP: Introduce commands documentation

One of the most important missing feature in QMP today is its
supported commands documentation.

The plan is to make it part of self-description support, however
self-description is a big task we have been postponing for a...

6c913ba5 05/22/2010 11:34 am Jan Kiszka

hxtool: Add syntax error detection

Add basic imbalance detection for STEXT/ETEXI.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Blue Swirl <>

7d69c52e 07/02/2009 08:54 pm Stefan Weil

Fix hxtool.

When converting from hx to texi format, hxtool (or to be
more precise sh which interprets hxtool) used standard
shell expansion of wildcards while writing lines to the
output.

Thus, something like "Password: **"
looked very different in the generated documentation....

004efc96 03/29/2009 01:50 pm blueswir1

Fix hxtool eating backslash sequences for sh != bash

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6946 c046a42c-6fe2-441c-8c8c-71466251a162

fb21ced7 03/29/2009 12:06 pm blueswir1

Fix hxtool eating backslash sequences

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6945 c046a42c-6fe2-441c-8c8c-71466251a162

5c2f8d2d 03/28/2009 10:13 am blueswir1

Fix compile problems with r6884

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6885 c046a42c-6fe2-441c-8c8c-71466251a162

5824d651 03/28/2009 08:44 am blueswir1

Syncing documentation vs. -help vs. qemu_options table

Try to keep documentation about command line switches, -help text and
qemu_options table synchronized.

In true Qemu tradition, an include file is generated from single .hx file
containing all relevant information in one place. The include file is...