summaryrefslogtreecommitdiffstats
path: root/nowatchdog-on-virt.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-12-18 10:29:25 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-12-18 10:31:48 -0500
commit4d2c9a2950531fe3d52fc0def849d90fd1bf6278 (patch)
tree77fc4219caa2a0b9c0b1a8a3e3f53cef0a853f53 /nowatchdog-on-virt.patch
parent97366df753bb8eb7c287f277f1876176c824b13e (diff)
downloadkernel-4d2c9a2950531fe3d52fc0def849d90fd1bf6278.tar.gz
kernel-4d2c9a2950531fe3d52fc0def849d90fd1bf6278.tar.xz
kernel-4d2c9a2950531fe3d52fc0def849d90fd1bf6278.zip
Fix nowatchdog-on-virt.patch to actually work in KVM guests
Diffstat (limited to 'nowatchdog-on-virt.patch')
-rw-r--r--nowatchdog-on-virt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nowatchdog-on-virt.patch b/nowatchdog-on-virt.patch
index f9570bba..c78029a3 100644
--- a/nowatchdog-on-virt.patch
+++ b/nowatchdog-on-virt.patch
@@ -49,7 +49,7 @@ index 1241d8c..b2dc4e4 100644
+ .callback = disable_watchdog,
+ .ident = "Bochs",
+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "Bochs Bochs"),
++ DMI_MATCH(DMI_SYS_VENDOR, "Bochs"),
+ },
+ },
+ {}