From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpQu-0001Cr-T7 for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmpQu-0006Wc-4c for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:57:04 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:48973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpQt-0006WY-Ue for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:57:04 -0400 Received: by yxt3 with SMTP id 3so2874803yxt.4 for ; Fri, 29 Jul 2011 08:57:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E32D84B.3080802@redhat.com> Date: Fri, 29 Jul 2011 17:56:59 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1311156579-9814-1-git-send-email-kraxel@redhat.com> <1311156579-9814-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1311156579-9814-6-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/9] usb storage: first migration support bits. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 07/20/2011 12:09 PM, Gerd Hoffmann wrote: > Tag vmstate as unmigratable for the time being, > to be removed when mgration support is finished. I'm going to handle this at the SCSI level by canceling all transactions on pre-load. Expect patches next week. Paolo