From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf6pE-0007sb-4B for qemu-devel@nongnu.org; Fri, 08 Jul 2011 04:54:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf6p1-0001Ek-Us for qemu-devel@nongnu.org; Fri, 08 Jul 2011 04:54:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf6p1-0001EN-9W for qemu-devel@nongnu.org; Fri, 08 Jul 2011 04:54:03 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p688s2o0004267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Jul 2011 04:54:02 -0400 From: Gerd Hoffmann Date: Fri, 8 Jul 2011 10:53:56 +0200 Message-Id: <1310115239-19288-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] non-migratable devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)