aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-19rtl8139: fix possible out of bound accessJason Wang1-4/+4
2018-10-19ne2000: fix possible out of bound access in ne2000_receiveJason Wang1-2/+2
2018-10-19clean up callback when del virtqueueliujunjie1-0/+2
2018-10-19docs: Add COLO status diagram to COLO-FT.txtZhang Chen1-0/+34
2018-10-19COLO: quick failover process by kick COLO threadzhanghailiang1-0/+8
2018-10-19COLO: notify net filters about checkpoint/failover eventzhanghailiang1-0/+15
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen4-6/+73
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen3-0/+41
2018-10-19COLO: flush host dirty ram from cachezhanghailiang1-0/+9
2018-10-19savevm: split the process of different stages for loadvm/savevmZhang Chen3-16/+65
2018-10-19qapi: Add new command to query colo statusZhang Chen2-0/+53
2018-10-19qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen3-7/+7
2018-10-19qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang2-0/+69
2018-10-19COLO: Flush memory data from ram cacheZhang Chen2-0/+39
2018-10-19ram/COLO: Record the dirty pages that SVM receivedZhang Chen1-3/+40
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen5-3/+94
2018-10-19COLO: Remove colo_state migration structZhang Chen9-83/+57
2018-10-19COLO: Add block replication into colo processZhang Chen2-0/+53
2018-10-19COLO: integrate colo compare with colo frameZhang Chen2-6/+42
2018-10-19colo-compare: use notifier to notify packets comparing resultZhang Chen2-11/+28
2018-10-19colo-compare: implement the process of checkpointZhang Chen3-0/+106
2018-10-19filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen3-16/+104
2018-10-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell19-193/+69
2018-10-18Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20181016' into stagingPeter Maydell1-1/+2
2018-10-17configure: remove glib_subprocess checkMarc-André Lureau1-6/+0
2018-10-17hw/core/generic-loader: Compile only once, not for each targetThomas Huth2-6/+2
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth4-7/+11
2018-10-17hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth1-0/+1
2018-10-17qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth2-24/+30
2018-10-17mailmap: Fix Reimar Döffinger namePhilippe Mathieu-Daudé1-1/+2
2018-10-16target/hppa: Raise exception 26 on emulated hardwareHelge Deller1-1/+2
2018-10-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181016-...Peter Maydell10-70/+402
2018-10-16show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-5/+5
2018-10-16git-submodule.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16archive-source.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping callsPeter Maydell1-0/+65
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell1-2/+2
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay1-0/+1
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay1-2/+4
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias1-3/+63
2018-10-16target-arm: powerctl: Enable HVC when starting CPUs to EL2Edgar E. Iglesias1-0/+10
2018-10-16net: cadence_gem: Implement support for 64bit descriptor addressesEdgar E. Iglesias1-8/+39
2018-10-16net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias2-22/+39
2018-10-16net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias2-19/+52
2018-10-16net: cadence_gem: Add macro with max number of descriptor wordsEdgar E. Iglesias2-3/+6
2018-10-16net: cadence_gem: Use uint32_t for 32bit descriptor wordsEdgar E. Iglesias2-22/+22
2018-10-16MAINTAINERS: update block/sheepdog maintainersLiu Yuan1-1/+0
2018-10-16gdbstub: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-10-16tests: remove gcov-files- variablesPaolo Bonzini2-121/+1
2018-10-16tests: Prevent more accidental test disablingEric Blake1-11/+11