diff options
author | Sean Christopherson <seanjc@google.com> | 2025-06-11 14:35:44 -0700 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2025-06-20 13:52:44 -0700 |
commit | 00b5ebf8db7c382c7ea0074fdd79bdb9c65db236 (patch) | |
tree | b5af23a32bdadbe56b1afdb9141736eeeb0ef640 /arch/x86/kvm/irq.c | |
parent | 20218e69e85b0418f444227488c732e2c0b753b2 (diff) |
KVM: x86: Move PIT ioctl helpers to i8254.c
Move the PIT ioctl helpers to i8254.c, i.e. to the file that implements
PIT emulation. Eliminating PIT code in x86.c will allow adding a Kconfig
to control support for in-kernel I/O APIC, PIC, and PIT emulation with
minimal #ifdefs.
Opportunistically make kvm_pit_set_reinject() and kvm_pit_load_count()
local to i8254.c as they were only publicly visible to make them available
to the ioctl helpers.
No functional change intended.
Acked-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20250611213557.294358-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'arch/x86/kvm/irq.c')
0 files changed, 0 insertions, 0 deletions