From 9dd986ccf68f142aaafe543d80cf877716d91d4e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 25 Apr 2009 13:56:19 +0100 Subject: Hardware watchdog Here is an updated hardware watchdog patch, which should fix everything that was raised about the previous version ... Signed-off-by: Richard W.M. Jones Signed-off-by: Anthony Liguori --- hw/pc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/pc.c') diff --git a/hw/pc.c b/hw/pc.c index 07b75f3..340b313 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -37,6 +37,7 @@ #include "virtio-balloon.h" #include "virtio-console.h" #include "hpet_emul.h" +#include "watchdog.h" #include "smbios.h" /* output Bochs bios info messages */ @@ -1023,6 +1024,8 @@ static void pc_init1(ram_addr_t ram_size, int vga_ram_size, } } + watchdog_pc_init(pci_bus); + for(i = 0; i < nb_nics; i++) { NICInfo *nd = &nd_table[i]; -- cgit v1.1