Bugs item #2106661, was opened at 2008-09-11 18:50 Message generated for change (Comment added) made by jiajun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2106661&group_id=180599
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jiajun Xu (jiajun) Assigned to: Nobody/Anonymous (nobody) Summary: Fail to save restore and live migration Initial Comment: Against latest kvm commit, kvm.git 2d7a099996ff26576b1918dfe8e25ba4ffdfc24e and userspace.git 5925d8e58d1fa4668351b157d9635be016794c79, save restore and live migration will fail when save the guest. On qemu console, it will print "Could not start migration Migration failed! ret=0 error=102 migration failed (migration_init_file for /save_file failed)" And host console will print kvm_dirty_pages_log_change: Invalide argument. Previous commit kvm.git 2d7a099996ff26576b1918dfe8e25ba4ffdfc24e, userspace.git ef703584f1f146d94b48354d2a6cb9f26fd37111 has no such issue. Reproduce steps: ---------------- 1.use qcow based image to boot a guest: qemu-img create -b /share/xvs/img/app/ia32p_UP.img -f qcow2 /share/xvs/var/tmp1 qemu-system-x86_64 -m 256 -net nic,macaddr=00:16:3e:35:1c:97,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp1 2.ctrl+alt+2 switch to qemu monitor and save the guest migrate file:////save_file ---------------------------------------------------------------------- >Comment By: Jiajun Xu (jiajun) Date: 2008-10-07 00:34 Message: Verified on kvm.git:a509fff8ed134115f2fd413e92a92cddc1709a5f userspace:aac2a2a7c8d7c3df6ba157818baa468179348b4a, the issue is fixed in that commit. ---------------------------------------------------------------------- Comment By: Avi Kivity (avik) Date: 2008-10-02 05:41 Message: Should be fixed now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2106661&group_id=180599 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
