On Wed, 18 May 2016 15:38:53 +0300 "Michael S. Tsirkin" <[email protected]> wrote:
> Everything should be LE when using virtio-1, but > the linux balloon driver does not seem to care about that. > > Cc: [email protected] > Reported-by: Cornelia Huck <[email protected]> > Signed-off-by: Michael S. Tsirkin <[email protected]> > --- > drivers/virtio/virtio_balloon.c | 20 ++++++++++++-------- > 1 file changed, 12 insertions(+), 8 deletions(-) Keeping the pfns in proper byte order seems less hacky than my approach, and it fixes the crash for my setup as well. Tested-by: Cornelia Huck <[email protected]> Reviewed-by: Cornelia Huck <[email protected]> _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
