exec: Remove MemoryRegion::global_locking field
commit4174495408afdf27b6bfb32701c3fd9775e6bca3
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 6 Aug 2020 15:07:26 +0000 (6 17:07 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (30 19:11 +0200)
tree5ea1b2408304d4894759161aab31fe074a3eb3f7
parentb2a3b8d787efb24091fd6141bc72122690dcb1f6
exec: Remove MemoryRegion::global_locking field

Last uses of memory_region_clear_global_locking() have been
removed in commit 7070e085d4 ("acpi: mark PMTIMER as unlocked")
and commit 08565552f7 ("cputlb: Move NOTDIRTY handling from I/O
path to TLB path").
Remove memory_region_clear_global_locking() and the now unused
'global_locking' field in MemoryRegion.

Reported-by: Alexander Bulekov <alxndr@bu.edu>
Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20200806150726.962-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/tcg/cputlb.c
exec.c
include/exec/memory.h
softmmu/memory.c