Re: [PATCH] vhost-user: Use correct macro name TARGET_PPC64

2022-05-04 Thread Daniel Henrique Barboza
On 5/4/22 17:59, Michael S. Tsirkin wrote: On Tue, May 03, 2022 at 03:01:08PM -0300, Murilo Opsfelder Araujo wrote: The correct name of the macro is TARGET_PPC64. Fixes: 27598393a232 ("Lift max memory slots limit imposed by vhost-user") Reported-by: Fabiano Rosas Signed-off-by: Murilo Opsfe

Re: [PATCH] vhost-user: Use correct macro name TARGET_PPC64

2022-05-04 Thread Michael S. Tsirkin
On Tue, May 03, 2022 at 03:01:08PM -0300, Murilo Opsfelder Araujo wrote: > The correct name of the macro is TARGET_PPC64. > > Fixes: 27598393a232 ("Lift max memory slots limit imposed by vhost-user") > Reported-by: Fabiano Rosas > Signed-off-by: Murilo Opsfelder Araujo > Cc: Raphael Norwitz > C

Re: [PATCH] vhost-user: Use correct macro name TARGET_PPC64

2022-05-04 Thread Daniel Henrique Barboza
Michael, I'll send a PR in the next few days. This change seems trivial enough to me to push via the PPC64 tree. Let me know if you're ok with that or if you want to pick it via the vhost tree. Thanks, Daniel On 5/3/22 15:01, Murilo Opsfelder Araujo wrote: The correct name of the macro i

Re: [PATCH] vhost-user: Use correct macro name TARGET_PPC64

2022-05-03 Thread Daniel Henrique Barboza
On 5/3/22 15:01, Murilo Opsfelder Araujo wrote: The correct name of the macro is TARGET_PPC64. Fixes: 27598393a232 ("Lift max memory slots limit imposed by vhost-user") Reported-by: Fabiano Rosas Signed-off-by: Murilo Opsfelder Araujo Cc: Raphael Norwitz Cc: Peter Turschmid --- Reviewed

[PATCH] vhost-user: Use correct macro name TARGET_PPC64

2022-05-03 Thread Murilo Opsfelder Araujo
The correct name of the macro is TARGET_PPC64. Fixes: 27598393a232 ("Lift max memory slots limit imposed by vhost-user") Reported-by: Fabiano Rosas Signed-off-by: Murilo Opsfelder Araujo Cc: Raphael Norwitz Cc: Peter Turschmid --- hw/virtio/vhost-user.c | 2 +- 1 file changed, 1 insertion(+),