mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-14 21:52:18 -06:00
xen: ignore I/O memory regions
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
7376e5827a
commit
947f562c98
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ int xen_hvm_init(void)
|
||||||
|
|
||||||
state->memory_listener = xen_memory_listener;
|
state->memory_listener = xen_memory_listener;
|
||||||
QLIST_INIT(&state->physmap);
|
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;
|
state->log_for_dirtybit = NULL;
|
||||||
|
|
||||||
/* Initialize backend core & drivers */
|
/* Initialize backend core & drivers */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue