diff options
author | malc <av1474@comtv.ru> | 2012-08-27 18:33:12 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-08-27 18:33:12 +0400 |
commit | 4f213879f3cc695644cfd8bf603495e7316c78f6 (patch) | |
tree | e0960d52567c10aaa0e1df2182dc677a70be0efc /qemu-options.hx | |
parent | b3167288367f79754b74ad933146e37938ebff13 (diff) |
Revert "i8259: add -no-spurious-interrupt-hack option"
This reverts commit f278d4947fff814dcde2ef2acad36d172ff8be35.
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 2a6d829551..0682338e9f 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1189,18 +1189,6 @@ Windows 2000 is installed, you no longer need this option (this option slows down the IDE transfers). ETEXI -DEF("no-spurious-interrupt-hack", 0, QEMU_OPTION_no_spurious_interrupt_hack, - "-no-spurious-interrupt-hack disable delivery of spurious interrupts\n", - QEMU_ARCH_I386) -STEXI -@item -no-spurious-interrupt-hack -@findex -no-spurious-interrupt-hack -Use it as a workaround for operating systems that drive PICs in a way that -can generate spurious interrupts, but the OS doesn't handle spurious -interrupts gracefully. (e.g. late 80s/early 90s versions of ATT UNIX -and derivatives) -ETEXI - HXCOMM Deprecated by -rtc DEF("rtc-td-hack", 0, QEMU_OPTION_rtc_td_hack, "", QEMU_ARCH_I386) |