Age | Commit message (Expand) | Author |
2015-05-05 | qapi: Check for member name conflicts with a base class | Eric Blake |
2015-05-05 | qapi: Support (subset of) \u escapes in strings | Eric Blake |
2015-05-05 | qapi: Drop dead visitor code related to nested structs | Eric Blake |
2015-05-05 | qapi: Drop support for inline nested types | Eric Blake |
2015-05-05 | qapi: Forbid 'type' in schema | Eric Blake |
2015-05-05 | qapi: Prefer 'struct' over 'type' in generator | Eric Blake |
2015-05-05 | qapi: More rigorous checking for type safety bypass | Eric Blake |
2015-05-05 | qapi: Whitelist commands that don't return dictionary | Eric Blake |
2015-05-05 | qapi: Require valid names | Eric Blake |
2015-05-05 | qapi: More rigourous checking of types | Eric Blake |
2015-05-05 | qapi: Unify type bypass and add tests | Eric Blake |
2015-05-05 | qapi: Allow true, false and null in schema json | Fam Zheng |
2015-05-05 | qapi: Better error messages for duplicated expressions | Eric Blake |
2015-05-05 | qapi: Better error messages for bad expressions | Eric Blake |
2015-05-05 | qapi: Use 'alternate' to replace anonymous union | Eric Blake |
2015-05-05 | qapi: Segregate anonymous unions into alternates in generator | Eric Blake |
2015-05-05 | qapi: Prepare for catching more semantic parse errors | Eric Blake |
2015-05-05 | qapi: Tighten checking of unions | Eric Blake |
2015-05-05 | qapi: Forbid base without discriminator in unions | Eric Blake |
2015-05-05 | qapi: Better error messages for bad enums | Eric Blake |
2015-05-05 | qapi: Require ASCII in schema | Eric Blake |
2015-05-05 | qapi: Fix generation of 'size' builtin type | Eric Blake |
2015-05-05 | qapi: Simplify builtin type handling | Eric Blake |
2015-05-05 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into s... | Peter Maydell |
2015-05-05 | coverity: fix address_space_rw model | Paolo Bonzini |
2015-05-05 | opengl: add shader build infrastructure | Gerd Hoffmann |
2015-04-28 | iotests: add QMP event waiting queue | John Snow |
2015-04-28 | scripts: add 'qemu coroutine' command to qemu-gdb.py | Stefan Hajnoczi |
2015-04-28 | checkpatch: complain about ffs(3) calls | Stefan Hajnoczi |
2015-04-28 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'... | Peter Maydell |
2015-04-26 | exec.c: Make address_space_rw take transaction attributes | Peter Maydell |
2015-04-24 | qapi: Drop dead genlist parameter | Eric Blake |
2015-03-18 | build: pass .d file name to scripts/make_device_config.sh, fix makefile target | Paolo Bonzini |
2015-03-17 | scripts: Add qom-tree script | Andreas Färber |
2015-03-17 | coverity: Fix g_malloc_n-like models | Jan Kiszka |
2015-03-10 | kvm_stat: add kvm_stat.1 man page | Stefan Hajnoczi |
2015-03-10 | kvm_stat: add column headers to text UI | Stefan Hajnoczi |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-04 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2015-03-02 | trace: add DTrace reserved words for .d files | Stefan Hajnoczi |
2015-02-27 | Makefile: don't silence mak file test with V=1 | Michael S. Tsirkin |
2015-02-26 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2015-02-26 | update-linux-headers.sh: s/__inline__/inline/ | Michael S. Tsirkin |
2015-02-26 | scripts: add arch specific standard-headers | Michael S. Tsirkin |
2015-02-26 | update-linux-headers: use standard-headers | Michael S. Tsirkin |
2015-02-26 | scripts/update-linux-headers.sh: pull virtio hdrs | Michael S. Tsirkin |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-02-23 | qapi-types: add C99 index names to arrays | Michael S. Tsirkin |
2015-02-16 | exec: convert ram_list to QLIST | Mike Day |
2015-02-16 | qtest: Add scripts/qtest.py | Fam Zheng |