On Tue, Mar 14, 2023 at 04:12:03PM +0100, Juergen Gross wrote: > On 13.03.23 20:57, Jason Andryuk wrote: > > Don't use the LOG*D macros. They expect a domid, but "domain" here is > > the PCI domain. Hence it is inappropriate for this use. > > > > Make the write error messages uniform with LOGE. errno has the > > interesting information while rc is just -1. Drop printing rc and use > > LOGE to print errno as text. > > > > The interesting part of a failed write to do_flr is that PCI BDF, so > > print that. > > > > Signed-off-by: Jason Andryuk <[email protected]> > > Reviewed-by: Juergen Gross <[email protected]>
Acked-by: Anthony PERARD <[email protected]> Thanks, -- Anthony PERARD
