aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-17buffered_file: unfold migrate_fd_closeJuan Quintela4-15/+6
2012-10-17buffered_file: unfold migrate_fd_wait_for_unfreezeJuan Quintela4-9/+3
2012-10-17buffered_file: unfold migrate_fd_put_readyJuan Quintela4-9/+3
2012-10-17buffered_file: unfold migrate_fd_put_bufferJuan Quintela4-11/+7
2012-10-17buffered_file: opaque is MigrationStateJuan Quintela2-4/+6
2012-10-17buffered_file: rename opaque to migration_stateJuan Quintela1-6/+6
2012-10-17BufferedFile: append, then flushPaolo Bonzini1-39/+11
2012-10-17migration: Add dirty_pages_rate to query migrate outputJuan Quintela5-2/+31
2012-10-17Separate migration bitmapJuan Quintela3-31/+43
2012-10-17ram: create trace event for migration sync bitmapJuan Quintela2-0/+10
2012-10-17ram: introduce migration_bitmap_sync()Juan Quintela1-2/+8
2012-10-17ram: Export last_ram_offset()Juan Quintela2-1/+2
2012-10-17ram: Introduce migration_bitmap_test_and_reset_dirty()Juan Quintela1-5/+14
2012-10-17ram: introduce migration_bitmap_set_dirty()Juan Quintela1-7/+13
2012-10-17savevm: Factorize ram globals reset in its own functionJuan Quintela1-3/+9
2012-10-17migration: print expected downtime in info migrateJuan Quintela6-0/+20
2012-10-17migration: export migrate_get_current()Juan Quintela2-1/+2
2012-10-17migration: rename expected_time to expected_downtimeJuan Quintela1-10/+10
2012-10-17migration: print total downtime for final phase of migrationJuan Quintela5-2/+19
2012-10-17migration: store end_time in a local variableJuan Quintela1-1/+3
2012-10-17fix migration syncJuan Quintela1-0/+1
2012-10-17buffered_file: g_realloc() can't failJuan Quintela1-9/+1
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_sleep()Andreas Färber1-3/+7
2012-10-17target-mips: Pass MIPSCPU to mips_tc_sleep()Andreas Färber1-3/+5
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_is_wfi()Andreas Färber1-4/+8
2012-10-17target-mips: Pass MIPSCPU to mips_tc_wake()Andreas Färber1-3/+8
2012-10-17target-mips: Clean up other_cpu in helper_{d,e}vpe()Andreas Färber1-14/+14
2012-10-17tcg-ia64: Implement depositRichard Henderson2-2/+58
2012-10-17tcg/ia64: slightly optimize TLB access codeAurelien Jarno1-5/+17
2012-10-17tcg/ia64: remove suboptimal register shifting in qemu_ld/st opsAurelien Jarno1-39/+37
2012-10-17tcg/ia64: implement movcond_i32/64Aurelien Jarno2-2/+40
2012-10-17tcg/ia64: use stack for TCG tempsBlue Swirl1-3/+4
2012-10-17tcg/arm: Implement movcond_i32Peter Maydell2-1/+11
2012-10-17tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell1-26/+20
2012-10-14Fix popcnt in long modemalc1-1/+1
2012-10-13sun4u: Pass SPARCCPU to cpu_set_ivec_irq()Andreas Färber1-4/+3
2012-10-13sun4u: Pass SPARCCPU to cpu_kick_irq()Andreas Färber1-4/+6
2012-10-13sun4u: Pass SPARCCPU to {,s,hs}tick_irq() and cpu_timer_create()Andreas Färber1-8/+11
2012-10-13sun4m: Pass SPARCCPU to cpu_kick_irq()Andreas Färber1-2/+4
2012-10-13sun4m: Pass SPARCCPU to cpu_set_irq()Andreas Färber1-2/+3
2012-10-13tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64Richard Henderson1-5/+30
2012-10-13tcg-sparc: Emit BPr insns for brcond_i64Richard Henderson1-2/+47
2012-10-13tcg-sparc: Dump illegal opode contentsRichard Henderson1-1/+1
2012-10-13tcg-sparc: Drop use of Bicc in favor of BPccRichard Henderson1-160/+145
2012-10-13tcg-sparc: Optimize setcond2 equality compare with 0.Richard Henderson1-3/+12
2012-10-13tcg-sparc: Use Z constraint for %g0Richard Henderson2-60/+66
2012-10-13tcg-sparc: Fix add2/sub2Richard Henderson1-8/+22
2012-10-13tcg-sparc: Fix setcondRichard Henderson1-14/+19
2012-10-13tcg-sparc: Fix qemu_st for 32-bitRichard Henderson1-3/+4
2012-10-13tcg-sparc: Fix setcond2Richard Henderson1-20/+18