commit | 63b9b80e9f5b2c463d98d6e550e0d0e3ace66033 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Nov 19 05:25:24 2019 -0500 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Dec 11 08:14:07 2019 -0500 |
tree | cc7783bec788c6b87dc68d93654df3ab96f18ace | |
parent | 2a946fa1c8bc26df03bacebb6811b656d5e0cf1c [diff] |
virtio_balloon: divide/multiply instead of shifts We managed to get confused about the shift direction at least once. Let's switch to division/multiplcation instead. Add a number of pages macro for this purpose. We still keep the order macro around too since this is what alloc/free pages want. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Wei Wang <wei.w.wang@intel.com> Reviewed-by: David Hildenbrand <david@redhat.com>