[Qemu-devel] The relationship between main thread, monitor thread and migration thread?

2010-09-17 Thread jz4
Hi, I am confused about the main thread, monitor thread and migration thread. Hope somebody can give me a help. I observe that when a VM (smp=1, which is a file server) boots up, there are two threads for qemu (e.g. i use "top" and "ps" to monitor). I think one thread is for the vcpu. The

Re: [Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2010-03-16 Thread jz4
[Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage I tested the live migration without shared storage for the patch of the block migration. It succeeds for several times but sometimes it fails. I used the qemu-kvm-0.12.3 and the kvm 2.6.33 module on the ubuntu latest version.