summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-26qapi: Update docs given recent event, spacing fixesEric Blake1-20/+80
2014-09-26qapi: Ignore files created during make checkEric Blake1-0/+3
2014-09-26qapi: Consistent whitespace in tests/MakefileEric Blake1-16/+16
2014-09-26vmxcap: Update according to SDM of September 2014Adrian-Ken Rueegsegger1-4/+6
2014-09-26.travis.yml: remove "make check" from main matrixAlex Bennée1-3/+15
2014-09-26.travis.yml: pre-seed sub-modules for speedAlex Bennée1-0/+4
2014-09-26.travis.yml: make the make slightly more parallelAlex Bennée1-1/+4
2014-09-26.travis.yml: add more linux-user to the build matrixAlex Bennée1-15/+15
2014-09-26tests: avoid running duplicate qom-testsMichael Roth1-1/+2
2014-09-26Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell16-79/+238
2014-09-26main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronouslyPeter Maydell1-0/+3
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée2-3/+2
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy2-10/+16
2014-09-26scripts/tracetool: don't barf on formats with precisionAlex Bennée1-1/+1
2014-09-26trace: install trace-events fileStefan Hajnoczi1-0/+1
2014-09-26trace-events: Fix comments pointing to source filesMarkus Armbruster1-9/+13
2014-09-26trace-events: Drop orphaned monitor trace eventMarkus Armbruster1-1/+0
2014-09-26trace-events: Drop unused megasas trace eventMarkus Armbruster1-2/+0
2014-09-26cleanup-trace-events.pl: Tighten search for trace event callMarkus Armbruster1-1/+1
2014-09-26trace: tighten up trace-events regex to fix bad parseStefan Hajnoczi1-2/+2
2014-09-26trace-events: drop orphan iscsi trace eventsStefan Hajnoczi2-7/+0
2014-09-26trace-events: drop orphan usb_mtp_data_outStefan Hajnoczi1-1/+0
2014-09-26trace-events: drop orphan virtio_blk_data_plane_complete_requestStefan Hajnoczi1-1/+0
2014-09-26trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova3-33/+14
2014-09-26trace: [qmp] Add commands to query and control event tracing stateLluís Vilanova5-0/+179
2014-09-26trace: docs: add trace file descriptionChen Fan1-1/+1
2014-09-26trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova2-10/+11
2014-09-25cpu-exec: Do CPU_INTERRUPT_HALT unconditionallyRichard Henderson1-5/+0
2014-09-25target-i386: Use cpu_exec_interrupt qom hookRichard Henderson4-64/+71
2014-09-25target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson5-11/+19
2014-09-25target-lm32: Use cpu_exec_interrupt qom hookRichard Henderson4-7/+15
2014-09-25target-microblaze: Use cpu_exec_interrupt qom hookRichard Henderson4-9/+18
2014-09-25target-mips: Use cpu_exec_interrupt qom hookRichard Henderson4-9/+19
2014-09-25target-tricore: Remove the dummy interrupt boilerplateRichard Henderson5-13/+0
2014-09-25target-openrisc: Use cpu_exec_interrupt qom hookRichard Henderson4-18/+22
2014-09-25target-sparc: Use cpu_exec_interrupt qom hookRichard Henderson2-16/+21
2014-09-25target-arm: Use cpu_exec_interrupt qom hookRichard Henderson4-23/+36
2014-09-25target-unicore32: Use cpu_exec_interrupt qom hookRichard Henderson4-7/+17
2014-09-25target-sh4: Use cpu_exec_interrupt qom hookRichard Henderson4-5/+11
2014-09-25target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson4-32/+46
2014-09-25target-cris: Use cpu_exec_interrupt qom hookRichard Henderson4-21/+33
2014-09-25target-m68k: Use cpu_exec_interrupt qom hookRichard Henderson5-16/+22
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson4-6/+15
2014-09-25target-xtensa: Use cpu_exec_interrupt qom hookRichard Henderson4-6/+12
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson3-5/+17
2014-09-25target-ppc: Use cpu_exec_enter qom hookRichard Henderson2-3/+9
2014-09-25target-m68k: Use cpu_exec_enter/exit qom hooksRichard Henderson4-12/+27
2014-09-25target-i386: Use cpu_exec_enter/exit qom hooksRichard Henderson4-12/+28
2014-09-25cpu-exec: Remove do-nothing ifdef chainsRichard Henderson1-32/+0
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson3-9/+11