From: kaf24@scramble.cl.cam.ac.uk Date: Fri, 16 May 2003 11:52:17 +0000 (+0000) Subject: bitkeeper revision 1.232.1.1 (3ec4d0f1WONIkdTLkkfZit32ulU_jw) X-Git-Tag: beta1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=39d94451dd166d0a4d7e5b556d590b9abc89e91b;p=xen.git bitkeeper revision 1.232.1.1 (3ec4d0f1WONIkdTLkkfZit32ulU_jw) kernel.c: Fix console export to DOM0 --- diff --git a/xen/common/kernel.c b/xen/common/kernel.c index 21f24a5c85..94a7fcc79f 100644 --- a/xen/common/kernel.c +++ b/xen/common/kernel.c @@ -563,6 +563,7 @@ int console_export(char *str, int len) unmap_domain_mem(skb_data); + skb->dst_vif = find_vif_by_id(0); (void)netif_rx(skb); return 1;