aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ide-dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ide/ide-dev.c')
-rw-r--r--hw/ide/ide-dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/ide-dev.c b/hw/ide/ide-dev.c
index 722c4e78ca..03f7967798 100644
--- a/hw/ide/ide-dev.c
+++ b/hw/ide/ide-dev.c
@@ -31,6 +31,7 @@
static Property ide_props[] = {
DEFINE_PROP_UINT32("unit", IDEDevice, unit, -1),
+ DEFINE_PROP_BOOL("win2k-install-hack", IDEDevice, win2k_install_hack, false),
DEFINE_PROP_END_OF_LIST(),
};