]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio_balloon: fix PFN format for virtio-1
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 17 May 2016 10:31:18 +0000 (13:31 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 May 2016 16:44:13 +0000 (19:44 +0300)
commit87c9403b0d1de4676b0bd273eea68fcf6de68e68
tree18793d3de167ca35dd04e45f8a33a777da37256d
parentce10c1b95095c652461616a3f887f6412ab6e1cc
virtio_balloon: fix PFN format for virtio-1

Everything should be LE when using virtio-1, but
the linux balloon driver does not seem to care about that.

Reported-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
drivers/virtio/virtio_balloon.c