Message ID | 1538067351-23931-1-git-send-email-gengdongjiu@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | add support for VCPU event states | expand |
On 27 September 2018 at 17:55, Dongjiu Geng <gengdongjiu@huawei.com> wrote: > Support KVM_GET/SET_VCPU_EVENTS to get/set the SError exception state, and > support the state migration. > > Now the VCPU event only includes the SError exception status, it can be > extended if needed. When do migration, If source machine has serror pending, > the target machine is also needed to pend this serror regardless of whether > target machine can support to set the serror syndrome. > > Note: Because I do not have arm32 environment, I only this patch in the KVM64, > not test it in the KVM32. So I need someone else test it in the 32 bit KVM platform. > Thanks. Hi; could you clarify why this patchset is tagged RFC, please? Is it just that it hasn't been tested on 32-bit ? thanks -- PMM
Hi peter, Thanks very much for this comments and very sorry for my late response due to business trave. Yes, the reason that tag the patchset to RFC is that it just hasn't been tested on 32-bit. if someone else can test it on 32-bit platform, it will be great. I do not have 32-bit environment, so only tested it on 64-bit. On 27 September 2018 at 17:55, Dongjiu Geng <gengdongjiu@huawei.com> wrote: > Support KVM_GET/SET_VCPU_EVENTS to get/set the SError exception state, and > support the state migration. > > Now the VCPU event only includes the SError exception status, it can be > extended if needed. When do migration, If source machine has serror pending, > the target machine is also needed to pend this serror regardless of whether > target machine can support to set the serror syndrome. > > Note: Because I do not have arm32 environment, I only this patch in the KVM64, > not test it in the KVM32. So I need someone else test it in the 32 bit KVM platform. > Thanks. Hi; could you clarify why this patchset is tagged RFC, please? Is it just that it hasn't been tested on 32-bit ? thanks -- PMM
On 18 October 2018 at 10:38, gengdongjiu <gengdongjiu@huawei.com> wrote: > Hi peter, > > Thanks very much for this comments and very sorry for my late response due to business trave. > > Yes, the reason that tag the patchset to RFC is that it just hasn't been tested on 32-bit. if someone else can test it on 32-bit platform, it will be great. > > I do not have 32-bit environment, so only tested it on 64-bit. OK, thanks. I gave it a quick 32-bit test, though I don't have a mechanism for inserting SErrors. Applied to target-arm.next, thanks. -- PMM