index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-20
ram: refactor ram_save_block() return value
Juan Quintela
1
-10
/
+15
2012-12-20
ram: account the amount of transferred ram better
Juan Quintela
1
-14
/
+20
2012-12-20
ram: optimize migration bitmap walking
Juan Quintela
1
-19
/
+26
2012-12-20
ram: Use memory_region_test_and_clear_dirty
Juan Quintela
1
-4
/
+3
2012-12-20
ram: Add last_sent_block
Juan Quintela
1
-1
/
+5
2012-12-20
ram: rename last_block to last_seen_block
Juan Quintela
1
-6
/
+10
2012-12-20
savevm: New save live migration method: pending
Juan Quintela
1
-30
/
+18
2012-12-20
protect the ramlist with a separate mutex
Umesh Deshpande
1
-1
/
+8
2012-12-20
add a version number to ram_list
Umesh Deshpande
1
-1
/
+6
2012-12-20
exec: sort the memory from biggest to smallest
Paolo Bonzini
1
-30
/
+0
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
1
-12
/
+12
2012-12-20
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
1
-0
/
+1
2012-12-20
migration: fix migration_bitmap leak
Paolo Bonzini
1
-6
/
+7
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-2
/
+2
2012-12-19
net: do not include net.h everywhere
Paolo Bonzini
1
-1
/
+0
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-12-12
migration: Fix madvise breakage if host and guest have different page sizes
David Gibson
1
-1
/
+2
2012-12-12
Fix off-by-1 error in RAM migration code
David Gibson
1
-1
/
+1
2012-10-17
migration: Add dirty_pages_rate to query migrate output
Juan Quintela
1
-0
/
+18
2012-10-17
Separate migration bitmap
Juan Quintela
1
-20
/
+43
2012-10-17
ram: create trace event for migration sync bitmap
Juan Quintela
1
-0
/
+6
2012-10-17
ram: introduce migration_bitmap_sync()
Juan Quintela
1
-2
/
+8
2012-10-17
ram: Introduce migration_bitmap_test_and_reset_dirty()
Juan Quintela
1
-5
/
+14
2012-10-17
ram: introduce migration_bitmap_set_dirty()
Juan Quintela
1
-7
/
+13
2012-10-17
savevm: Factorize ram globals reset in its own function
Juan Quintela
1
-3
/
+9
2012-10-17
migration: print expected downtime in info migrate
Juan Quintela
1
-0
/
+2
2012-10-17
migration: rename expected_time to expected_downtime
Juan Quintela
1
-10
/
+10
2012-10-17
fix migration sync
Juan Quintela
1
-0
/
+1
2012-09-21
Eliminate cpus-x86_64.conf file
Eduardo Habkost
1
-1
/
+0
2012-09-19
arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs
Peter Maydell
1
-0
/
+5
2012-09-14
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs
Igor Mitsyanko
1
-4
/
+4
2012-08-22
qapi: add 'query-target' command to return target arch
Daniel P. Berrange
1
-0
/
+11
2012-08-13
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
Anthony Liguori
1
-5
/
+241
2012-08-11
unicore32-softmmu: Add unicore32-softmmu build support
Guan Xuetao
1
-0
/
+2
2012-08-08
Restart optimization on stage3 update version
Juan Quintela
1
-9
/
+15
2012-08-08
Add XBZRLE statistics
Orit Wasserman
1
-0
/
+28
2012-08-08
Add migration accounting for normal and duplicate pages
Orit Wasserman
1
-0
/
+38
2012-08-08
Add migrate_set_cache_size command
Orit Wasserman
1
-0
/
+10
2012-08-08
Add XBZRLE to ram_save_block and ram_save_live
Orit Wasserman
1
-2
/
+156
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
1
-2
/
+2
2012-07-30
Merge commit 'quintela/migration-next-v5' into staging
Anthony Liguori
1
-50
/
+87
2012-07-27
target-or32: Add target stubs and QOM cpu
Jia Liu
1
-0
/
+2
2012-07-23
Change ram_save_block to return -1 if there are no more changes
Orit Wasserman
1
-6
/
+20
2012-07-20
ram: save_live_setup() we don't need to synchronize the dirty bitmap.
Juan Quintela
1
-2
/
+0
[next]