mbox

[PULL] virtio-serial migration fix on bi-endian targets

Message ID 20150105073145.GD4609@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/for-2.3

Message

Amit Shah Jan. 5, 2015, 7:31 a.m. UTC
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

Comments

Peter Maydell Jan. 9, 2015, 6:55 p.m. UTC | #1
On 5 January 2015 at 07:31, Amit Shah <amit.shah@redhat.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM