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