Statistics
| Branch: | Revision:

root / docs / qapi-code-gen.txt @ 2ff3de68

History | View | Annotate | Download (11 kB)

# Date Author Comment
d195325b 07/23/2012 01:55 pm Paolo Bonzini

qapi: fix error propagation

Don't overwrite / leak previously set errors.
Make traversal cope with missing mandatory sub-structs.
Don't try to end a container that could not be started.

v1->v2:
- unchanged

v2->v3:
- instead of examining, assert that we never overwrite errors with...

3a86a0fa 03/27/2012 03:14 pm Paolo Bonzini

qapi: untangle next_list

Right now, the semantics of next_list are complicated. The caller must:

  • call start_list
  • call next_list for each element including the first
  • on the first call to next_list, the second argument should point to
    NULL and the result is the head of the list. On subsequent calls,...
4238e264 11/17/2011 02:57 pm Stefan Weil

Fix some spelling bugs in documentation and comments

These errors were detected by codespell:

remaing -> remaining
soley -> solely
virutal -> virtual
seperate -> separate

libcacard.txt still needs some more patches.

Signed-off-by: Stefan Weil <>...

acf8394e 11/01/2011 08:23 am Stefan Hajnoczi

qapi: fix typos in documentation JSON examples

Signed-off-by: Stefan Hajnoczi <>

2542bfd5 08/29/2011 01:47 pm Stefan Weil

Fix spelling in comments and debug messages (recieve -> receive)

Signed-off-by: Stefan Weil <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Stefan Hajnoczi <>

b84da831 07/21/2011 10:48 pm Michael Roth

qapi: add QAPI code generation documentation

Signed-off-by: Michael Roth <>
Signed-off-by: Luiz Capitulino <>