Re: [Xen-devel] [PATCH] pass-through: drop pointless uses of __func__

2016-09-01 Thread Jan Beulich
>>> On 31.08.16 at 20:36, wrote: > On this note, I have a series I never really started properly, which > introduces a single pci_sbdf_t, totalling 32 bits of bitfields, and a > custom %p handler. The register shuffling required in all the function > calls taking 4 parameters for the PCI SBDF whi

Re: [Xen-devel] [PATCH] pass-through: drop pointless uses of __func__

2016-08-31 Thread Andrew Cooper
On 24/08/16 08:51, Jan Beulich wrote: > Non-debugging message text should be (and is in the cases here) > distinguishable without also logging function names. Additionally log > the PCI device coordinates for alloc_pdev() failure. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper On thi

Re: [Xen-devel] [PATCH] pass-through: drop pointless uses of __func__

2016-08-24 Thread Konrad Rzeszutek Wilk
On Wed, Aug 24, 2016 at 01:51:13AM -0600, Jan Beulich wrote: > Non-debugging message text should be (and is in the cases here) > distinguishable without also logging function names. Additionally log > the PCI device coordinates for alloc_pdev() failure. > Reviewed-by: Konrad Rzeszutek Wilk > Sig

[Xen-devel] [PATCH] pass-through: drop pointless uses of __func__

2016-08-24 Thread Jan Beulich
Non-debugging message text should be (and is in the cases here) distinguishable without also logging function names. Additionally log the PCI device coordinates for alloc_pdev() failure. Signed-off-by: Jan Beulich --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -379,8