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
*
Use qemu_put_buffer_async for guest memory pages
Orit Wasserman
2013-03-26
1
-1
/
+1
*
migration: use XBZRLE only after bulk stage
Peter Lieven
2013-03-26
1
-1
/
+1
*
migration: do not search dirty pages in bulk stage
Peter Lieven
2013-03-26
1
-1
/
+7
*
migration: do not sent zero pages in bulk stage
Peter Lieven
2013-03-26
1
-4
/
+20
*
migration: add an indicator for bulk state of ram migration
Peter Lieven
2013-03-26
1
-0
/
+3
*
migration: search for zero instead of dup pages
Peter Lieven
2013-03-26
1
-15
/
+6
*
move vector definitions to qemu-common.h
Peter Lieven
2013-03-26
1
-20
/
+0
*
Add top level changes for moxie
Anthony Green
2013-03-23
1
-0
/
+2
*
page_cache: dup memory on insert
Peter Lieven
2013-03-11
1
-2
/
+1
*
migration: run setup callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-4
/
+6
*
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-0
/
+4
*
migration: calculate expected_downtime
Juan Quintela
2013-02-22
1
-0
/
+1
*
Allow XBZRLE decoding without enabling the capability
Orit Wasserman
2013-02-01
1
-3
/
+0
*
Protect migration_bitmap_sync() with the ramlist lock
Paolo Bonzini
2013-01-17
1
-2
/
+1
*
Unlock ramlist lock also in error case
Paolo Bonzini
2013-01-17
1
-1
/
+2
*
ram: refactor ram_save_block() return value
Juan Quintela
2012-12-20
1
-10
/
+15
*
ram: account the amount of transferred ram better
Juan Quintela
2012-12-20
1
-14
/
+20
*
ram: optimize migration bitmap walking
Juan Quintela
2012-12-20
1
-19
/
+26
*
ram: Use memory_region_test_and_clear_dirty
Juan Quintela
2012-12-20
1
-4
/
+3
*
ram: Add last_sent_block
Juan Quintela
2012-12-20
1
-1
/
+5
*
ram: rename last_block to last_seen_block
Juan Quintela
2012-12-20
1
-6
/
+10
*
savevm: New save live migration method: pending
Juan Quintela
2012-12-20
1
-30
/
+18
*
protect the ramlist with a separate mutex
Umesh Deshpande
2012-12-20
1
-1
/
+8
*
add a version number to ram_list
Umesh Deshpande
2012-12-20
1
-1
/
+6
*
exec: sort the memory from biggest to smallest
Paolo Bonzini
2012-12-20
1
-30
/
+0
*
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-20
1
-12
/
+12
*
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
2012-12-20
1
-0
/
+1
*
migration: fix migration_bitmap leak
Paolo Bonzini
2012-12-20
1
-6
/
+7
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
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
[next]