Age | Commit message (Expand) | Author |
2012-08-14 | trace/simple: Fix compiler warning for 32 bit hosts | Stefan Weil |
2012-08-13 | scripts: qapi-commands.py: qmp-commands.h: include qdict.h | Luiz Capitulino |
2012-08-13 | qapi: don't convert enum strings to lowercase | Luiz Capitulino |
2012-08-13 | qapi: generate correct enum names for camel case enums | Luiz Capitulino |
2012-08-13 | qapi: qapi-types.h: don't include qapi/qapi-types-core.h | Luiz Capitulino |
2012-08-09 | qapi: avoid reserved keywords | Blue Swirl |
2012-08-01 | qapi: qapi.py: allow the "'" character to be escaped | Luiz Capitulino |
2012-07-23 | Merge remote-tracking branch 'stefanha/net' into staging | Anthony Liguori |
2012-07-23 | qapi: introduce "size" type | Laszlo Ersek |
2012-07-23 | qapi: generate C types for fixed-width integers | Laszlo Ersek |
2012-07-23 | qapi: fix error propagation | Paolo Bonzini |
2012-07-19 | Update simpletrace.py for new log format | Harsh Prateek Bora |
2012-07-19 | Simpletrace v2: Support multiple arguments, strings. | Harsh Prateek Bora |
2012-07-17 | build: add make dist target (v2) | Anthony Liguori |
2012-06-26 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2012-06-22 | checkpatch: Add QEMU specific rule | Stefan Weil |
2012-06-18 | s390: make kvm_stat work on s390 | Jens Freimann |
2012-06-03 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-05-17 | kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNC | Avi Kivity |
2012-05-15 | qapi: add support for command options | Luiz Capitulino |
2012-05-08 | scripts/qemu-binfmt-conf.sh: Fix shell syntax | Andreas Färber |
2012-05-01 | tracetool: avoid pkgutil.iter_modules() Python 2.7 function | Stefan Hajnoczi |
2012-05-01 | tracetool: avoid str.rpartition() Python 2.5 function | Stefan Hajnoczi |
2012-05-01 | tracetool: use Python 2.4-compatible __import__() arguments | Stefan Hajnoczi |
2012-05-01 | tracetool: use Python 2.4-compatible exception handling syntax | Stefan Hajnoczi |
2012-04-24 | create_config: simplify prefix=* block, remove CONFIG_QEMU_PREFIX | Eduardo Habkost |
2012-04-24 | create_config: remove *dir block | Eduardo Habkost |
2012-04-24 | create_config: separate section for qemu_*dir variables (v2) | Eduardo Habkost |
2012-04-18 | tracetool: handle DTrace keywords 'in', 'next', 'self' | Stefan Hajnoczi |
2012-04-18 | tracetool: Add support for the 'dtrace' backend | Lluís Vilanova |
2012-04-18 | tracetool: Add support for the 'ust' backend | Lluís Vilanova |
2012-04-18 | tracetool: Add support for the 'simple' backend | Lluís Vilanova |
2012-04-18 | tracetool: Add support for the 'stderr' backend | Lluís Vilanova |
2012-04-18 | tracetool: Add module for the 'h' format | Lluís Vilanova |
2012-04-18 | tracetool: Add module for the 'c' format | Lluís Vilanova |
2012-04-18 | tracetool: Rewrite infrastructure as python modules | Lluís Vilanova |
2012-04-16 | signrom: Rewrite as python script | Jan Kiszka |
2012-04-12 | kvm: add flightrecorder script | Stefan Hajnoczi |
2012-04-05 | tracetool: Forbid argument name 'next' | Kevin Wolf |
2012-04-02 | Merge remote-tracking branch 'stefanha/tracing' into staging | Anthony Liguori |
2012-03-31 | Fix conversion from lower to upper case with Turkish locale | Stefan Weil |
2012-03-30 | qtest: add test framework | Anthony Liguori |
2012-03-30 | test makefile overhaul | Paolo Bonzini |
2012-03-30 | tracetool: dtrace: handle in and next reserved words | Alon Levy |
2012-03-30 | tracetool: dtrace disabled-events fix | Lee Essen |
2012-03-27 | qmp: parse commands in strict mode | 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 |