diff options
Diffstat (limited to 'hw/ide/piix.c')
-rw-r--r-- | hw/ide/piix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ide/piix.c b/hw/ide/piix.c index 8958d56a5c..a4756e0f27 100644 --- a/hw/ide/piix.c +++ b/hw/ide/piix.c @@ -179,10 +179,12 @@ static PCIDeviceInfo piix_ide_info[] = { { .qdev.name = "PIIX3 IDE", .qdev.size = sizeof(PCIIDEState), + .qdev.no_user = 1, .init = pci_piix3_ide_initfn, },{ .qdev.name = "PIIX4 IDE", .qdev.size = sizeof(PCIIDEState), + .qdev.no_user = 1, .init = pci_piix4_ide_initfn, },{ /* end of list */ |