On 26/07/2019 13:55, Tamas K Lengyel wrote:
> On Fri, Jul 26, 2019 at 4:11 AM Andrew Cooper <andrew.coop...@citrix.com> 
> wrote:
>> * Add a dependency so the shim gets rebuilt when pvshim_defconfig changes.
>> * Default to the NULL scheduler now that it works with vcpu online/offline.
>>
>> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
>> ---
>> CC: Jan Beulich <jbeul...@suse.com>
>> CC: Wei Liu <w...@xen.org>
>> CC: Roger Pau Monné <roger....@citrix.com>
>> CC: Juergen Gross <jgr...@suse.com>
>> CC: Dario Faggioli <dfaggi...@suse.com>
>>
>> This patch depends on Dario's series, and cant go in until then.
>>
>> Also RFC.
>>
>> CC: Stefano Stabellini <sstabell...@kernel.org>
>> CC: Tamas K Lengyel <ta...@tklengyel.com>
>>
>> I tried turning off MEM_ACCESS, but I can't get Kconfig to actually turn it
>> off in the build.  What is the deal with MEM_ACCESS_ALWAYS_ON ?  It makes it
>> impossible to turn MEM_ACCESS off, becaue it is selected by x86, which leaves
>> MEM_ACCESS enabled and unmodifiable.
> We never made it configurable to have MEM_ACCESS be disabled on x86.
> The option only exists because when I started moving vm_event to
> common code it had to be disabled for ARM at first. Then it looks like
> Stefano did make it configurable for ARM so there it can actually be
> disabled.

Is it something we could consider making configurable at this point? 
Its certainly something we'd want to turn off in the PV shim build.

While thinking about it, it is specific to HVM guests, so ought to
depend on CONFIG_HVM anyway, which might be the easiest way to exclude
it for the PV shim build if we don't want to make it actively
configurable yet.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to