mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00:00
kvm: Drop unused kvm_pit_in_kernel
This is now implied by kvm_irqchip_in_kernel. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
committed by
Marcelo Tosatti
parent
4b8f1c88e9
commit
c73b00973b
@ -16,12 +16,6 @@
|
||||
#include "gdbstub.h"
|
||||
#include "kvm.h"
|
||||
|
||||
int kvm_pit_in_kernel(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int kvm_init_vcpu(CPUArchState *env)
|
||||
{
|
||||
return -ENOSYS;
|
||||
|
Reference in New Issue
Block a user