]> Pileus Git - ~andy/linux/blobdiff - drivers/net/xen-netfront.c
sky2: fix receive length error in mixed non-VLAN/VLAN traffic
[~andy/linux] / drivers / net / xen-netfront.c
index 663b32c2e93185f60b391b2706cbc847e4c8ffd2..0ebbb1906c308ba69ff0cff0125a84562e85116d 100644 (file)
@@ -1965,7 +1965,7 @@ static int __init netif_init(void)
        if (xen_initial_domain())
                return 0;
 
-       if (!xen_platform_pci_unplug)
+       if (xen_hvm_domain() && !xen_platform_pci_unplug)
                return -ENODEV;
 
        printk(KERN_INFO "Initialising Xen virtual ethernet driver.\n");