Re: [PATCH v5 05/18] cxl: Rename some bare-metal specific functions

2016-03-02 Thread Ian Munsie
Excerpts from Frederic Barrat's message of 2016-02-24 03:21:46 +1100: > Rename a few functions, changing the 'cxl_' prefix to either > 'cxl_pci_' or 'cxl_native_', to make clear that the implementation is > bare-metal specific. Thanks, that's a clearer commit message now. Acked-by: Ian Munsie _

Re: [PATCH v5 05/18] cxl: Rename some bare-metal specific functions

2016-02-23 Thread Manoj Kumar
Reviewed-by: Manoj Kumar --- Manoj Kumar On 2/23/2016 10:21 AM, Frederic Barrat wrote: Rename a few functions, changing the 'cxl_' prefix to either 'cxl_pci_' or 'cxl_native_', to make clear that the implementation is bare-metal specific. Those functions will have an equivalent implementatio

[PATCH v5 05/18] cxl: Rename some bare-metal specific functions

2016-02-23 Thread Frederic Barrat
Rename a few functions, changing the 'cxl_' prefix to either 'cxl_pci_' or 'cxl_native_', to make clear that the implementation is bare-metal specific. Those functions will have an equivalent implementation for a guest in a later patch. Co-authored-by: Christophe Lombard Signed-off-by: Frederic