Re: [PATCH RESEND v3 31/58] auxbus: Rename aux_init_bus() to aux_bus_init()

2020-06-10 Thread Philippe Mathieu-Daudé
On 6/10/20 7:32 AM, Markus Armbruster wrote: > Suggested-by: Philippe Mathieu-Daudé > Signed-off-by: Markus Armbruster > Reviewed-by: Paolo Bonzini > --- > include/hw/misc/auxbus.h | 4 ++-- > hw/display/xlnx_dp.c | 2 +- > hw/misc/auxbus.c | 4 ++-- > 3 files changed, 5

[PATCH RESEND v3 31/58] auxbus: Rename aux_init_bus() to aux_bus_init()

2020-06-09 Thread Markus Armbruster
Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Markus Armbruster Reviewed-by: Paolo Bonzini --- include/hw/misc/auxbus.h | 4 ++-- hw/display/xlnx_dp.c | 2 +- hw/misc/auxbus.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/hw/misc/auxbus.h