aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17fpu/softfloat: Partial support for ARM Alternative half-precisionAlex Bennée
2018-05-17target/arm: squash FZ16 behaviour for conversionsAlex Bennée
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée
2018-05-17fpu/softfloat: Replace float_class_msnan with parts_silence_nanRichard Henderson
2018-05-17fpu/softfloat: Replace float_class_dnan with parts_default_nanRichard Henderson
2018-05-17fpu/softfloat: Introduce parts_is_snan_fracRichard Henderson
2018-05-17fpu/softfloat: Canonicalize NaN fractionRichard Henderson
2018-05-17fpu/softfloat: Move softfloat-specialize.h below FloatParts definitionRichard Henderson
2018-05-17fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nanRichard Henderson
2018-05-17fpu/softfloat: Merge NO_SIGNALING_NANS definitionsRichard Henderson
2018-05-17fpu/softfloat: Fix conversion from uint64 to float128Petr Tesarik
2018-05-17Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2018-05-17Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180515' i...Peter Maydell
2018-05-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2018-05-16nfs: Remove processed options from QDictKevin Wolf
2018-05-16nfs: Fix error path in nfs_options_qdict_to_qapi()Kevin Wolf
2018-05-16blockjob: do not cancel timer in resumeStefan Hajnoczi
2018-05-16qemu-iotests: reduce chance of races in 185Stefan Hajnoczi
2018-05-15Migration+TLS: Fix crash due to double cleanupDr. David Alan Gilbert
2018-05-15migration: Textual fixups for blocktimeDr. David Alan Gilbert
2018-05-15migration: update index field when delete or qsort RDMALocalBlockLidong Chen
2018-05-15migration: update docsDr. David Alan Gilbert
2018-05-15migration/hmp: add migrate_pause commandPeter Xu
2018-05-15migration/qmp: add command migrate-pausePeter Xu
2018-05-15migration: introduce lock for to_dst_filePeter Xu
2018-05-15hmp/migration: add migrate_recover commandPeter Xu
2018-05-15qmp/migration: new command migrate-recoverPeter Xu
2018-05-15migration: init dst in migration_object_init tooPeter Xu
2018-05-15migration: final handshake for the resumePeter Xu
2018-05-15migration: setup ramstate for resumePeter Xu
2018-05-15migration: synchronize dirty bitmap for resumePeter Xu
2018-05-15migration: introduce SaveVMHandlers.resume_preparePeter Xu
2018-05-15migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu
2018-05-15migration: new cmd MIG_CMD_POSTCOPY_RESUMEPeter Xu
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu
2018-05-15migration: new cmd MIG_CMD_RECV_BITMAPPeter Xu
2018-05-15migration: wakeup dst ram-load-thread for recoverPeter Xu
2018-05-15migration: new state "postcopy-recover"Peter Xu
2018-05-15migration: rebuild channel on sourcePeter Xu
2018-05-15qmp: hmp: add migrate "resume" optionPeter Xu
2018-05-15migration: allow fault thread to pausePeter Xu
2018-05-15migration: allow src return path to pausePeter Xu
2018-05-15migration: allow dst vm pause on postcopyPeter Xu
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu
2018-05-15migration: new postcopy-pause statePeter Xu
2018-05-15migration: let incoming side use thread contextPeter Xu
2018-05-15migration: Define MultifdRecvParams soonerJuan Quintela
2018-05-15migration: Transmit initial package through the multifd channelsJuan Quintela
2018-05-15migration: Delay start of migration main routinesJuan Quintela
2018-05-15migration: Create multifd channelsJuan Quintela