aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2019-06-03 14:50:46 +0800
committerJuan Quintela <quintela@redhat.com>2019-07-15 15:39:02 +0200
commit267691b65cf7167881609dde1e50a4aafd86af08 (patch)
treed1073f21fdecb2edab3913d2d75f78ae5fa9879c /python
parent422314e751ba071ca92152a544c0656882e5acde (diff)
downloadqemu-267691b65cf7167881609dde1e50a4aafd86af08.zip
qemu-267691b65cf7167881609dde1e50a4aafd86af08.tar.gz
qemu-267691b65cf7167881609dde1e50a4aafd86af08.tar.bz2
migration: No need to take rcu during sync_dirty_bitmap
cpu_physical_memory_sync_dirty_bitmap() has one RAMBlock* as parameter, which means that it must be with RCU read lock held already. Taking it again inside seems redundant. Removing it. Instead comment on the functions about the RCU read lock. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20190603065056.25211-2-peterx@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions