summary refs log tree commit diff stats
path: root/hw/net/stellaris_enet.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2014-12-19 14:57:26 +1100
committerAmit Shah <amit.shah@redhat.com>2015-01-05 12:49:58 +0530
commitf2f6e00b2e27b65edaa6ce5cb01770c973cbf8fb (patch)
tree7b9992d48fcc6917118ff0814ac98bf578a700ad /hw/net/stellaris_enet.c
parentab0302ee764fd702465aef6d88612cdff4302809 (diff)
downloadfocaccia-qemu-f2f6e00b2e27b65edaa6ce5cb01770c973cbf8fb.tar.gz
focaccia-qemu-f2f6e00b2e27b65edaa6ce5cb01770c973cbf8fb.zip
virtio_serial: Don't use vser->config.max_nr_ports internally
A number of places in the virtio_serial driver retrieve the number of ports
from vser->config.max_nr_ports, which is guest-endian.  But for internal
users, we already have a host-endian copy of the number of ports in
vser->serial.max_virtserial_ports.  Using that instead of the config field
removes the need for easy-to-forget byteswapping.

In particular this fixes a bug on incoming migration, where we don't adjust
the endianness vser->config correctly, because it hasn't yet been loaded
from the migration stream when virtio_serial_load_device() is called.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'hw/net/stellaris_enet.c')
0 files changed, 0 insertions, 0 deletions