From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvmIL-0005nr-5K for qemu-devel@nongnu.org; Thu, 17 Jan 2013 05:02:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvmIK-0008Qe-5a for qemu-devel@nongnu.org; Thu, 17 Jan 2013 05:02:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvmIJ-0008Qa-Tq for qemu-devel@nongnu.org; Thu, 17 Jan 2013 05:02:00 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0HA1w12022534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jan 2013 05:01:59 -0500 From: Kevin Wolf Date: Thu, 17 Jan 2013 11:01:52 +0100 Message-Id: <1358416915-4103-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v4 0/3] AHCI migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, quintela@redhat.com Let's get Jason's patches merged while they still apply. I addressed the review comments (mostly my own) that came up during the v3 review, otherwise this is unchanged. Please note that in my tests it didn't work entirely reliably and I saw guest lockups and kernel crashes in like one of ten cases. I confirmed that the same kind of bugs occurs with v3 of the series, so my changes are likely innocent. Someone will have to debug this some more, but what I did took about the time that I'm willing to spend on it right now. Jason Baron (2): ahci: Remove unused AHCIDevice fields ahci: Add migration support Kevin Wolf (1): ahci: Change data types in preparation for migration hw/ide/ahci.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++------ hw/ide/ahci.h | 20 ++++++++--- hw/ide/ich.c | 13 +++++-- 3 files changed, 109 insertions(+), 21 deletions(-) -- 1.7.6.5