mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-08 22:05:20 +00:00
vmm: Reduce the minimum IRQ constant
Now that the GED device does not use a hardcoded IRQ number the starting IRQ number can be restored (needed for the hardcoded serial port IRQ.) Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
ba59c62044
commit
f994665610
@ -51,7 +51,7 @@ use vm_memory::{
|
|||||||
use vmm_sys_util::eventfd::EventFd;
|
use vmm_sys_util::eventfd::EventFd;
|
||||||
use vmm_sys_util::terminal::Terminal;
|
use vmm_sys_util::terminal::Terminal;
|
||||||
|
|
||||||
const X86_64_IRQ_BASE: u32 = 6;
|
const X86_64_IRQ_BASE: u32 = 5;
|
||||||
|
|
||||||
// CPUID feature bits
|
// CPUID feature bits
|
||||||
const TSC_DEADLINE_TIMER_ECX_BIT: u8 = 24; // tsc deadline timer ecx bit.
|
const TSC_DEADLINE_TIMER_ECX_BIT: u8 = 24; // tsc deadline timer ecx bit.
|
||||||
|
Loading…
Reference in New Issue
Block a user