]> Git Repo - qemu.git/commit
virtio-ccw: remove stale comments on endianness
authorHalil Pasic <[email protected]>
Thu, 14 Sep 2017 10:55:35 +0000 (12:55 +0200)
committerCornelia Huck <[email protected]>
Tue, 19 Sep 2017 16:31:32 +0000 (18:31 +0200)
commit5ef5475868d00f506699712c1569f10eaa7534a6
tree80341389871be00b62ecaade612acee6ab483737
parenta1422723f75a8b73f952fc0d7b38a702ed97e5e0
virtio-ccw: remove stale comments on endianness

We have two stale comments suggesting one should think about virtio
config space endianness a bit longer. We have just done that, and came to
the conclusion we are fine as is: it's the responsibility of the virtio
device and not of the transport (and that is how it works now). Putting
the responsibility into the transport isn't even possible, because the
transport would have to know about the config space layout of each
device.

Let us remove the stale comments.

Signed-off-by: Halil Pasic <[email protected]>
Suggested-by: Cornelia Huck <[email protected]>
Message-Id: <20170914105535[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
hw/s390x/virtio-ccw.c
This page took 0.025305 seconds and 4 git commands to generate.