On Sat, Mar 3, 2018 at 8:56 AM, Andy Shevchenko
wrote:
> On Fri, Mar 2, 2018 at 8:35 PM, Daniel Kurtz wrote:
>> On Thu, Mar 1, 2018 at 1:02 PM Andy Shevchenko
>> wrote:
>>> On Thu, Mar 1, 2018 at 9:22 PM, Daniel Kurtz wrote:
>>> > On Thu, Mar 1, 2018 at 11:47 AM Andy Shevchenko <
>> andy.shevch
On Sat, Mar 3, 2018 at 8:38 AM, Andy Shevchenko
wrote:
> On Thu, Mar 1, 2018 at 11:24 PM, Aaron Durbin wrote:
>> On Thu, Mar 1, 2018 at 1:02 PM, Andy Shevchenko
>> wrote:
>>> On Thu, Mar 1, 2018 at 9:22 PM, Daniel Kurtz wrote:
On Thu, Mar 1, 2018 at 11:47 AM Andy Shevchenko
wrote:
>>
On Fri, Mar 2, 2018 at 8:35 PM, Daniel Kurtz wrote:
> On Thu, Mar 1, 2018 at 1:02 PM Andy Shevchenko
> wrote:
>> On Thu, Mar 1, 2018 at 9:22 PM, Daniel Kurtz wrote:
>> > On Thu, Mar 1, 2018 at 11:47 AM Andy Shevchenko <
> andy.shevche...@gmail.com>
>> > wrote:
> the UART bitclock
> is
>> > alwa
On Thu, Mar 1, 2018 at 11:24 PM, Aaron Durbin wrote:
> On Thu, Mar 1, 2018 at 1:02 PM, Andy Shevchenko
> wrote:
>> On Thu, Mar 1, 2018 at 9:22 PM, Daniel Kurtz wrote:
>>> On Thu, Mar 1, 2018 at 11:47 AM Andy Shevchenko
>>> wrote:
>>
>>> "earlycon simply does not utilize the information".
>>>
>>
Export one API to specify virtual SEI syndrome value
for guest, and add a helper to get the VSESR_EL2 value.
Signed-off-by: Dongjiu Geng
---
arch/arm64/include/asm/kvm_emulate.h | 5 +
arch/arm64/include/asm/kvm_host.h| 2 ++
arch/arm64/kvm/inject_fault.c| 5 +
3 files change
Add a helper to handle the NOTIFY_SEI notification, when kernel
gets the NOTIFY_SEI notification, call this helper and let APEI
driver to handle this notification.
Signed-off-by: Dongjiu Geng
---
arch/arm64/include/asm/system_misc.h | 1 +
arch/arm64/kernel/traps.c| 4
arch/ar
Before user space injects a SError, it needs to know whether it can
specify the guest Exception Syndrome, so KVM should tell user space
whether it has such capability.
Signed-off-by: Dongjiu Geng
---
Documentation/virtual/kvm/api.txt | 11 +++
arch/arm64/kvm/reset.c| 3 +++
ACPI 6.x adds support for NOTIFY_SEI as a GHES notification
mechanism, so add new GHES notification handling functions.
Expose API ghes_notify_sei() to arch code, arch code will call
this API when it gets this NOTIFY_SEI.
Signed-off-by: Dongjiu Geng
---
drivers/acpi/apei/Kconfig | 15 +++
1. Detect whether KVM can set set guest SError syndrome
2. Support to Set VSESR_EL2 and inject SError by user space.
3. Support live migration to keep SError pending state and VSESR_EL2 value.
4. ACPI 6.1 adds support for NOTIFY_SEI as a GHES notification mechanism, so
support this
notification
RAS Extension provides VSESR_EL2 register to specify
virtual SError syndrome value, this patch adds a new
IOCTL to export user-invisible states related to
SError exceptions. User space can setup the
kvm_vcpu_events to inject specified SError, also it
can support live migration.
Signed-off-by: Dong
10 matches
Mail list logo