index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
savevm: Remove qemu_fseek()
Juan Quintela
2012-10-17
2
-22
/
+0
*
virtio-net: use qemu_get_buffer() in a temp buffer
Juan Quintela
2012-10-17
1
-1
/
+3
*
savevm: unexport qemu_fflush
Juan Quintela
2012-10-17
2
-2
/
+1
*
migration: make migrate_fd_wait_for_unfreeze() return errors
Juan Quintela
2012-10-17
3
-6
/
+11
*
buffered_file: make buffered_flush return the error code
Juan Quintela
2012-10-17
1
-9
/
+26
*
buffered_file: callers of buffered_flush() already check for errors
Juan Quintela
2012-10-17
1
-7
/
+0
*
buffered_file: We can access directly to bandwidth_limit
Juan Quintela
2012-10-17
3
-6
/
+4
*
buffered_file: unfold migrate_fd_close
Juan Quintela
2012-10-17
4
-15
/
+6
*
buffered_file: unfold migrate_fd_wait_for_unfreeze
Juan Quintela
2012-10-17
4
-9
/
+3
*
buffered_file: unfold migrate_fd_put_ready
Juan Quintela
2012-10-17
4
-9
/
+3
*
buffered_file: unfold migrate_fd_put_buffer
Juan Quintela
2012-10-17
4
-11
/
+7
*
buffered_file: opaque is MigrationState
Juan Quintela
2012-10-17
2
-4
/
+6
*
buffered_file: rename opaque to migration_state
Juan Quintela
2012-10-17
1
-6
/
+6
*
BufferedFile: append, then flush
Paolo Bonzini
2012-10-17
1
-39
/
+11
*
migration: Add dirty_pages_rate to query migrate output
Juan Quintela
2012-10-17
5
-2
/
+31
*
Separate migration bitmap
Juan Quintela
2012-10-17
3
-31
/
+43
*
ram: create trace event for migration sync bitmap
Juan Quintela
2012-10-17
2
-0
/
+10
*
ram: introduce migration_bitmap_sync()
Juan Quintela
2012-10-17
1
-2
/
+8
*
ram: Export last_ram_offset()
Juan Quintela
2012-10-17
2
-1
/
+2
*
ram: Introduce migration_bitmap_test_and_reset_dirty()
Juan Quintela
2012-10-17
1
-5
/
+14
*
ram: introduce migration_bitmap_set_dirty()
Juan Quintela
2012-10-17
1
-7
/
+13
*
savevm: Factorize ram globals reset in its own function
Juan Quintela
2012-10-17
1
-3
/
+9
*
migration: print expected downtime in info migrate
Juan Quintela
2012-10-17
6
-0
/
+20
*
migration: export migrate_get_current()
Juan Quintela
2012-10-17
2
-1
/
+2
*
migration: rename expected_time to expected_downtime
Juan Quintela
2012-10-17
1
-10
/
+10
*
migration: print total downtime for final phase of migration
Juan Quintela
2012-10-17
5
-2
/
+19
*
migration: store end_time in a local variable
Juan Quintela
2012-10-17
1
-1
/
+3
*
fix migration sync
Juan Quintela
2012-10-17
1
-0
/
+1
*
buffered_file: g_realloc() can't fail
Juan Quintela
2012-10-17
1
-9
/
+1
*
target-mips: Pass MIPSCPU to mips_vpe_sleep()
Andreas Färber
2012-10-17
1
-3
/
+7
*
target-mips: Pass MIPSCPU to mips_tc_sleep()
Andreas Färber
2012-10-17
1
-3
/
+5
*
target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
Andreas Färber
2012-10-17
1
-4
/
+8
*
target-mips: Pass MIPSCPU to mips_tc_wake()
Andreas Färber
2012-10-17
1
-3
/
+8
*
target-mips: Clean up other_cpu in helper_{d,e}vpe()
Andreas Färber
2012-10-17
1
-14
/
+14
*
tcg-ia64: Implement deposit
Richard Henderson
2012-10-17
2
-2
/
+58
*
tcg/ia64: slightly optimize TLB access code
Aurelien Jarno
2012-10-17
1
-5
/
+17
*
tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
Aurelien Jarno
2012-10-17
1
-39
/
+37
*
tcg/ia64: implement movcond_i32/64
Aurelien Jarno
2012-10-17
2
-2
/
+40
*
tcg/ia64: use stack for TCG temps
Blue Swirl
2012-10-17
1
-3
/
+4
*
tcg/arm: Implement movcond_i32
Peter Maydell
2012-10-17
2
-1
/
+11
*
tcg/arm: Factor out code to emit immediate or reg-reg op
Peter Maydell
2012-10-17
1
-26
/
+20
*
Fix popcnt in long mode
malc
2012-10-14
1
-1
/
+1
*
sun4u: Pass SPARCCPU to cpu_set_ivec_irq()
Andreas Färber
2012-10-13
1
-4
/
+3
*
sun4u: Pass SPARCCPU to cpu_kick_irq()
Andreas Färber
2012-10-13
1
-4
/
+6
*
sun4u: Pass SPARCCPU to {,s,hs}tick_irq() and cpu_timer_create()
Andreas Färber
2012-10-13
1
-8
/
+11
*
sun4m: Pass SPARCCPU to cpu_kick_irq()
Andreas Färber
2012-10-13
1
-2
/
+4
*
sun4m: Pass SPARCCPU to cpu_set_irq()
Andreas Färber
2012-10-13
1
-2
/
+3
*
tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64
Richard Henderson
2012-10-13
1
-5
/
+30
*
tcg-sparc: Emit BPr insns for brcond_i64
Richard Henderson
2012-10-13
1
-2
/
+47
*
tcg-sparc: Dump illegal opode contents
Richard Henderson
2012-10-13
1
-1
/
+1
[next]