index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-visit.py
Age
Commit message (
Expand
)
Author
2013-07-26
qapi: Anonymous unions
Kevin Wolf
2013-07-26
qapi: Flat unions with arbitrary discriminator
Kevin Wolf
2013-07-26
qapi-visit.py: Implement 'base' for unions
Kevin Wolf
2013-07-26
qapi-visit.py: Split off generate_visit_struct_fields()
Kevin Wolf
2013-05-23
qapi: qapi-visit.py, native list support
Michael Roth
2013-05-23
qapi: qapi-visit.py, fix list handling for union types
Michael Roth
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
2012-09-26
qapi: do not protect enum values from namespace pollution
Paolo Bonzini
2012-09-05
qapi: Fix potential NULL pointer segfault
Stefan Weil
2012-09-05
qapi: generate list struct and visit_list for enum
Amos Kong
2012-07-23
qapi: fix error propagation
Paolo Bonzini
2012-03-27
qapi: untangle next_list
Paolo Bonzini
2012-03-27
qapi: allow freeing partially-allocated objects
Paolo Bonzini
2012-03-27
qapi: shortcut visits on errors
Paolo Bonzini
2012-03-26
qapi: add c_fun to escape function names
Federico Simoncelli
2012-03-12
qapi: complete implementation of unions
Paolo Bonzini
2012-01-12
Fix qapi code generation fix
Avi Kivity
2011-12-27
Fix qapi code generation wrt parallel build
Avi Kivity
2011-10-04
qapi: modify visitor code generation for list iteration
Michael Roth
2011-07-21
qapi: add qapi-visit.py code generator
Michael Roth