mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Revert "i8259: add -no-spurious-interrupt-hack option"
This reverts commit f278d4947f
.
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
b316728836
commit
4f213879f3
5 changed files with 5 additions and 44 deletions
4
vl.c
4
vl.c
|
@ -204,7 +204,6 @@ CharDriverState *serial_hds[MAX_SERIAL_PORTS];
|
|||
CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
|
||||
CharDriverState *virtcon_hds[MAX_VIRTIO_CONSOLES];
|
||||
int win2k_install_hack = 0;
|
||||
int no_spurious_interrupt_hack = 0;
|
||||
int usb_enabled = 0;
|
||||
int singlestep = 0;
|
||||
int smp_cpus = 1;
|
||||
|
@ -3047,9 +3046,6 @@ int main(int argc, char **argv, char **envp)
|
|||
case QEMU_OPTION_win2k_hack:
|
||||
win2k_install_hack = 1;
|
||||
break;
|
||||
case QEMU_OPTION_no_spurious_interrupt_hack:
|
||||
no_spurious_interrupt_hack = 1;
|
||||
break;
|
||||
case QEMU_OPTION_rtc_td_hack: {
|
||||
static GlobalProperty slew_lost_ticks[] = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue