Bugs item #2106661, was opened at 2008-09-11 18:50 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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 ---------------------------------------------------------------------- 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
