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
*
accel: Remove tcg_available() function
Eduardo Habkost
2014-10-04
1
-5
/
+0
*
target-tricore: Add target stubs and qom-cpu
Bastian Koppelmann
2014-09-01
1
-0
/
+2
*
Show length mismatch error is hex
Alex Bligh
2014-08-09
1
-2
/
+2
*
migration: catch unknown flags in ram_load
Peter Lieven
2014-06-16
1
-19
/
+23
*
migration: Plug memory leak in migrate-set-cache-size command
Chen Gang
2014-06-10
1
-1
/
+0
*
arch_init: replace fprintf(stderr, ...) with error_report()
Le Tan
2014-05-24
1
-17
/
+15
*
Split ram_save_block
Dr. David Alan Gilbert
2014-05-14
1
-62
/
+79
*
arch_init: Simplify code for load_xbzrle()
Chen Gang
2014-05-14
1
-10
/
+4
*
arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()
Chen Gang
2014-05-07
1
-4
/
+8
*
migration: expose xbzrle cache miss rate
ChenLiang
2014-05-05
1
-0
/
+18
*
migration: expose the bitmap_sync_count to the end
ChenLiang
2014-05-05
1
-0
/
+1
*
migration: Add counts of updating the dirty bitmap
ChenLiang
2014-05-05
1
-0
/
+5
*
XBZRLE: Fix one XBZRLE corruption issues
ChenLiang
2014-05-05
1
-12
/
+13
*
migration: remove duplicate code
ChenLiang
2014-05-05
1
-35
/
+33
*
Init the XBZRLE.lock in ram_mig_init
Dr. David Alan Gilbert
2014-05-05
1
-30
/
+31
*
Provide init function for ram migration
Dr. David Alan Gilbert
2014-05-05
1
-1
/
+6
*
Count used RAMBlock pages for migration_dirty_pages
Dr. David Alan Gilbert
2014-05-05
1
-4
/
+17
*
XBZRLE: Fix qemu crash when resize the xbzrle cache
Gonglei
2014-03-08
1
-3
/
+49
*
Fix two XBZRLE corruption issues
Dr. David Alan Gilbert
2014-02-25
1
-15
/
+49
*
Don't abort on memory allocation error
Orit Wasserman
2014-02-04
1
-1
/
+3
*
Don't abort on out of memory when creating page cache
Orit Wasserman
2014-02-04
1
-2
/
+16
*
migration:fix free XBZRLE decoded_buf wrong
Gonglei (Arei)
2014-02-04
1
-10
/
+12
*
Add check for cache size smaller than page size
Orit Wasserman
2014-02-04
1
-0
/
+4
*
Set xbzrle buffers to NULL after freeing them to avoid double free errors
Orit Wasserman
2014-02-04
1
-0
/
+3
*
migration: synchronize memory bitmap 64bits at a time
Juan Quintela
2014-01-13
1
-9
/
+29
*
ram: split function that synchronizes a range
Juan Quintela
2014-01-13
1
-14
/
+20
*
memory: unfold memory_region_test_and_clear()
Juan Quintela
2014-01-13
1
-3
/
+7
*
migration: drop MADVISE_DONT_NEED for incoming zero pages
Peter Lieven
2013-11-19
1
-8
/
+0
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-09-30
1
-7
/
+2
|
\
|
*
smbios: Make multiple -smbios type= accumulate sanely
Markus Armbruster
2013-09-28
1
-3
/
+0
|
*
smbios: Convert to QemuOpts
Markus Armbruster
2013-09-28
1
-2
/
+2
|
*
smbios: Normalize smbios_entry_add()'s error handling to exit(1)
Markus Armbruster
2013-09-28
1
-3
/
+1
*
|
migration: ram_handle_compressed
Isaku Yamahata
2013-09-24
1
-5
/
+6
*
|
arch_init: make is_zero_page accept size
Isaku Yamahata
2013-09-24
1
-5
/
+4
*
|
arch_init: right return for ram_save_iterate
Lei Li
2013-09-24
1
-5
/
+10
|
/
*
cpu: Replace qemu_for_each_cpu()
Andreas Färber
2013-09-03
1
-6
/
+5
*
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
Anthony Liguori
2013-08-29
1
-1
/
+2
|
\
|
*
arch_init: align MR size to target page size
Michael S. Tsirkin
2013-08-21
1
-1
/
+2
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-08-26
1
-6
/
+6
|
\
\
|
*
|
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-6
/
+6
|
|
/
*
|
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
2013-08-20
1
-2
/
+2
|
/
*
rdma: send pc.ram
Michael R. Hines
2013-07-23
1
-1
/
+32
*
rdma: introduce ram_handle_compressed()
Michael R. Hines
2013-07-23
1
-10
/
+19
*
Force auto-convegence of live migration
Chegu Vinod
2013-07-12
1
-0
/
+81
*
Graphics: Switch to 800x600x32 as default mode
Alexander Graf
2013-07-01
1
-1
/
+1
*
arch_init: Fix format string by using RAM_ADDR_FMT
Stefan Weil
2013-06-28
1
-2
/
+3
*
rdma: introduce qemu_update_position()
Michael R. Hines
2013-06-27
1
-0
/
+12
*
migration: do not overwrite zero pages
Peter Lieven
2013-06-27
1
-6
/
+8
*
Revert "migration: do not sent zero pages in bulk stage"
Peter Lieven
2013-06-27
1
-9
/
+4
*
arch_init/ram_load: add error message for block length mismatch
Alon Levy
2013-06-27
1
-0
/
+3
[next]