aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/xen_arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm/xen_arm.c')
-rw-r--r--hw/arm/xen_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/xen_arm.c b/hw/arm/xen_arm.c
index 19b1cb81ad..044093fec7 100644
--- a/hw/arm/xen_arm.c
+++ b/hw/arm/xen_arm.c
@@ -45,7 +45,7 @@ static MemoryListener xen_memory_listener = {
.log_sync = NULL,
.log_global_start = NULL,
.log_global_stop = NULL,
- .priority = 10,
+ .priority = MEMORY_LISTENER_PRIORITY_ACCEL,
};
struct XenArmState {