[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/8] x86/pv: disallow access to unknown MSRs
- To: Roger Pau Monne <roger.pau@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Tue, 18 Aug 2020 15:24:39 +0100
- Authentication-results: esa4.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Tue, 18 Aug 2020 14:24:52 +0000
- Ironport-sdr: xKl7bN3koNabuc2rmeZJezsFn8ixqtqhXLwf1zP9VTngeHSzhVimB0qWwlr2rJh/2j1cSR5zGQ bTuZK1JtZ4vZDgCozM0blCHO+3IfnWUi0PQQW/DrVfJxtMHN7+YTM0MkrJ89UAvAjcolD1LiV0 S+A6bBfhU6OnPZMKTIokcWP0oP5vWh3y28n/Sjj9xu4EJYJ0Ne/5lqbKugSUxxDoKgBTUxpcvS MT6Mt3eC1auX4OC5MH9GxR3qBPMTik4QVmnAdX5ZeUBKryS6SKT5BN19GPeH+ybeHoInRaItBA mmI=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 17/08/2020 16:57, Roger Pau Monne wrote:
> Change the catch-all behavior for MSR not explicitly handled. Instead
> of allow full read-access to the MSR space and silently dropping
> writes return an exception when the MSR is not explicitly handled.
>
> Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
|