> -----Original Message----- > From: Oleksandr Tyshchenko <[email protected]> > Sent: 12 January 2021 21:52 > To: [email protected] > Cc: Oleksandr Tyshchenko <[email protected]>; Jan Beulich > <[email protected]>; Andrew > Cooper <[email protected]>; Roger Pau Monné <[email protected]>; > Wei Liu <[email protected]>; > George Dunlap <[email protected]>; Ian Jackson <[email protected]>; > Julien Grall > <[email protected]>; Stefano Stabellini <[email protected]>; Paul Durrant > <[email protected]>; Jun > Nakajima <[email protected]>; Kevin Tian <[email protected]>; Julien > Grall > <[email protected]> > Subject: [PATCH V4 12/24] xen/ioreq: Remove "hvm" prefixes from involved > function names > > From: Oleksandr Tyshchenko <[email protected]> > > 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 <[email protected]> > Reviewed-by: Jan Beulich <[email protected]> > CC: Julien Grall <[email protected]> > [On Arm only] > Tested-by: Wei Chen <[email protected]> >
Reviewed-by: Paul Durrant <[email protected]>
