Age | Commit message (Expand) | Author | Files | Lines |
2016-10-25 | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange | 2 | -2/+2 |
2016-10-25 | qapi: rename QmpInputVisitor to QObjectInputVisitor | Daniel P. Berrange | 1 | -1/+1 |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange | 2 | -3/+3 |
2016-10-12 | trace: introduce a formal group name for trace events | Daniel P. Berrange | 21 | -55/+73 |
2016-10-12 | trace: pass trace-events to tracetool as a positional param | Daniel P. Berrange | 1 | -1/+4 |
2016-10-12 | trace: push reading of events up a level to tracetool main | Daniel P. Berrange | 2 | -6/+6 |
2016-10-12 | trace: rename _read_events to read_events | Daniel P. Berrange | 2 | -5/+15 |
2016-10-12 | trace: get rid of generated-events.h/generated-events.c | Daniel P. Berrange | 4 | -116/+65 |
2016-10-12 | trace: dynamically allocate event IDs at runtime | Daniel P. Berrange | 2 | -12/+2 |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange | 1 | -0/+6 |
2016-10-12 | trace: emit name <-> ID mapping in simpletrace header | Daniel P. Berrange | 2 | -16/+58 |
2016-10-12 | trace: remove the TraceEventID and TraceEventVCPUID enums | Daniel P. Berrange | 4 | -26/+16 |
2016-10-12 | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange | 3 | -9/+22 |
2016-10-12 | trace: remove duplicate control.h includes in generated-tracers.h | Daniel P. Berrange | 3 | -4/+1 |
2016-10-12 | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange | 3 | -3/+12 |
2016-10-07 | scripts: Allow block module to not define BlockDriver | Fam Zheng | 1 | -7/+0 |
2016-09-27 | checkpatch: downgrade "architecture specific defines should be avoided" | Paolo Bonzini | 1 | -1/+1 |
2016-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+91 |
2016-09-22 | scripts: Add a script to check for bug URLs in the git log | Thomas Huth | 1 | -0/+91 |
2016-09-20 | blockdev: Add dynamic generation of module_block.h | Marc Mari | 1 | -0/+108 |
2016-09-19 | qapi: check invalid arguments on no-args commands | Marc-André Lureau | 1 | -15/+43 |
2016-09-19 | qapi: remove the "middle" mode | Marc-André Lureau | 1 | -12/+3 |
2016-09-19 | qapi: export the marshallers | Marc-André Lureau | 1 | -6/+2 |
2016-09-19 | build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO} | Marc-André Lureau | 1 | -0/+6 |
2016-09-15 | coccinelle: add a script to remove useless casts | Laurent Vivier | 1 | -0/+7 |
2016-09-13 | checkpatch: Fix whitespace checks for documentation code blocks | Lluís Vilanova | 1 | -0/+10 |
2016-09-13 | vmxcap: Add TSC scaling bit | Eduardo Habkost | 1 | -0/+1 |
2016-09-13 | vmxcap: Show raw MSR value | Eduardo Habkost | 1 | -0/+1 |
2016-09-05 | trace: add syslog tracing backend | Paul Durrant | 1 | -0/+45 |
2016-08-10 | checkpatch: default to success if only warnings | Paolo Bonzini | 1 | -12/+4 |
2016-08-10 | checkpatch: bump most warnings to errors | Paolo Bonzini | 1 | -33/+33 |
2016-08-10 | CODING_STYLE, checkpatch: update line length rules | Paolo Bonzini | 1 | -2/+6 |
2016-08-10 | checkpatch: check for CVS keywords on all sources | Paolo Bonzini | 1 | -5/+5 |
2016-08-10 | checkpatch: tweak the files in which TABs are checked | Paolo Bonzini | 1 | -4/+5 |
2016-08-09 | checkpatch: ignore automatically imported Linux headers | Radim Krčmář | 1 | -0/+3 |
2016-08-09 | linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation | Paolo Bonzini | 1 | -16/+11 |
2016-08-08 | checkpatch: Fix newline detection in error_setg() & friends | Markus Armbruster | 1 | -1/+4 |
2016-08-08 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 1 | -0/+29 |
2016-08-02 | checkpatch: add check for bzero | Paolo Bonzini | 1 | -1/+4 |
2016-07-26 | iotest: fix python based IO tests | Daniel P. Berrange | 2 | -13/+38 |
2016-07-22 | scripts: ensure monitor socket has SO_REUSEADDR set | Daniel P. Berrange | 1 | -0/+1 |
2016-07-22 | scripts: set timeout when waiting for qemu monitor connection | Daniel P. Berrange | 1 | -0/+1 |
2016-07-22 | scripts: refactor the VM class in iotests for reuse | Daniel P. Berrange | 2 | -0/+236 |
2016-07-22 | scripts: add a 'debug' parameter to QEMUMonitorProtocol | Daniel P. Berrange | 1 | -2/+11 |
2016-07-22 | scripts: add __init__.py file to scripts/qmp/ | Daniel P. Berrange | 1 | -0/+0 |
2016-07-19 | qapi: Implement boxed types for commands/events | Eric Blake | 3 | -15/+56 |
2016-07-19 | qapi: Plumb in 'boxed' to qapi generator lower levels | Eric Blake | 4 | -36/+49 |
2016-07-19 | qapi-event: Simplify visit of non-implicit data | Eric Blake | 1 | -2/+17 |
2016-07-19 | qapi: Drop useless gen_err_check() | Eric Blake | 3 | -11/+9 |
2016-07-19 | qapi: Add type.is_empty() helper | Eric Blake | 4 | -7/+11 |