]> git.proxmox.com Git - mirror_qemu.git/commit
exec/memory: Add symbol for the min value of memory listener priority
authorIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 20 Jun 2023 16:50:49 +0000 (09:50 -0700)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 12:27:59 +0000 (14:27 +0200)
commit14a868c626e99eea063ecbf6ef86002f6a314f0a
treec1b35a357d0621c58cf232ed4f199c11023ecb60
parent8be0461d37705ae0a0c4e76b3ce5e4b558d51aba
exec/memory: Add symbol for the min value of memory listener priority

Add MEMORY_LISTNER_PRIORITY_MIN for the symbolic value for the min value of
the memory listener instead of the hard-coded magic value 0.  Add explicit
initialization.

No functional change intended.

Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <29f88477fe82eb774bcfcae7f65ea21995f865f2.1687279702.git.isaku.yamahata@intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
accel/kvm/kvm-all.c
include/exec/memory.h
target/arm/kvm.c