aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-23migration: add bitmap for received pageAlexey Perevalov4-5/+67
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov1-13/+21
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov3-10/+11
2017-10-23migration: new ram_init_bitmaps()Peter Xu1-21/+30
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu1-46/+77
2017-10-23migration: provide ram_state_cleanupPeter Xu1-3/+10
2017-10-23migration: provide ram_state_init()Peter Xu1-10/+26
2017-10-23migration: pause-before-switchover for postcopyDr. David Alan Gilbert1-7/+22
2017-10-23migration: allow cancel to unpauseDr. David Alan Gilbert1-0/+4
2017-10-23migrate: HMP migate_continueDr. David Alan Gilbert3-0/+26
2017-10-23migration: migrate-continueDr. David Alan Gilbert2-0/+28
2017-10-23migration: Wait for semaphore before completing migrationDr. David Alan Gilbert2-0/+41
2017-10-23migration: Add 'pre-switchover' and 'device' statusesDr. David Alan Gilbert2-1/+13
2017-10-23migration: Add 'pause-before-switchover' capabilityDr. David Alan Gilbert3-1/+15
2017-10-23migration: Make cache_init() take an error parameterJuan Quintela3-23/+19
2017-10-23migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela3-20/+22
2017-10-23migration: Make cache size elements use the right typesJuan Quintela2-5/+5
2017-10-23migratiom: Remove max_item_age parameterJuan Quintela1-2/+0
2017-10-23migration: Fix migrate_test_apply for multifd parametersJuan Quintela1-0/+6
2017-10-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+8
2017-10-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171020' into stagingPeter Maydell54-1168/+1581
2017-10-20Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell2-6/+8
2017-10-20s390x/tcg: low-address protection supportDavid Hildenbrand3-45/+62
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand3-3/+9
2017-10-20tests: Enable the very simple virtio tests on s390x, tooThomas Huth4-18/+28
2017-10-20libqtest: Add qtest_[v]startf()Eric Blake14-138/+128
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic3-33/+10
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic3-33/+10
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic3-20/+8
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic3-32/+10
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic6-126/+75
2017-10-20s390x/css: IO instr handler ending controlHalil Pasic1-0/+16
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov3-21/+21
2017-10-20s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov1-1/+1
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck2-10/+45
2017-10-20s390x/MAINTAINERS: add mailing listCornelia Huck1-0/+6
2017-10-20virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali2-0/+122
2017-10-20target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand2-3/+14
2017-10-20s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand2-39/+29
2017-10-20s390x/tcg: unlock NMIDavid Hildenbrand2-8/+1
2017-10-20s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemuDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand5-43/+12
2017-10-20s390x/tcg: flush the tlb on SIGP SET PREFIXDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand6-6/+51
2017-10-20s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand2-0/+38
2017-10-20s390x/tcg: implement SIGP EMERGENCY SIGNALDavid Hildenbrand1-0/+15
2017-10-20s390x/tcg: implement SIGP EXTERNAL CALLDavid Hildenbrand1-2/+23
2017-10-20s390x/tcg: implement SIGP SENSEDavid Hildenbrand1-0/+29
2017-10-20s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand2-0/+27
2017-10-20s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand3-8/+16