aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/xc_netbsd_build.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xc/lib/xc_netbsd_build.c')
-rw-r--r--tools/xc/lib/xc_netbsd_build.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xc/lib/xc_netbsd_build.c b/tools/xc/lib/xc_netbsd_build.c
index 3472f32257..ae7ebecc6e 100644
--- a/tools/xc/lib/xc_netbsd_build.c
+++ b/tools/xc/lib/xc_netbsd_build.c
@@ -183,6 +183,7 @@ static int setup_guestos(int xc_handle,
/* shared_info page starts its life empty. */
shared_info = map_pfn_writeable(pm_handle, shared_info_frame);
memset(shared_info, 0, PAGE_SIZE);
+ shared_info->evtchn_upcall_mask = ~0UL; /* mask all upcalls */
unmap_pfn(pm_handle, shared_info);
/* Send the page update requests down to the hypervisor. */