mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 04:15:36 +00: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
@ -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…
Reference in New Issue
Block a user