[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/14] ram.c: Introduce whitespace (squash with next patch)
From: |
Lukas Straub |
Subject: |
[PATCH 07/14] ram.c: Introduce whitespace (squash with next patch) |
Date: |
Sun, 2 Apr 2023 17:56:25 +0000 |
Introduce whitespace to make it easier to reroll the series.
Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
migration/ram.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/migration/ram.c b/migration/ram.c
index 20428ccf42..475c04a18b 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -602,6 +602,12 @@ static void *do_data_compress(void *opaque)
return NULL;
}
+
+
+/* split */
+
+
+
static void compress_threads_save_cleanup(void)
{
int i, thread_count;
@@ -641,6 +647,12 @@ static void compress_threads_save_cleanup(void)
comp_param = NULL;
}
+
+
+/* split */
+
+
+
static int compress_threads_save_setup(void)
{
int i, thread_count;
--
2.30.2
pgpFPWJRHNrDB.pgp
Description: OpenPGP digital signature
- [PATCH 00/14] migration/ram.c: Refactor compress code, Lukas Straub, 2023/04/02
- [PATCH 03/14] ram.c: Reset result after sending queued data, Lukas Straub, 2023/04/02
- [PATCH 04/14] ram.c: Do not call save_page_header() from compress threads, Lukas Straub, 2023/04/02
- [PATCH 01/14] ram.c: Let the compress threads return a CompressResult enum, Lukas Straub, 2023/04/02
- [PATCH 02/14] ram.c: Dont change param->block in the compress thread, Lukas Straub, 2023/04/02
- [PATCH 05/14] ram.c: Call update_compress_thread_counts from compress_send_queued_data, Lukas Straub, 2023/04/02
- [PATCH 06/14] ram.c: Remove last ram.c dependency from the core compress code, Lukas Straub, 2023/04/02
- [PATCH 07/14] ram.c: Introduce whitespace (squash with next patch),
Lukas Straub <=
- [PATCH 08/14] ram.c: Move core compression code into its own file, Lukas Straub, 2023/04/02
- [PATCH 09/14] ram.c: Remove whitespace (squash with previous patch), Lukas Straub, 2023/04/02
- [PATCH 10/14] ram.c: Move core decompression code into its own file, Lukas Straub, 2023/04/02
- [PATCH 11/14] ram compress: Assert that the file buffer matches the result, Lukas Straub, 2023/04/02
- [PATCH 12/14] ram.c: Remove unused include after moving out code, Lukas Straub, 2023/04/02
- [PATCH 13/14] ram-compress.c: Make target independent, Lukas Straub, 2023/04/02
- [PATCH 14/14] migration: Initialize and cleanup decompression in migration.c, Lukas Straub, 2023/04/02