[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/3] x86/shadow: refactor shadow_vram_{get,put}_l1e()
 
- To: Jan Beulich <jbeulich@xxxxxxxx>
 
- From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
 
- Date: Wed, 21 Oct 2020 12:05:05 +0200
 
- Authentication-results: esa3.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
 
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "Andrew Cooper" <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, George Dunlap	<George.Dunlap@xxxxxxxxxxxxx>, Tim Deegan <tim@xxxxxxx>
 
- Delivery-date: Wed, 21 Oct 2020 10:05:20 +0000
 
- Ironport-sdr: uOfS8XzK4ftBq9H9NxtSJMWreYyTnn31qyjAiOB+B/4aTNNRuR0wBN44Xdawg9bzIN1el9lPOi mU38zDvm+1rnedvw0hbSdmRgNIoKQATEPkRdMgoqlBP1F0K+oJl8bxTsg0uyO9HCrs9/HZ1b50 IRSp5AYuwbONbWa4nkuGqatDtqL1ayI+B52sNzS/Xutx2mzWeBtLiJnxGGss0NoR0RVJS/ERN2 N3wiBOLyDAkfxs6tLFLUxvT+XgnyofulsHmOuo4KHrcRLglAZHRLpbu3H5rF8SHDjROP33p7JY SnI=
 
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
 
 
 
On Mon, Oct 19, 2020 at 10:44:31AM +0200, Jan Beulich wrote:
> By passing the functions an MFN and flags, only a single instance of
> each is needed; they were pretty large for being inline functions
> anyway.
> 
> While moving the code, also adjust coding style and add const where
> sensible / possible.
> 
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Thanks, Roger.
 
 
    
     |