[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 6/6] x86/emul: dedup hvmemul_cpuid() and pv_emul_cpuid()
>>> On 05.11.18 at 12:21, <andrew.cooper3@xxxxxxxxxx> wrote: > They are identical, so provide a single x86emul_cpuid() instead. > > As x86_emulate() now only uses the ->cpuid() hook for real CPUID instructions, > the hook can be omitted from all special-purpose emulation ops. So I was expecting the hook to go away altogether, but I now realize that it can't because of some of the customization that's needed. That, in turn, means that the removal of the hook specification as per above will get us into problems the moment we need to check a feature that can't be taken straight from the policy object. I'm therefore unconvinced we actually want to go this far. It'll require enough care already to not blindly clone a new vcpu_has_...() wrongly from the many pre-existing examples in such a case. Thoughts? Folding the two identical implementations, otoh, is fine with me. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |