"Li, Liang Z" wrote:
>> > @@ -889,7 +889,6 @@ static inline void
>> start_compression(CompressParam *param)
>> > qemu_mutex_unlock(¶m->mutex); }
>> >
>> > -
>> > static uint64_t bytes_transferred;
>> >
>> > static void flush_compressed_data(QEMUFile *f) @@ -1458,8 +1457,28
>> @@
>> > void
> > @@ -889,7 +889,6 @@ static inline void
> start_compression(CompressParam *param)
> > qemu_mutex_unlock(¶m->mutex); }
> >
> > -
> > static uint64_t bytes_transferred;
> >
> > static void flush_compressed_data(QEMUFile *f) @@ -1458,8 +1457,28
> @@
> > void ram_handle_compressed(void *host
Liang Li wrote:
> Implement the core logic of multiple thread decompression,
> the decompression can work now.
>
> Signed-off-by: Liang Li
> Signed-off-by: Yang Zhang
> ---
> arch_init.c | 51 ---
> 1 file changed, 48 insertions(+), 3 deletions(-)
Implement the core logic of multiple thread decompression,
the decompression can work now.
Signed-off-by: Liang Li
Signed-off-by: Yang Zhang
---
arch_init.c | 51 ---
1 file changed, 48 insertions(+), 3 deletions(-)
diff --git a/arch_init.c b/arc