From mboxrd@z Thu Jan 1 00:00:00 1970 From: pbonzini@redhat.com (Paolo Bonzini) Date: Thu, 23 Nov 2017 19:43:33 +0100 Subject: [RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed In-Reply-To: <20171123183214.GC28855@cbox> References: <20171123160521.27260-1-christoffer.dall@linaro.org> <72357599-798d-14d0-336a-69a083f17863@redhat.com> <20171123170642.GA28855@cbox> <62ae4eb1-fd57-c525-cd73-e3f646d340e1@redhat.com> <20171123174804.GB28855@cbox> <20171123183214.GC28855@cbox> Message-ID: <38e20093-9f94-9fbb-12c3-329ce6b8467d@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 23/11/2017 19:32, Christoffer Dall wrote: > ok, that makes sense. > > And just to be clear, you prefer that over storing the ioctl on the vcpu > struct, like this: Yes, please. Paolo