]> git.proxmox.com Git - mirror_qemu.git/commit
virtio-balloon: Replace free page hinting references to 'report' with 'hint'
authorAlexander Duyck <alexander.h.duyck@linux.intel.com>
Mon, 20 Jul 2020 17:51:28 +0000 (10:51 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 22 Jul 2020 11:57:07 +0000 (07:57 -0400)
commit3219b42f025d4d7a9c463235e9f937ab38067de3
tree6f7818bcfc7e0a26e09072cb67cac5806a2b8c2e
parent1a83e0b9c492a0eaeacd6fbb858fc81d04ab9c3e
virtio-balloon: Replace free page hinting references to 'report' with 'hint'

Recently a feature named Free Page Reporting was added to the virtio
balloon. In order to avoid any confusion we should drop the use of the word
'report' when referring to Free Page Hinting. So what this patch does is go
through and replace all instances of 'report' with 'hint" when we are
referring to free page hinting.

Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Message-Id: <20200720175128.21935.93927.stgit@localhost.localdomain>
Cc: qemu-stable@nongnu.org
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/virtio-balloon.c
include/hw/virtio/virtio-balloon.h