[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] Re: [PATCH 2/3] iqapi/run-state.json: introduce memory fa
From: |
Paolo Bonzini |
Subject: |
Re: [External] Re: [PATCH 2/3] iqapi/run-state.json: introduce memory failure event |
Date: |
Tue, 22 Sep 2020 09:11:38 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 21/09/20 15:10, zhenwei pi wrote:
>>
> Right, to make architecture-neutral, how about these changes:
> 'PC-RAM' -> 'guest-memory'
> 'guest-mce' -> 'guest-mce-inject'
> 'guest-triple-fault' -> 'guest-mce-fault'
Perhaps we should have three fields
1) recipient: 'hypervisor' or 'guest'
2) action: 'ignore', 'inject', 'fatal'
3) kind: 'action-optional' or 'action-required'
And possibly:
4) recursive: true or false
On x86 "recursive" would be set if MCIP=1.
Paolo