> -----Original Message----- > From: Julien Grall <[email protected]> > Sent: 30 July 2020 19:18 > To: [email protected] > Cc: [email protected]; Julien Grall <[email protected]>; Stefano Stabellini > <[email protected]>; > Volodymyr Babchuk <[email protected]>; Andrew Cooper > <[email protected]>; George > Dunlap <[email protected]>; Ian Jackson <[email protected]>; > Jan Beulich > <[email protected]>; Wei Liu <[email protected]>; Roger Pau Monné > <[email protected]>; Paul Durrant > <[email protected]>; Jun Nakajima <[email protected]>; Kevin Tian > <[email protected]> > Subject: [RESEND][PATCH v2 5/7] xen: include xen/guest_access.h rather than > asm/guest_access.h > > From: Julien Grall <[email protected]> > > Only a few places are actually including asm/guest_access.h. While this > is fine today, a follow-up patch will want to move most of the helpers > from asm/guest_access.h to xen/guest_access.h. > > To prepare the move, everyone should include xen/guest_access.h rather > than asm/guest_access.h. > > Interestingly, asm-arm/guest_access.h includes xen/guest_access.h. The > inclusion is now removed as no-one but the latter should include the > former. > > Signed-off-by: Julien Grall <[email protected]>
Viridian change... Acked-by: Paul Durrant <[email protected]>
