linux 3.4 base files
Checksums, forward-port of netfront-in-dom0 patch, adopted config
This commit is contained in:
parent
770e621fae
commit
c74209a6da
526
config-pvops
526
config-pvops
File diff suppressed because it is too large
Load Diff
1
linux-3.4.tar.bz2.sha1sum
Normal file
1
linux-3.4.tar.bz2.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
dfc54e7fbee81f77aba85d3d8ff2d992e1e49573 linux-3.4.tar.bz2
|
11
linux-3.4.tar.sign
Normal file
11
linux-3.4.tar.sign
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJPuYK+AAoJEHm+PkMAQRiGNjwIAJeq/rH2kbn0W/JECbp30GFw
|
||||
h2nPpLgYWDIgGxyfLooJS20alz3Z+FL5i6+qQlgns9s0LwYtHjPexcPVoqhl2bko
|
||||
aYBQZ097kSs0j+FYNrPm/I6if+oKPUzkJvx71ZJ3ESG7lJPSODrequZ2PR2BfwdL
|
||||
7UXAbv7e86KJFp+Z9X4eZY9lVRvE0m9Hq6u1f+gpgOL2gUu425t6jq/z0rC2HCh2
|
||||
7E4adlzAzMqHsrYLB6924WgK+7UhYlfGp/cm/CDuKYYzFfM+ujJgnfSUvUV23kQ9
|
||||
PTjm9UzibGmH81FoUcMtEHqrc5a/Lv0ugRzp8891DSCGq4L0CVVz25FwMZeraXE=
|
||||
=dt4b
|
||||
-----END PGP SIGNATURE-----
|
24
patches.xen/pvops-3.4-enable-netfront-in-dom0.patch
Normal file
24
patches.xen/pvops-3.4-enable-netfront-in-dom0.patch
Normal file
@ -0,0 +1,24 @@
|
||||
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
|
||||
index 698b905..e31ebff 100644
|
||||
--- a/drivers/net/xen-netfront.c
|
||||
+++ b/drivers/net/xen-netfront.c
|
||||
@@ -1953,9 +1953,6 @@ static int __init netif_init(void)
|
||||
if (!xen_domain())
|
||||
return -ENODEV;
|
||||
|
||||
- if (xen_initial_domain())
|
||||
- return 0;
|
||||
-
|
||||
if (xen_hvm_domain() && !xen_platform_pci_unplug)
|
||||
return -ENODEV;
|
||||
|
||||
@@ -1965,9 +1962,6 @@ module_init(netif_init);
|
||||
|
||||
static void __exit netif_exit(void)
|
||||
{
|
||||
- if (xen_initial_domain())
|
||||
- return;
|
||||
-
|
||||
xenbus_unregister_driver(&netfront_driver);
|
||||
}
|
||||
module_exit(netif_exit);
|
@ -1,13 +1,2 @@
|
||||
patches.xen/pvops-0001-xen-Add-privcmd-device-driver.patch
|
||||
patches.xen/pvops-0002-x86-acpi-tboot-Have-a-ACPI-os-prepare-sleep-instead-.patch
|
||||
patches.xen/pvops-0003-tboot-Add-return-values-for-tboot_sleep.patch
|
||||
patches.xen/pvops-0004-x86-acpi-sleep-Provide-registration-for-acpi_suspend.patch
|
||||
patches.xen/pvops-0005-xen-acpi-sleep-Enable-ACPI-sleep-via-the-__acpi_os_p.patch
|
||||
patches.xen/pvops-0006-xen-acpi-sleep-Register-to-the-acpi_suspend_lowlevel.patch
|
||||
patches.xen/pvops-0007-xen-Utilize-the-restore_msi_irqs-hook.patch
|
||||
patches.xen/pvops-0008-xen-setup-pm-acpi-Remove-the-call-to-boot_option_idl.patch
|
||||
patches.xen/pvops-0009-xen-enlighten-Expose-MWAIT-and-MWAIT_LEAF-if-hypervi.patch
|
||||
patches.xen/pvops-0010-CPUFREQ-xen-governor-for-Xen-hypervisor-frequency-sc.patch
|
||||
patches.xen/pvops-0011-x86-PCI-Expand-the-x86_msi_ops-to-have-a-restore-MSI.patch
|
||||
patches.xen/pvops-enable-netfront-in-dom0.patch
|
||||
patches.xen/pvops-3.4-enable-netfront-in-dom0.patch
|
||||
patches.xen/pvops-netback-calculate-correctly-the-SKB-slots.patch
|
||||
|
@ -1 +1 @@
|
||||
3.2.7
|
||||
3.4
|
||||
|
Loading…
Reference in New Issue
Block a user