aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-17buffered_file: make buffered_flush return the error codeJuan Quintela
2012-10-17buffered_file: callers of buffered_flush() already check for errorsJuan Quintela
2012-10-17buffered_file: We can access directly to bandwidth_limitJuan Quintela
2012-10-17buffered_file: unfold migrate_fd_closeJuan Quintela
2012-10-17buffered_file: unfold migrate_fd_wait_for_unfreezeJuan Quintela
2012-10-17buffered_file: unfold migrate_fd_put_readyJuan Quintela
2012-10-17buffered_file: unfold migrate_fd_put_bufferJuan Quintela
2012-10-17buffered_file: opaque is MigrationStateJuan Quintela
2012-10-17buffered_file: rename opaque to migration_stateJuan Quintela
2012-10-17BufferedFile: append, then flushPaolo Bonzini
2012-10-17migration: Add dirty_pages_rate to query migrate outputJuan Quintela
2012-10-17Separate migration bitmapJuan Quintela
2012-10-17ram: create trace event for migration sync bitmapJuan Quintela
2012-10-17ram: introduce migration_bitmap_sync()Juan Quintela
2012-10-17ram: Export last_ram_offset()Juan Quintela
2012-10-17ram: Introduce migration_bitmap_test_and_reset_dirty()Juan Quintela
2012-10-17ram: introduce migration_bitmap_set_dirty()Juan Quintela
2012-10-17savevm: Factorize ram globals reset in its own functionJuan Quintela
2012-10-17migration: print expected downtime in info migrateJuan Quintela
2012-10-17migration: export migrate_get_current()Juan Quintela
2012-10-17migration: rename expected_time to expected_downtimeJuan Quintela
2012-10-17migration: print total downtime for final phase of migrationJuan Quintela
2012-10-17migration: store end_time in a local variableJuan Quintela
2012-10-17fix migration syncJuan Quintela
2012-10-17buffered_file: g_realloc() can't failJuan Quintela
2012-10-17tcg: Optimize mulu2Richard Henderson
2012-10-17tcg: Optimize half-dead add2/sub2Richard Henderson
2012-10-17tcg: Constant fold add2 and sub2Richard Henderson
2012-10-17tcg: Do constant folding on double-word comparisonsRichard Henderson
2012-10-17tcg: Split out subroutines from do_constant_folding_condRichard Henderson
2012-10-17tcg: Optimize double-word comparisons against zeroRichard Henderson
2012-10-17tcg: Use common code when failing to optimizeRichard Henderson
2012-10-17tcg: Swap commutative double-word comparisonsRichard Henderson
2012-10-17tcg: Canonicalize add2 operand orderingRichard Henderson
2012-10-17tcg: Split out swap_commutative as a subroutineRichard Henderson
2012-10-17memory: abort if a memory region is destroyed during a transactionAvi Kivity
2012-10-17i440fx: avoid destroying memory regions within a transactionAvi Kivity
2012-10-17memory: Make eventfd adhere to device endiannessAlexander Graf
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_sleep()Andreas Färber
2012-10-17target-mips: Pass MIPSCPU to mips_tc_sleep()Andreas Färber
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_is_wfi()Andreas Färber
2012-10-17target-mips: Pass MIPSCPU to mips_tc_wake()Andreas Färber
2012-10-17target-mips: Clean up other_cpu in helper_{d,e}vpe()Andreas Färber
2012-10-17tcg-ia64: Implement depositRichard Henderson
2012-10-17tcg/ia64: slightly optimize TLB access codeAurelien Jarno
2012-10-17tcg/ia64: remove suboptimal register shifting in qemu_ld/st opsAurelien Jarno
2012-10-17tcg/ia64: implement movcond_i32/64Aurelien Jarno
2012-10-17tcg/ia64: use stack for TCG tempsBlue Swirl
2012-10-17tcg/arm: Implement movcond_i32Peter Maydell
2012-10-17tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell