Fix nowatchdog-on-virt.patch to actually work in KVM guests

This commit is contained in:
Josh Boyer 2013-12-18 10:29:25 -05:00
parent bdb12fedf7
commit 94d054ecb1
2 changed files with 4 additions and 1 deletions

View File

@ -2283,6 +2283,9 @@ fi
# and build.
%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 Justin M. Forbes <jforbes@fedoraproject.org - 3.12.5-200
- Linux v3.12.5 rebase

View File

@ -46,7 +46,7 @@ index 1241d8c..b2dc4e4 100644
+ .callback = disable_watchdog,
+ .ident = "Bochs",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Bochs Bochs"),
+ DMI_MATCH(DMI_SYS_VENDOR, "Bochs"),
+ },
+ },
+ {}