[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH v2 1/2] x86/hvm: introduce config option for ACPI PM timer
11.11.24 14:05, Jan Beulich:[..]>>> What exactly was it that Roger suggested? I don't think it was what the patch does overall, but just _how_ it is being done? That makes quite a bit of a difference, as the former could be read as kind of an implicit ack to what is being done here (and also in the other patch). Issue is: I remain unconvinced that this conditionalizing is actually something we really want/need.about a half of this patch is what Roger suggested. These changes were in a separate patch, which Roger suggested to be merged into other patches. What tag should be put in this case then?The tag itself is fine, but could do with clarifying by way of attaching "# <brief>", like we also permit for R-b and A-b. Alternatively a post- commit-message remark would help during review (but notably not once the change would have been committed, e.g. for archaeologists). can the tag look like the following?: Suggested-by: Name <email> # domain.h,domain.c --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -144,6 +144,19 @@ config INTEL_VMX If your system includes a processor with Intel VT-x support, say Y. If in doubt, say Y.+menu "Emulated HVM devices support"+ visible if EXPERT + depends on HVM + +config X86_HVM_PMTIMER + bool "ACPI PM timer emulation support" + default y + help + Build pmtimer driver that emulates ACPI PM timer for HVM/PVH guests.Does this really affect PVH guests? Isn't the whole point of the change that in a PVH-only environment this wouldn't be needed in Xen?PVH guest may (depending on its configuration) still use PM timer, so I'd say the point is in a PVH-only environment this driver becomes optional.Hmm, the way I look at emulation_flags_ok() it doesn't look to permit this as optional. The PVH case is "emflags == X86_EMU_LAPIC". I see, will drop PVH mentioning then -Sergiy
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |