]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pc.c
Use PCII440FXState instead of generic PCIDevice
[mirror_qemu.git] / hw / pc.c
diff --git a/hw/pc.c b/hw/pc.c
index 32713b452ac07784ba76125f6ad6d96c7392bea6..6477b4158260d134ebdf45e5dea52c8d994cf3b8 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -62,7 +62,7 @@
 static fdctrl_t *floppy_controller;
 static RTCState *rtc_state;
 static PITState *pit;
-static PCIDevice *i440fx_state;
+static PCII440FXState *i440fx_state;
 
 typedef struct rom_reset_data {
     uint8_t *data;