qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-stable] [PULL 07/47] memory: set ioeventfd_update_pending after ad


From: Paolo Bonzini
Subject: [Qemu-stable] [PULL 07/47] memory: set ioeventfd_update_pending after address_space_update_ioeventfds
Date: Mon, 5 Feb 2018 20:28:21 +0100

From: linzhecheng <address@hidden>

We should set ioeventfd_update_pending same as memory_region_update_pending.

Signed-off-by: linzhecheng <address@hidden>
Message-Id: <address@hidden>
Cc: address@hidden
Fixes: ade9c1aac5292ff698fa550adebe794c37d86cc9
Signed-off-by: Paolo Bonzini <address@hidden>
---
 memory.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/memory.c b/memory.c
index 449a142..9e83496 100644
--- a/memory.c
+++ b/memory.c
@@ -1091,6 +1091,7 @@ void memory_region_transaction_commit(void)
                 address_space_update_ioeventfds(as);
             }
             memory_region_update_pending = false;
+            ioeventfd_update_pending = false;
             MEMORY_LISTENER_CALL_GLOBAL(commit, Forward);
         } else if (ioeventfd_update_pending) {
             QTAILQ_FOREACH(as, &address_spaces, address_spaces_link) {
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]