[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] Absence of CONFIG_PARAVIRT for arm
Also, Config.mk explicitly disables para-virtualization for anything other than x86 # Configuration defaults ifeq ($(TARGET_ARCH_FAM),x86) CONFIG_PARAVIRT ?= y else CONFIG_PARAVIRT ?= n endif So, is it that para-virtualization is not possible in ARM, or it's just not landed in mini-os (yet)? Thanks and Regards, Ajay On Sat, Mar 31, 2018 at 6:51 PM, Ajay Garg <ajaygargnsit@xxxxxxxxx> wrote: > Hi All. > > I observe that CONFIG_PARAVIRT is absent from arch/arm, while there > are a lot of code-sections in arch/x86 that depend on this > configuration. > > Sorry for the noob question, but why the difference? > > Will be grateful to hear back from experts. > > > Thanks and Regards, > Ajay _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |