From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40134 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0YRf-0001G9-85 for qemu-devel@nongnu.org; Fri, 18 Mar 2011 08:06:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0YRc-0004eh-8P for qemu-devel@nongnu.org; Fri, 18 Mar 2011 08:06:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0YRb-0004eP-Tm for qemu-devel@nongnu.org; Fri, 18 Mar 2011 08:06:16 -0400 From: Juan Quintela In-Reply-To: (Yoshiaki Tamura's message of "Fri, 18 Mar 2011 19:34:55 +0900") References: <186196e777b1723ef1e41679b1b27a064e065e66.1299756608.git.quintela@redhat.com> Date: Fri, 18 Mar 2011 13:04:29 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 2/9] vmstate: Fix varrays with uint8 indexes Reply-To: quintela@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura Cc: qemu-devel@nongnu.org Yoshiaki Tamura wrote: > Juan, Anthony, > > It seems this patch broke live migration in my environment. The guest > hangs after switching to remote. The following is parameters of the > guest. > > -L /usr/local/seabios --enable-kvm -M pc -m 512 -smp 1 -monitor stdio > -localtime -boot c -drive file=/vm/fedora13.img,if=virtio -net > nic,macaddr=54:52:00:47:a5:a8,model=virtio -net tap -parallel none > -usb -vnc :0 > > Have you seen similar issues? Fix sent to the list, waiting for Anthony to apply it. Subject: [PATCH] Fix migration uint8 arrys handled Anthony, please apply that one. Later, Juan.