index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
ram-compress.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
2023-10-30
1
-1
/
+1
*
migration: Merge flush_compressed_data() and compress_flush_data()
Juan Quintela
2023-10-30
1
-11
/
+6
*
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
2023-10-30
1
-0
/
+9
*
migration: Create compress_update_rates()
Juan Quintela
2023-10-30
1
-1
/
+41
*
migration: Move busy++ to migrate_with_multithread
Juan Quintela
2023-10-30
1
-0
/
+1
*
migration: Simplify compress_page_with_multithread()
Juan Quintela
2023-10-30
1
-24
/
+24
*
migration: Make compress_data_with_multithreads return bool
Juan Quintela
2023-10-30
1
-7
/
+10
*
migration: Use "i" as an for index in ram-compress.c
Juan Quintela
2023-10-17
1
-31
/
+25
*
migration: Simplify decompress_data_with_multi_threads()
Juan Quintela
2023-10-17
1
-6
/
+2
*
migration: Move update_compress_threads_counts() to ram-compress.c
Juan Quintela
2023-10-17
1
-0
/
+17
*
migration: Create ram_compressed_pages()
Juan Quintela
2023-10-17
1
-0
/
+6
*
migration: Create populate_compress()
Juan Quintela
2023-10-17
1
-0
/
+13
*
migration: Move compression_counters cleanup ram-compress.c
Juan Quintela
2023-10-17
1
-0
/
+5
*
ram-compress.c: Make target independent
Lukas Straub
2023-05-08
1
-7
/
+10
*
ram compress: Assert that the file buffer matches the result
Lukas Straub
2023-05-08
1
-0
/
+5
*
ram.c: Move core decompression code into its own file
Lukas Straub
2023-05-08
1
-0
/
+203
*
ram.c: Move core compression code into its own file
Lukas Straub
2023-05-08
1
-0
/
+274