> -----Original Message-----
> From: Oleksandr Tyshchenko <olekst...@gmail.com>
> Sent: 12 January 2021 21:52
> To: xen-devel@lists.xenproject.org
> Cc: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>; Jan Beulich 
> <jbeul...@suse.com>; Andrew
> Cooper <andrew.coop...@citrix.com>; Roger Pau Monné <roger....@citrix.com>; 
> Wei Liu <w...@xen.org>;
> George Dunlap <george.dun...@citrix.com>; Ian Jackson <i...@xenproject.org>; 
> Julien Grall
> <jul...@xen.org>; Stefano Stabellini <sstabell...@kernel.org>; Paul Durrant 
> <p...@xen.org>; Jun
> Nakajima <jun.nakaj...@intel.com>; Kevin Tian <kevin.t...@intel.com>; Julien 
> Grall
> <julien.gr...@arm.com>
> Subject: [PATCH V4 12/24] xen/ioreq: Remove "hvm" prefixes from involved 
> function names
> 
> From: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>
> 
> This patch removes "hvm" prefixes and infixes from IOREQ related
> function names in the common code and performs a renaming where
> appropriate according to the more consistent new naming scheme:
> - IOREQ server functions should start with "ioreq_server_"
> - IOREQ functions should start with "ioreq_"
> 
> A few function names are clarified to better fit into their purposes:
> handle_hvm_io_completion -> vcpu_ioreq_handle_completion
> hvm_io_pending           -> vcpu_ioreq_pending
> hvm_ioreq_init           -> ioreq_domain_init
> hvm_alloc_ioreq_mfn      -> ioreq_server_alloc_mfn
> hvm_free_ioreq_mfn       -> ioreq_server_free_mfn
> 
> Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>
> Reviewed-by: Jan Beulich <jbeul...@suse.com>
> CC: Julien Grall <julien.gr...@arm.com>
> [On Arm only]
> Tested-by: Wei Chen <wei.c...@arm.com>
> 

Reviewed-by: Paul Durrant <p...@xen.org>



Reply via email to