> -----Original Message----- > From: Oleksandr Tyshchenko <[email protected]> > Sent: 12 January 2021 21:52 > To: [email protected] > Cc: Oleksandr Tyshchenko <[email protected]>; Paul Durrant > <[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]>; Jun > Nakajima <[email protected]>; Kevin Tian <[email protected]>; Julien > Grall > <[email protected]> > Subject: [PATCH V4 10/24] xen/ioreq: Move x86's io_completion/io_req fields > to struct vcpu > > From: Oleksandr Tyshchenko <[email protected]> > > The IOREQ is a common feature now and these fields will be used > on Arm as is. Move them to common struct vcpu as a part of new > struct vcpu_io and drop duplicating "io" prefixes. Also move > enum hvm_io_completion to xen/sched.h and remove "hvm" prefixes. > > This patch completely removes layering violation in the common code. > > Signed-off-by: Oleksandr Tyshchenko <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
