forked from rpms/kernel
		
	Fix nowatchdog-on-virt.patch to actually work in KVM guests
This commit is contained in:
		
							parent
							
								
									97366df753
								
							
						
					
					
						commit
						4d2c9a2950
					
				| @ -2189,6 +2189,9 @@ fi | |||||||
| #                                    ||----w | | #                                    ||----w | | ||||||
| #                                    ||     || | #                                    ||     || | ||||||
| %changelog | %changelog | ||||||
|  | * Wed Dec 18 2013 Josh Boyer <jwboyer@fedoraproject.org> | ||||||
|  | - Fix nowatchdog-on-virt.patch to actually work in KVM guests | ||||||
|  | 
 | ||||||
| * Tue Dec 17 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc4.git1.1 | * Tue Dec 17 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc4.git1.1 | ||||||
| - Linux v3.13-rc4-21-g0eda402 | - Linux v3.13-rc4-21-g0eda402 | ||||||
| - Reenable debugging options. | - Reenable debugging options. | ||||||
|  | |||||||
| @ -49,7 +49,7 @@ index 1241d8c..b2dc4e4 100644 | |||||||
| +		.callback = disable_watchdog,
 | +		.callback = disable_watchdog,
 | ||||||
| +		.ident = "Bochs",
 | +		.ident = "Bochs",
 | ||||||
| +		.matches = {
 | +		.matches = {
 | ||||||
| +			DMI_MATCH(DMI_SYS_VENDOR, "Bochs Bochs"),
 | +			DMI_MATCH(DMI_SYS_VENDOR, "Bochs"),
 | ||||||
| +		},
 | +		},
 | ||||||
| +	},
 | +	},
 | ||||||
| +	{}
 | +	{}
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user