MIPS: Retire kvm paravirt
paravirt machine was introduced for Cavium's partial virtualization technology, however, it's host side support and QEMU support never landed in upstream. As Cavium was acquired by Marvel and they have no intention to maintain their MIPS product line, also paravirt is unlikely to be utilized by community users, it's time to retire it if nobody steps in to maintain it. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:

committed by
Thomas Bogendoerfer

parent
4e4fcc9e6f
commit
35546aeede
@@ -5,3 +5,5 @@ generated-y += unistd_o32.h
|
||||
generated-y += unistd_nr_n32.h
|
||||
generated-y += unistd_nr_n64.h
|
||||
generated-y += unistd_nr_o32.h
|
||||
|
||||
generic-y += kvm_para.h
|
||||
|
@@ -1,5 +0,0 @@
|
||||
#ifndef _UAPI_ASM_MIPS_KVM_PARA_H
|
||||
#define _UAPI_ASM_MIPS_KVM_PARA_H
|
||||
|
||||
|
||||
#endif /* _UAPI_ASM_MIPS_KVM_PARA_H */
|
Reference in New Issue
Block a user