diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2014-12-19 14:57:27 +1100 |
---|---|---|
committer | Amit Shah <amit.shah@redhat.com> | 2015-01-05 12:50:27 +0530 |
commit | 08f432aa3eb62d6d781eaa085e161e8628a9a538 (patch) | |
tree | 3c888d6b0e8e568ac6be729b94102de1e1f8f871 /MAINTAINERS | |
parent | f2f6e00b2e27b65edaa6ce5cb01770c973cbf8fb (diff) |
virtio-serial: Don't keep a persistent copy of config space
The 'config' field in the VirtIOSerial structure keeps a copy of the virtio
console's config space as visible to the guest, that is to say, in guest
endianness. This is fiddly to maintain, because on some targets, such as
powerpc, the "guest endianness" can change when a new guest OS boots.
In fact, there's no need to maintain such a guest view of config space -
instead we can reconstruct it from host-format data when it is accessed
with get_config.
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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions