From: Blue Swirl Date: Sat, 20 Mar 2010 08:55:06 +0000 (+0000) Subject: Fix a typo which broke Xen build X-Git-Tag: v0.13.0-rc0~1021 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bafd20cec911c491fbe16aa1c8a4aa97673ac0b1;p=thirdparty%2Fqemu.git Fix a typo which broke Xen build Signed-off-by: Blue Swirl --- diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index abfa02c951d..fe7d35cf899 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -106,7 +106,7 @@ static void xen_init_pv(ram_addr_t ram_size, } /* config cleanup hook */ - exit_notifier_addr(&exit_notifier); + exit_notifier_add(&exit_notifier); /* setup framebuffer */ xen_init_display(xen_domid);