mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-01 06:21:52 -06:00
Fix a typo which broke Xen build
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
9b164805a3
commit
bafd20cec9
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static void xen_init_pv(ram_addr_t ram_size,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* config cleanup hook */
|
/* config cleanup hook */
|
||||||
exit_notifier_addr(&exit_notifier);
|
exit_notifier_add(&exit_notifier);
|
||||||
|
|
||||||
/* setup framebuffer */
|
/* setup framebuffer */
|
||||||
xen_init_display(xen_domid);
|
xen_init_display(xen_domid);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue