mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
xen: ignore I/O memory regions
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
@@ -989,7 +989,7 @@ int xen_hvm_init(void)
|
||||
|
||||
state->memory_listener = xen_memory_listener;
|
||||
QLIST_INIT(&state->physmap);
|
||||
memory_listener_register(&state->memory_listener, NULL);
|
||||
memory_listener_register(&state->memory_listener, get_system_memory());
|
||||
state->log_for_dirtybit = NULL;
|
||||
|
||||
/* Initialize backend core & drivers */
|
||||
|
||||
Reference in New Issue
Block a user