diff options
Diffstat (limited to 'hw/pc.c')
-rw-r--r-- | hw/pc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]; |