commit | 87c9403b0d1de4676b0bd273eea68fcf6de68e68 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue May 17 13:31:18 2016 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Sun May 22 19:44:13 2016 +0300 |
tree | 18793d3de167ca35dd04e45f8a33a777da37256d | |
parent | ce10c1b95095c652461616a3f887f6412ab6e1cc [diff] |
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>