summary refs log tree commit diff stats
path: root/hw/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 3521d29ae5..4515b024ca 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1081,7 +1081,7 @@ static void pc_init1(ram_addr_t ram_size,
             pci_nic_init(pci_bus, nd, -1, "ne2k_pci");
     }
 
-    qemu_system_hot_add_init();
+    piix4_acpi_system_hot_add_init();
 
     if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) {
         fprintf(stderr, "qemu: too many IDE bus\n");