summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2023-07-13 17:55:51 +0300
committerMichael S. Tsirkin <mst@redhat.com>2023-08-10 22:51:46 +0300
commitf55484fd7be923b740e8e1fc304070ba53675cb4 (patch)
tree7fbca32fe32118f2bdff8a36b24d6fc0621c3f7c /MAINTAINERS
parenta31648fd4f96fbe0a4d0aeb16b57a2405c6943c0 (diff)
downloadlinux-f55484fd7be923b740e8e1fc304070ba53675cb4.tar.xz
virtio-mem: check if the config changed before fake offlining memory
If we repeatedly fail to fake offline memory to unplug it, we won't be sending any unplug requests to the device. However, we only check if the config changed when sending such (un)plug requests. We could end up trying for a long time to unplug memory, even though the config changed already and we're not supposed to unplug memory anymore. For example, the hypervisor might detect a low-memory situation while unplugging memory and decide to replug some memory. Continuing trying to unplug memory in that case can be problematic. So let's check on a more regular basis. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20230713145551.2824980-5-david@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions