From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y828q-00013s-Th for qemu-devel@nongnu.org; Mon, 05 Jan 2015 02:32:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y828m-0005bN-TU for qemu-devel@nongnu.org; Mon, 05 Jan 2015 02:31:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y828m-0005b8-MV for qemu-devel@nongnu.org; Mon, 05 Jan 2015 02:31:52 -0500 Date: Mon, 5 Jan 2015 13:01:45 +0530 From: Amit Shah Message-ID: <20150105073145.GD4609@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] virtio-serial migration fix on bi-endian targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list , david@gibson.dropbear.id.au The following changes since commit ab0302ee764fd702465aef6d88612cdff4302809: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223' into staging (2014-12-23 15:05:22 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/for-2.3 for you to fetch changes up to 08f432aa3eb62d6d781eaa085e161e8628a9a538: virtio-serial: Don't keep a persistent copy of config space (2015-01-05 12:50:27 +0530) ---------------------------------------------------------------- Migration fix for virtio-serial devices on bi-endian targets by David Gibson. ---------------------------------------------------------------- David Gibson (2): virtio_serial: Don't use vser->config.max_nr_ports internally virtio-serial: Don't keep a persistent copy of config space hw/char/virtio-serial-bus.c | 45 ++++++++++++++++----------------------- include/hw/virtio/virtio-serial.h | 2 -- 2 files changed, 18 insertions(+), 29 deletions(-) Amit