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
path:
root
/
arch_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
net: do not include net.h everywhere
Paolo Bonzini
2012-12-19
1
-1
/
+0
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
2012-12-17
1
-1
/
+1
|
\
|
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-1
/
+1
*
|
migration: Fix madvise breakage if host and guest have different page sizes
David Gibson
2012-12-12
1
-1
/
+2
*
|
Fix off-by-1 error in RAM migration code
David Gibson
2012-12-12
1
-1
/
+1
|
/
*
migration: Add dirty_pages_rate to query migrate output
Juan Quintela
2012-10-17
1
-0
/
+18
*
Separate migration bitmap
Juan Quintela
2012-10-17
1
-20
/
+43
*
ram: create trace event for migration sync bitmap
Juan Quintela
2012-10-17
1
-0
/
+6
*
ram: introduce migration_bitmap_sync()
Juan Quintela
2012-10-17
1
-2
/
+8
*
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
1
-0
/
+2
*
migration: rename expected_time to expected_downtime
Juan Quintela
2012-10-17
1
-10
/
+10
*
fix migration sync
Juan Quintela
2012-10-17
1
-0
/
+1
*
Eliminate cpus-x86_64.conf file
Eduardo Habkost
2012-09-21
1
-1
/
+0
*
arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs
Peter Maydell
2012-09-19
1
-0
/
+5
*
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs
Igor Mitsyanko
2012-09-14
1
-4
/
+4
*
qapi: add 'query-target' command to return target arch
Daniel P. Berrange
2012-08-22
1
-0
/
+11
*
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
Anthony Liguori
2012-08-13
1
-5
/
+241
|
\
|
*
Restart optimization on stage3 update version
Juan Quintela
2012-08-08
1
-9
/
+15
|
*
Add XBZRLE statistics
Orit Wasserman
2012-08-08
1
-0
/
+28
|
*
Add migration accounting for normal and duplicate pages
Orit Wasserman
2012-08-08
1
-0
/
+38
|
*
Add migrate_set_cache_size command
Orit Wasserman
2012-08-08
1
-0
/
+10
|
*
Add XBZRLE to ram_save_block and ram_save_live
Orit Wasserman
2012-08-08
1
-2
/
+156
*
|
unicore32-softmmu: Add unicore32-softmmu build support
Guan Xuetao
2012-08-11
1
-0
/
+2
|
/
*
Support 'help' as a synonym for '?' in command line options
Peter Maydell
2012-08-02
1
-2
/
+2
*
Merge commit 'quintela/migration-next-v5' into staging
Anthony Liguori
2012-07-30
1
-50
/
+87
|
\
|
*
Change ram_save_block to return -1 if there are no more changes
Orit Wasserman
2012-07-23
1
-6
/
+20
|
*
ram: save_live_setup() we don't need to synchronize the dirty bitmap.
Juan Quintela
2012-07-20
1
-2
/
+0
|
*
ram: iterate phase
Juan Quintela
2012-07-20
1
-3
/
+7
|
*
ram: save_live_complete() only do one loop
Juan Quintela
2012-07-20
1
-32
/
+0
|
*
ram: save_live_setup() don't need to sent pages
Juan Quintela
2012-07-20
1
-34
/
+0
|
*
savevm: split save_live into stage2 and stage3
Juan Quintela
2012-07-20
1
-17
/
+55
|
*
savevm: split save_live_setup from save_live_state
Juan Quintela
2012-07-20
1
-22
/
+65
|
*
savevm: Refactor cancel operation in its own operation
Juan Quintela
2012-07-20
1
-5
/
+6
|
*
savevm: Live migration handlers register the struct directly
Juan Quintela
2012-07-20
1
-2
/
+7
*
|
target-or32: Add target stubs and QOM cpu
Jia Liu
2012-07-27
1
-0
/
+2
|
/
*
Maintain the number of dirty pages
Juan Quintela
2012-06-29
1
-14
/
+1
*
Exit loop if we have been there too long
Juan Quintela
2012-06-29
1
-0
/
+18
*
Only calculate expected_time for stage 2
Juan Quintela
2012-06-29
1
-5
/
+8
*
Add migration_end function
Orit Wasserman
2012-06-29
1
-1
/
+6
*
Add debugging infrastructure
Orit Wasserman
2012-06-29
1
-6
/
+27
*
Add save_block_hdr function
Orit Wasserman
2012-06-29
1
-12
/
+14
*
Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_...
Orit Wasserman
2012-06-29
1
-0
/
+3
[prev]
[next]