X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=e9b2dc8a1450efc2f0413222ad8b799dee443a77;hp=23a88ff3b28f980e4a5c12487daf2a0a1c313750;hb=8a3dbb70c29175bad79764a0b2f3961b98138bb2;hpb=0e26b3738daf436ba2d9a088ba620a3583d40de3 diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 23a88ff..e9b2dc8 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -6,6 +6,13 @@ config APIC help Includes the Virtual APIC device +config APIC_ENQUEUE_MISSED_TMR_IRQS + bool "Enqueue missed APIC timer interrpts" + default n + depends on APIC + help + Make up missed APIC periodic timer interrupts on later + exits into the virtual machine config DEBUG_APIC bool "APIC Debugging" @@ -14,8 +21,6 @@ config DEBUG_APIC help Enable debugging for the APIC - - config IO_APIC bool "IOAPIC" depends on APIC