summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster7-11/+11
2015-11-06bt: fix use of uninitialized variable seqlenPaolo Bonzini1-9/+20
2015-11-06hw/dma/pxa2xx: Remove superfluous memsetThomas Huth1-2/+1
2015-11-06linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth1-2/+1
2015-11-06tests/i44fx-test: No need for zeroing memory before memsetThomas Huth1-1/+1
2015-11-06hw/input/tsc210x: Remove superfluous memsetThomas Huth1-6/+2
2015-11-06xen: fix invalid assertionPaolo Bonzini1-2/+2
2015-11-06tests: ignore test-qgaEric Blake1-0/+1
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin1-6/+6
2015-11-06maint: Ignore ivshmem binariesEric Blake1-0/+2
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth1-14/+12
2015-11-06gdbstub: Fix buffer overflows in gdb_handle_packet()Kevin Wolf1-2/+16
2015-11-06hw/acpi/aml-build: remove useless glib version checkMarc-André Lureau1-2/+0
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell30-58/+1803
2015-11-06configure: add missing --disable-modules optionStefan Hajnoczi1-0/+3
2015-11-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-6/+33
2015-11-06replay: recording of the user inputPavel Dovgalyuk7-8/+232
2015-11-06replay: command line optionsPavel Dovgalyuk3-5/+22
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk5-0/+35
2015-11-06replay: initialization and deinitializationPavel Dovgalyuk6-0/+156
2015-11-06replay: ptimerPavel Dovgalyuk4-4/+28
2015-11-06bottom halves: introduce bh call functionPavel Dovgalyuk2-1/+11
2015-11-06replay: checkpointsPavel Dovgalyuk7-12/+134
2015-11-06icount: improve counting for record/replayPavel Dovgalyuk2-3/+11
2015-11-06replay: shutdown eventPavel Dovgalyuk4-0/+23
2015-11-06replay: recording and replaying clock ticksPavel Dovgalyuk7-4/+119
2015-11-06replay: asynchronous events infrastructurePavel Dovgalyuk4-0/+263
2015-11-06replay: interrupts and exceptionsPavel Dovgalyuk5-10/+146
2015-11-05target-i386: Enable clflushopt/clwb/pcommit instructionsXiao Guangrong2-2/+5
2015-11-05target-i386: Remove POPCNT from qemu64 and qemu32 CPU modelsEduardo Habkost2-2/+12
2015-11-05target-i386: Remove ABM from qemu64 CPU modelEduardo Habkost2-2/+6
2015-11-05target-i386: Remove SSE4a from qemu64 CPU modelEduardo Habkost2-1/+6
2015-11-05target-i386: Set "check=off" by default on pc-*-2.4 and olderEduardo Habkost1-0/+5
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell30-124/+236
2015-11-05iscsi: Translate scsi sense into error codeFam Zheng1-20/+73
2015-11-05cpu: replay instructions sequencePavel Dovgalyuk3-13/+63
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk3-4/+6
2015-11-05replay: introduce icount eventPavel Dovgalyuk4-0/+85
2015-11-05replay: introduce mutex to protect the replay logPavel Dovgalyuk2-0/+34
2015-11-05replay: internal functions for replay logPavel Dovgalyuk3-0/+202
2015-11-05replay: global variables and function stubsPavel Dovgalyuk9-0/+239
2015-11-05Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-04-tag' in...Peter Maydell2-26/+30
2015-11-05Revert "Introduce cpu_clean_all_dirty"Liang Li4-23/+0
2015-11-05kvmclock: add a new function to update env->tsc.Liang Li3-16/+48
2015-11-05configure: disable FORTIFY_SOURCE under clangJohn Snow1-1/+16
2015-11-05Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151104' i...Peter Maydell8-31/+31
2015-11-04Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-03' into...Peter Maydell1-131/+125
2015-11-04backends/hostmem-file: Allow to specify full pathname for backing filePavel Fedin2-14/+22
2015-11-04configure: disallow ccache during compile testsJohn Snow1-0/+4
2015-11-04cpu-exec: Fix compiler warning (-Werror=clobbered)Stefan Weil1-3/+15