From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1dkE-0003uE-4S for qemu-devel@nongnu.org; Tue, 23 Jul 2013 10:39:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1dk9-0007e2-Gz for qemu-devel@nongnu.org; Tue, 23 Jul 2013 10:39:18 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:46783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1dk9-0007dw-B0 for qemu-devel@nongnu.org; Tue, 23 Jul 2013 10:39:13 -0400 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Jul 2013 08:39:11 -0600 From: Anthony Liguori In-Reply-To: <1374175984-8930-1-git-send-email-aliguori@us.ibm.com> References: <1374175984-8930-1-git-send-email-aliguori@us.ibm.com> Date: Tue, 23 Jul 2013 09:38:39 -0500 Message-ID: <87ppu98how.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH v2 00/11] pseries: migration and QOM support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Paolo Bonzini , qemu-ppc@nongnu.org, Alex Graf , David Gibson Anthony Liguori writes: > 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. > > Since v1, I've incorporated some fixes that Alexey posted > upon testing with KVM. Ping. (It's nice to be on the sending side of a ping for a change :-) ) Regards, Anthony Liguori > > Regards, > > Anthony Liguori