Re: [PATCH] ppc/pnv: Log all unimp warnings with similar message

2023-07-07 Thread Daniel Henrique Barboza
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel On 7/5/23 23:45, Joel Stanley wrote: Add the function name so there's an indication as to where the message is coming from. Change all prints to use the offset instead of the address. Signed-off-by: Joel Stanley --- Happy to us

Re: [PATCH] ppc/pnv: Log all unimp warnings with similar message

2023-07-06 Thread Philippe Mathieu-Daudé
On 6/7/23 04:45, Joel Stanley wrote: Add the function name so there's an indication as to where the message is coming from. Change all prints to use the offset instead of the address. Signed-off-by: Joel Stanley --- Happy to use the address instead of the offset (or print both), but I like the

Re: [PATCH] ppc/pnv: Log all unimp warnings with similar message

2023-07-05 Thread Cédric Le Goater
On 7/6/23 04:45, Joel Stanley wrote: Add the function name so there's an indication as to where the message is coming from. Change all prints to use the offset instead of the address. Signed-off-by: Joel Stanley Reviewed-by: Cédric Le Goater Thanks, C. --- Happy to use the address inst

[PATCH] ppc/pnv: Log all unimp warnings with similar message

2023-07-05 Thread Joel Stanley
Add the function name so there's an indication as to where the message is coming from. Change all prints to use the offset instead of the address. Signed-off-by: Joel Stanley --- Happy to use the address instead of the offset (or print both), but I like the idea of being consistent. --- hw/ppc/p