From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf7le-0006Q2-Nw for qemu-devel@nongnu.org; Fri, 08 Jul 2011 05:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf7lc-0005IW-Kt for qemu-devel@nongnu.org; Fri, 08 Jul 2011 05:54:38 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:38241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf7lb-0005Hw-S9 for qemu-devel@nongnu.org; Fri, 08 Jul 2011 05:54:36 -0400 Received: by wwf26 with SMTP id 26so1586361wwf.10 for ; Fri, 08 Jul 2011 02:54:34 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E16D3D8.60908@redhat.com> Date: Fri, 08 Jul 2011 11:54:32 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1310115239-19288-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1310115239-19288-1-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 0/3] non-migratable devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 07/08/2011 10:53 AM, Gerd Hoffmann wrote: > Hi, > > This patch series adds an easy way to tag devices as non-migratable > puts it into use for ahci and ehci. > > Gerd Hoffmann (3): > vmstate: add no_migrate flag to VMStateDescription > ahci doesn't support migration > ehci doesn't support migration > > hw/hw.h | 1 + > hw/ide/ich.c | 6 ++++++ > hw/usb-ehci.c | 6 ++++++ > savevm.c | 1 + > 4 files changed, 14 insertions(+), 0 deletions(-) > > > ACK series For scsi-cd and other empty-but-generally-migratable devices we should probably add an empty vmstate, so that any further addition can be done as subsections. Paolo