mirror of https://github.com/xemu-project/xemu.git
xen: ignore I/O memory regions
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
7376e5827a
commit
947f562c98
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue