aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson
2019-08-16target/arm: Remove offset argument to gen_exception_bkpt_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_internal_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson
2019-08-16target/arm: Remove redundant s->pc & ~1Richard Henderson
2019-08-16target/arm: Introduce add_reg_for_litRichard Henderson
2019-08-16target/arm: Introduce read_pcRichard Henderson
2019-08-16target/arm: Introduce pc_currRichard Henderson
2019-08-16target/arm: Pass in pc to thumb_insn_is_16bitRichard Henderson
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell
2019-08-16target/arm: Factor out 'generate singlestep exception' functionPeter Maydell
2019-08-16Set ENET_BD_BDU in I.MX FEC controllerAaron Hill
2019-08-16hw/misc/zynq_slcr: use standard register definitionDamien Hedde
2019-08-16target/arm: generate a custom MIDR for -cpu maxAlex Bennée
2019-08-16Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190814a'...Peter Maydell
2019-08-15Open 4.2 development treePeter Maydell
2019-08-15Update version for v4.1.0 releasev4.1.0Peter Maydell
2019-08-14migration: add some multifd tracesJuan Quintela
2019-08-14migration: Make global sem_sync semaphore by channelJuan Quintela
2019-08-14migration: Add traces for multifd terminate threadsJuan Quintela
2019-08-14qemu-file: move qemu_{get,put}_counted_string() declarationsMarc-André Lureau
2019-08-14migration/postcopy: use mis->bh instead of allocating a QEMUBHWei Yang
2019-08-14migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmapWei Yang
2019-08-14migration: update ram_counters for multifd sync packetIvan Ren
2019-08-14migration: add speed limit for multifd migrationIvan Ren
2019-08-14migration: add qemu_file_update_transfer interfaceIvan Ren
2019-08-14migration: always initialise ram_counters for a new migrationIvan Ren
2019-08-14migration: remove unused field bytes_xferWei Yang
2019-08-14hmp: Remove migration capabilities from "info migrate"Wei Yang
2019-08-14migration/postcopy: use QEMU_IS_ALIGNED to replace host_offsetWei Yang
2019-08-14migration/postcopy: simplify calculation of run_start and fixup_start_addrWei Yang
2019-08-14migration/postcopy: make PostcopyDiscardState a static variableWei Yang
2019-08-14migration: extract ram_load_precopyWei Yang
2019-08-14migration: return -EINVAL directly when version_id mismatchWei Yang
2019-08-14migration: equation is more proper than and to check LOADVM_QUITWei Yang
2019-08-14migration: just pass RAMBlock is enoughWei Yang
2019-08-14migration: use migration_in_postcopy() to check POSTCOPY_ACTIVEWei Yang
2019-08-14migration/postcopy: start_postcopy could be true only when migrate_postcopy()...Wei Yang
2019-08-14migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...Wei Yang
2019-08-14migration/savevm: move non SaveStateEntry condition check out of iterationWei Yang
2019-08-14migration/savevm: split qemu_savevm_state_complete_precopy() into two partsWei Yang
2019-08-14migration/savevm: flush file for iterable_only caseWei Yang
2019-08-14migration/postcopy: do_fixup is true when host_offset is non-zeroWei Yang
2019-08-14migration/postcopy: reduce one operation to calculate fixup_start_addrWei Yang
2019-08-14migration/postcopy: discard_length must not be 0Wei Yang
2019-08-14migration/postcopy: break the loop when there is no more page to discardWei Yang
2019-08-14migration/postcopy: the valid condition is one less then endWei Yang
2019-08-14migration: consolidate time info into populate_time_infoWei Yang