From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvQ5l-0007M6-2L for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:56:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvQ5f-0000E6-1N for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:56:21 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54124 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvQ5e-0000E0-Rl for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:56:14 -0400 Message-ID: <539AE6DD.8010608@suse.de> Date: Fri, 13 Jun 2014 13:56:13 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140613111703.22108.14322.stgit@bahia.local> In-Reply-To: <20140613111703.22108.14322.stgit@bahia.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 00/20] virtio endian-ambivalent target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz , qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , Juan Quintela , Rusty Russell , "Michael S. Tsirkin" , aneesh.kumar@linux.vnet.ibm.com, Anthony Liguori , Amit Shah , Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 13.06.14 13:18, Greg Kurz wrote: > Hi, > > This version merges the changes requested during the v7 review, remarks from > ppc64 dump support review (yes, we talked about virtio there) and the work on > virtio subsections migration. Also two new patches have been added: > - patch #1 is a preliminary fix for virtio-serial posted by Alexander Graf > - patch #9 prepares the work on the virtio_is_big_endian() helper > > The most significant changes are: > - introduction of a new CPU method for virtio > - endianness is taken from CPU that resets the device > - fastpath virtio memory accessors for fixed endian targets > - VMState based virtio subsections (compatibility friendly) > > You'll find more detailed changelog in each patch. > > Please comment and hopefully apply. > > Thanks ! Reviewed-by: Alexander Graf Alex