From: Li Liang
Give some details about how to use the multiple compress threads feature
in live migration.
Signed-off-by: Li Liang
---
docs/multiple-compression-threads.txt | 57 +++
1 file changed, 57 insertions(+)
create mode 100644 docs/multiple-compression-
From: Li Liang
Instead of sending the guest memory directly, this solution compress the
ram page before sending, after receiving, the data will be decompressed.
This feature can help to reduce the data transferred about 60%, this
is very useful when the network bandwidth is limited, and the migra
From: Li Liang
This bug was introduced in the commit 9005b2a7589540a3733b3abdcfbccfe7746cd1a1,
it will cause deadlock when create a vm with the parameter "-monitor pty" and
then try to read from /dev/pts/x.
Signed-off-by: Li Liang
---
qemu-char.c | 4 +++-
1 file changed, 3 insertions(+), 1 de