From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz4RR-0004Eg-DU for qemu-devel@nongnu.org; Tue, 16 Jul 2013 08:33:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz4RQ-00069R-8W for qemu-devel@nongnu.org; Tue, 16 Jul 2013 08:33:17 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:48213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz4RQ-00069K-3t for qemu-devel@nongnu.org; Tue, 16 Jul 2013 08:33:16 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 16 Jul 2013 08:33:15 -0400 From: Anthony Liguori In-Reply-To: <51E51C08.20202@ozlabs.ru> References: <1373901083-18730-1-git-send-email-aliguori@us.ibm.com> <51E51C08.20202@ozlabs.ru> Date: Tue, 16 Jul 2013 07:33:10 -0500 Message-ID: <8738reelbt.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 00/11] pseries: migration and QOM support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Paolo Bonzini , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson Alexey Kardashevskiy writes: > On 07/16/2013 01:11 AM, Anthony Liguori wrote: >> This series is based on Alexey's series: >> >> spapr: migration, pci, msi, power8 >> >> Which in turn was based on work by David Gibson. >> >> I've removed the bits not related to migration and made the >> following changes: >> >> 1) QOMify TCE tables and XICS >> >> 2) Do everything in terms of VMStateDescriptions >> >> 3) Fix endianness problem with TCE table translation >> a) Drop the VMSTATE_DIVIDE thing in the process >> >> I've tested this with a TCG pseries guest on an x86_64 host. > > > It did not compile (fixed, patch is posted) and it fails to migrate with > enabled KVM. With in-kernel XICS? That's not in this series.. Regards, Anthony Liguori > Don't know why yet, will have a look tomorrow. > > > -- > Alexey